3com 8807 Reference Guide

Page of 1099
528
C
HAPTER
 27: BGP C
ONFIGURATION
 C
OMMANDS
View
BGP view
Parameter
group-name: Specifies the name of the peer group.
ttl: Maximum hop value. The range is 1 to 255. By default, the value is 64.
Description
Use the peer ebgp-max-hop command to allow the router to establish EBGP 
connection with the peer on indirectly connected network.
Use the undo peer ebgp-max-hop command to cancel the existing 
configuration.
By default, this feature is disabled.
Example
# Allow the router to establish EBGP connection with the peer group named test 
indirectly connected.
[3Com-bgp] peer test ebgp-max-hop 
peer enable
Syntax
peer { group-name | peer-address } enable
undo peer { group-name | peer-address } enable
View
BGP view
Parameter
group-name: Specifies the name of the peer group which specifies the entire peer 
group.
peer-address: IP address of a peer, which specifies a certain peer.
Description
Use 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 routing 
information with the specified peer/peer group.
Example
# Disable the specified peer. After the configuration, the local router does not 
exchange 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