BGP confederation

From: Sami (sy1977@gmail.com)
Date: Sun Jun 25 2006 - 17:14:59 ART


Group,

One of solution guide confused me, hope my config correct.

there is AS 33 with 3 sub AS 65417 , 65418 and 65419

R1,R2 and R3 is part of AS 65417

R4 is part of 65418 and peers with R3 65417
R6 is part of 65419 and peers with R2 65417

R4 and R6 don't have direct peering

is this config correct ?

R1

router bgp 65417
 no synchronization
 bgp router-id 3.3.1.1
 bgp log-neighbor-changes
 bgp confederation identifier 33
 bgp confederation peers 65418 65419

R2
router bgp 65417
 no synchronization
 bgp router-id 3.3.2.2
 bgp log-neighbor-changes
 bgp confederation identifier 33
 bgp confederation peers 65418 65419

R3

router bgp 65417
 no synchronization
 bgp router-id 3.3.3.3
 bgp log-neighbor-changes
 bgp confederation identifier 33
 bgp confederation peers 65418 65419

R4
router bgp 65418
 no synchronization
 bgp router-id 3.3.4.4
 bgp log-neighbor-changes
 bgp confederation identifier 33
 bgp confederation peers 65417 ---> here do I need to include peer 65419 ??

R6
router bgp 65419
 no synchronization
 bgp router-id 3.3.6.6
 bgp log-neighbor-changes
 bgp confederation identifier 33
 bgp confederation peers 65417 ---> here do I need to include peer 65418 ??

 Is the above config correct or on R4 and R6 do I need to include peer 65419
and 65418 respectively ? Solution guide confused me but I am sure my config
is correct , I don't need to include R6 peer address on R4 and R6 peer
address on R4 because they are not direct peers.

TIA
Sami



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:33 ART