BGP Route Reflector
Image File (c7200) - https://mega.nz/#!Z7JmjLLB!nFiDro3cSj08dyutNNN1kn6A3CnEctgwqgf2donxljw
Lab File (GNS3) - https://mega.nz/#!93AHBS6b!F3DCcIPV_bkcOjkcSsKj_cNtqfmFQbQgRuMba6mmSA
R1
router eigrp 10
network 10.0.13.1 0.0.0.0
no auto-summary
router bgp 123
neighbor 10.0.13.3 remote-as 123
neighbor 10.0.13.3 next-hop-self
neighbor 10.0.14.4 remote-as 400
R2
router eigrp 10
network 10.0.23.2 0.0.0.0
no auto-summary
router bgp 123
neighbor 10.0.23.3 remote-as 123
neighbor 10.0.23.3 next-hop-self
neighbor 10.0.25.5 remote-as 500
R3
router eigrp 10
network 10.0.13.3 0.0.0.0
network 10.0.23.3 0.0.0.0
network 192.168.3.3 0.0.0.0
no auto-summary
router bgp 123
neighbor 10.0.13.1 remote-as 123
neighbor 10.0.13.1 route-reflector-client
neighbor 10.0.23.2 remote-as 123
neighbor 10.0.23.2 route-reflector-client
R4
router bgp 400
network 192.168.4.0
neighbor 10.0.14.1 remote-as 123
R5
router bgp 500
network 192.168.5.0
neighbor 10.0.25.2 remote-as 123
Source: Sayar Aung Naing Moe (CCIE Notes Part - 1)
Comments
Post a Comment