08-29-2023
02:59 AM
- last edited on
08-30-2023
05:25 AM
by
Translator
When configuring the
BGP confederation peers
in a network with multiple AS's. Do we specify all of the peers or only the connected ones?
For example, would R1's configuration look like this:
router bgp 65002
bgp confederation identifier 1234
bgp confederation peers 65001 65003 65004 65005 65006
!
Or like this:
router bgp 65002
bgp confederation identifier 1234
bgp confederation peers 65001 65003
!
Cisco documentation states the command purpose as "Specifies the autonomous systems that belong to the confederation." So I would assume all of them?
Any online examples only include two AS's within the confederation.
BGP Confed Toplogy
Solved! Go to Solution.
08-29-2023
05:13 AM
- last edited on
08-30-2023
05:27 AM
by
Translator
Hello @Jamie_90,
in a BGP confederation setup, you would specify all of the autonomous systems that belong to the confederation.
This includes both directly connected peers and other ASes within the confederation. The
bgp confederation peers
command is used to list all the AS numbers that are part of the same confederation.
08-29-2023
05:13 AM
- last edited on
08-30-2023
05:27 AM
by
Translator
Hello @Jamie_90,
in a BGP confederation setup, you would specify all of the autonomous systems that belong to the confederation.
This includes both directly connected peers and other ASes within the confederation. The
bgp confederation peers
command is used to list all the AS numbers that are part of the same confederation.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide