528 CHAPTER 27: BGP CONFIGURATION COMMANDSViewBGP viewParametergroup-name: Specifies the name of the peer group.ttl: Maximum hop value. The range is 1 to 255. By default, the value is 64.DescriptionUse the peer ebgp-max-hop command to allow the router to establish EBGPconnection with the peer on indirectly connected network.Use the undo peer ebgp-max-hop command to cancel the existingconfiguration.By default, this feature is disabled.Example# Allow the router to establish EBGP connection with the peer group named testindirectly connected.[3Com-bgp] peer test ebgp-max-hoppeer enable Syntaxpeer { group-name | peer-address } enableundo peer { group-name | peer-address } enableViewBGP viewParametergroup-name: Specifies the name of the peer group which specifies the entire peergroup.peer-address: IP address of a peer, which specifies a certain peer.DescriptionUse the peer enable command to enable the specified peer/peer group.Use the undo peer enable command to disable the specified peer/peer group.By default, BGP peer/peer group is enabled.If the specified peer/peer group is disabled, the router will not exchange routinginformation with the specified peer/peer group.Example# Disable the specified peer. After the configuration, the local router does notexchange BGP routing information with the specified peer.[3Com-bgp] peer 18.10.0.9 group group1[3Com-bgp] undo peer 18.10.0.9 enable