Help with Confederations!

From: Anthony Sequeira (terry.francona@gmail.com)
Date: Tue Jan 11 2005 - 23:37:18 GMT-3


I am practicing with the configuration of confederations and I am
stuck! Specifically - stuck in Idle ;-)

How do you configure the relationship between a sub-AS member and
another router that is in the same Parent-AS, but not in a sub-AS?

CCIE Practical Studies indicates that it should be an EGP
relationship, but that did not work for me.

Here are the relevant configs involved if it helps.....

R1
router bgp 61400
 bgp router-id 5.5.1.1
 bgp confederation identifier 100
 bgp confederation peers 65000
 neighbor 5.5.3.3 remote-as 65000
 neighbor 5.5.3.3 ebgp-multihop 3
 neighbor 5.5.3.3 update-source Loopback0

R3
router bgp 65000
 bgp router-id 5.5.3.3
 bgp confederation identifier 100
 bgp confederation peers 61400
 neighbor 5.5.1.1 remote-as 61400
 neighbor 5.5.1.1 ebgp-multihop 3
 neighbor 5.5.1.1 update-source Loopback0
 HOW DO YOU PEER TO R8?

R8
router bgp 100
 bgp router-id 5.5.8.8
 HOW DO YOU PEER TO R3?



This archive was generated by hypermail 2.1.4 : Wed Feb 02 2005 - 22:10:21 GMT-3