BGP and BGP4+ Configuration

awplus(config-router)#

neighbor 10.10.11.50 route-reflector

Configure Peer 5 as the Route-Reflector (RR) and

client

neighbor Peer 4 as its client.

 

 

Route Reflector Client 1 (Peer 2)

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.

Route Reflector Client 2 (Peer 4)

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.

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)

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

2.7

Page 59
Image 59
Allied Telesis VERSION 5.4.3-2.6, BGP4 Neighbor 10.10.11.50 route-reflector, Show ip bgp BGP Show ip bgp neighbors BGP