Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Users can set the time waiting for peer.When the time is 0,that means disabling the peer.
Command Syntax
set protocols bgp peer <text> holdtime <time>
delete protocols bgp peer <text> holdtime
Parameter
•<text>router identifier,(eg:192.168.10.2)
•<time>Time to wait for peer,[3..65535]
Example
• This example is to set holdtime to 30 for peer 192.168.10.2:
admin@XorPlus# set protocols bgp peer 192.168.10.2 holdtime 30 admin@XorPlus# commit