According to your first question: "1. Can you have route reflectors within a
confederation if the IBGP peers don't have a full mesh?" I am sure to answer
you: Yes!!!!!!
I have meet the same question when I studied in BGP.

And here is the example:

Router1======Router3======Router2
        (Route Reflector)

Since all of the three routers are in the same confederation 65050. And the
"valid" AS is 200, they in AS 200 too, of course.

R1

!
interface Ethernet0
 ip address 14.1.1.1 255.255.255.0
!
router ospf 64
 network 14.1.1.0 0.0.0.255 area 0
!
router bgp 65050
 no synchronization
 bgp confederation identifier 200
 neighbor 14.1.1.2 remote-as 65050
!

R2

!
interface Ethernet0
 ip address 13.1.1.1 255.255.255.0
!
interface Serial1
 ip address 12.1.1.2 255.255.255.0
!
router ospf 64
 passive-interface Serial0
 passive-interface Serial1
network 13.1.1.0 0.0.0.255 area 0
 default-information originate always
!
router bgp 65050
 no synchronization
 bgp confederation identifier 200
 bgp confederation peers 65060
 redistribute ospf 64 weight 500
 neighbor 12.1.1.1 remote-as 65060
 neighbor 13.1.1.2 remote-as 65050
 neighbor 13.1.1.2 next-hop-self
!

R3

!
interface Ethernet0
 ip address 14.1.1.2 255.255.255.0
!
interface Ethernet1
 ip address 13.1.1.2 255.255.255.0
 media-type 10BaseT
!
router ospf 64
 network 13.1.1.0 0.0.0.255 area 0
 network 14.1.1.0 0.0.0.255 area 0
!
router bgp 65050
 no synchronization
 bgp confederation identifier 200
 neighbor 14.1.1.1 remote-as 65050
 neighbor 14.1.1.1 route-reflector-client
 neighbor 13.1.1.1 remote-as 65050
 neighbor 13.1.1.1 route-reflector-client
!




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=34567&t=34526
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to