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.37
Router 2
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200
Define the BGP4+ routing process. The number 200
specifies the AS number of Router 2.
awplus(config-router)#
bgp router-id 192.168.10.11
Configure a fixed Router ID (192.168.10.11) for the
BGP4+ routing process.
awplus(config-router)#
bgp graceful-restart
Enable BGP4+ graceful restart support.
awplus(config-router)#
bgp graceful-restart restart-time
120
Configure the maximum time in seconds (120) required
for neighbor(s) to restart.
awplus(config-router)#
bgp graceful-restart stalepath-time
120
Configure the maximum time in seconds (120) to retain
stale paths from the restarting neighbor(s).
awplus(config-router)#
bgp update-delay 120
Configure the maximum time in seconds (120) to defer
initial route selection.
awplus(config-router)#
neighbor 2001:db8::10:10 remote-as
100
Specify the neighbor’s global unicast IPv6 address
(2001:db8::10:10) and the AS number of the
neighbor (100) Router 1. Router 1 is the neighbor of
Router 2. This command defines BGP neighbor Router 1,
and establishes a TCP session by specifying the global
unicast IPv6 address and AS number of the neighbor.