
BGP and BGP4+ Commands
bgp confederation peers (BGP and BGP4+)
This command configures the Autonomous Systems (AS) that belong to the same confederation as the current switch.
A confederation allows an AS to be divided into several
Use the bgp confederation peer command to define the list of AS numbers of the
The no variant of this command removes an autonomous system from the confederation.
Syntax bgp confederation peers
no bgp confederation peers
Parameter Description
Mode Router Configuration
Usage In the following configuration of Router 1 the neighbor 172.210.30.2 and 172.210.20.1 have iBGP connection within AS 100. The neighbor 173.213.30.1 has an BGP connection, but it is within AS 200, which is part of the same confederation. The neighbor 6.6.6.6 has an eBGP connection to external AS 500.
In the configuration of Router 2, neighbor 5.5.5.4 has an eBGP connection to confederation 300. Router2 does not know about the ASs 100 and 200, it only knows about confederation 300.
Router 1
awplus(config)# | router bgp 100 |
| bgp confederation identifier 300 |
| bgp confederation peers 200 |
| neighbor 172.210.30.2 |
| neighbor 172.210.20.1 |
| neighbor 173.213.30.1 |
| neighbor 6.6.6.6 |
Router 2 |
|
awplus(config)# | router bgp 500 |
| neighbor 5.5.5.4 |
| Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches |
|
3.22 | AlliedWare PlusTM Operating System - Software Version |