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.7
Route Reflector Client 1 (Peer 2)
Route Reflector Client 2 (Peer 4)
Names of Commands Used
neighbor remote-as (BGP and BGP4+)
neighbor route-reflector-client (BGP)
Validation Commands
show ip bgp (BGP)
show ip bgp neighbors (BGP)
awplus(config-router)#
neighbor 10.10.11.50 route-reflector
client
Configure Peer 5 as the Route-Reflector (RR) and
neighbor Peer 4 as its client.
awplus(config)#
router bgp 1
Define the BGP routing process. The number 1 specifies
the AS number of Peer 2.
awplus(config-router)#
neighbor 10.10.10.10 remote-as 1
Define BGP neighbors. 10.10.10.10 is the IP address
of the neighbor (Peer 5) and 1 is the neighbor’s AS
number.
awplus(config)#
router bgp 1
Define the BGP routing process. The number 1 specifies
the AS number of Peer 4.
awplus(config-router)#
neighbor 10.10.11.10 remote-as 1
Define BGP neighbors. 10.10.11.10 is the IP address
of the neighbor (Peer 5) and 1 is the neighbor’s AS
number.