OcNOS-SP : Layer 3 Guide : Border Gateway Protocol Command Reference : BGP Commands : neighbor g-shut-timer
neighbor g-shut-timer
Use this command to configure the value of the graceful shutdown timer. After the timer expires, the BGP session initiated for graceful shutdown is shut down.
Use the no parameter with this command to revert to the default setting.
Command Syntax
neighbor (A.B.C.D|X:X::X:X|WORD) g-shut-timer <10-65535>
no neighbor (A.B.C.D|X:X::X:X|WORD) g-shut-timer <10-65535>
Parameters
A.B.C.D
Neighbor IPv4 address
X:X::X:X
Neighbor IPv6 address
WORD
Neighbor tag
<10-65535>
Graceful shutdown timer in seconds
Default
By default, the timer value is set to 60 seconds
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router bgp 100
(config-router)#neighbor 1.1.1.2 g-shut-timer 120
Last modified date: 08/28/2023