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
2.10 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
Peer 7
Names of Commands Used
neighbor remote-as (BGP and BGP4+)
bgp confederation peers (BGP and BGP4+)
bgp confederation identifier (BGP and BGP4+)
Validation Commands
show ip bgp (BGP)
show ip bgp neighbors (BGP)
awplus(config)#
router bgp 1002
Define the BGP routing process. The number 1001
specifies the AS number of Peer 5.
awplus(config-router)#
bgp confederation identifier 1
Specify a BGP Confederation Identifier. To routers outside
the confederation, the whole confederation will appear as
a single AS, and the identifier will appear as its AS
number.
awplus(config-router)#
bgp confederation peers 1000 1001
Specify 1000 (AS1000) and 1001 (AS1001) to become
members of the Confederation.
awplus(config-router)#
neighbor 10.10.11.5 remote-as 1001
awplus(config-router)#
neighbor 10.10.15.8 remote-as 1002
Define BGP neighbors for Peer 7 by specifying the IP
addresses and the AS numbers of neighbors.