Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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 c...
You do not need to include
network 192.168.1.0 0.0.0.255 area 0
under any of the OSPF vrf instances. Not unless you're attempting to advertise the
192.180.1.0/24
via each vrf? Based on your configuration, i'm assuming not.