Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Configuration
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 2.19
Peer 2
Names of Commands Used
bgp graceful-restart (BGP and BGP4+)
bgp graceful-restart graceful-reset (BGP and BGP4+)
bgp update-delay (BGP and BGP4+)
neighbor capability graceful-restart (BGP and BGP4+)
neighbor remote-as (BGP and BGP4+)
neighbor restart-time (BGP and BGP4+)
router bgp (BGP and BGP4+)
Validation Commands
show ip bgp (BGP)
show ip bgp neighbors (BGP)
show ip bgp summary (BGP)
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200
Define the routing process.
The number 200 specifies the AS number of Peer 2.
awplus(config-router)#
bgp graceful-restart
Enable BGP graceful restart support. If the restart and
stale-path timers are not configured, the defaults are 90
seconds and 360 seconds, respectively.
awplus(config-router)#
neighbor 1.1.1.1 remote-as 100
Specify the neighbor’s IP address (1.1.1.1) and the AS
number of the neighbor (100).
awplus(config-router)#
neighbor 1.1.1.1 capability
graceful-restart
Specify the neighbor’s IP address (1.1.1.1) for which the
graceful restart capability is supported
awplus(config-router)#
neighbor 1.1.1.1 restart-time 160
Configure the maximum time in seconds (160) required
for the neighbor to restart. This overwrites the configured
restart time for that neighbor. For example: the above
configured restart-time for all neighbors is 90 seconds
(the default). With this command, the neighbor, 1.1.1.1,
will have a 160 second restart-time.