Command Reference Guide
3Com Router 3000 Ethernet Family
Command Reference Guide
Chapter 5 BGP Configuration Commands
3Com Corporation
5-52
Description
Use the peer shutdown command to disable the specified BGP peer or peer group to
initiate or receive BGP connection or to disconnect a BGP connection that has existed.
Use the undo peer shutdown command to restore the default, allowing the peer/peer
group to intiate or receive BGP connection.
Example
# Disable the BGP peer 1.1.1.1 to initiate or receive BGP connection.
[Router-bgp] peer 1.1.1.1 shutdown
5.1.57 peer timer
Syntax
peer { group-name | peer-address } timer keep-alive keepalive-interval hold
holdtime-interval
undo peer { group-name | peer-address } timer
View
BGP view
Parameter
group-name: Specifies the name of the peer group.
peer-address: Specifies the IP address of the peer.
keepalive-interval: Specifies the Keepalive interval. The range is 1 to 4294967295
seconds. By default, its value is 60 seconds.
holdtime-interval: Specifies the Holdtime interval. The range is 3 to 4294967295
seconds. By default, its value is 180 seconds.
Description
Use the peer timer command to configure Keepalive and Holdtime intervals for a peer
(group).
Use the undo peer timer command to restore the default values.
The timer configured by using this command has a higher priority than the one
configured by using the timer command.
Example
# Configure the Keepalive and Holdtime intervals of the peer group "test".
[3Com -bgp] peer test timer keep-alive 60 hold 180










