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.9
Peer 5
awplus(config-router)#
neighbor 10.10.10.5 remote-as 1001
awplus(config-router)#
neighbor 10.10.9.1 remote-as 1000
awplus(config-router)#
neighbor 10.10.7.3 remote-as 1000
Define BGP neighbors for Peer 2 by specifying the IP
addresses and the AS numbers of neighbors.
awplus(config)#
router bgp 1001
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 1002
Specify 1000 (AS1000) and 1002 (AS1002) to become
members of the Confederation.
awplus(config-router)#
neighbor 10.10.10.2 remote-as 1000
awplus(config-router)#
neighbor 10.10.11.7 remote-as 1002
awplus(config-router)#
neighbor 10.10.13.6 remote-as 1001
awplus(config-router)#
neighbor 10.10.12.4 remote-as 1001
Define BGP neighbors for Peer 5 by specifying the IP
addresses and the AS numbers of neighbors.
Peer 2 (cont’d)