
BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
31.124
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
show ip protocols
Use this command to display BGP process parameters and statistics.
Syntax
show ip protocols
Mode
Privileged Exec mode and Exec mode
Examples
timers
Use this command sets the BGP keepalive timer and holdtime timer values.
Use the
no
parameter with this command to reset timers to default value.
Syntax
timers bgp
<keep_alive> <hold_time>
no timers bgp
Mode
Router mode
Usage
This command is used globally to set or unset the keepalive and holdtime values for all the
neighbors.
Examples
awplus#
show ip protocols
Parameter
Description
<keep_alive>
<0-65535>
The frequency with which the keepalive messages are sent
to the neighbors. The default value is 60 seconds.
<hold_time>
<0-65535>
The interval after which the neighbor is considered dead if
keepalive messages are not received. The default holdtime value is 180
seconds.
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
timers bgp 40 120