BGP VRF As Override

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

router bgp 123

no syncrhonization
rgp router id 1.1.1.1
bgp log-neighbor-changes
no auto-summary
!
address-family ipv4 vfr cliente_2
neighbor 10.10.10.5 remote-as 123
neighbor 10.10.10.5 activate
neighbor 10.10.10.5 next-hop-self
neighbor 10.10.10.13 remote-as 200
neighbor 10.10.10.13 activate
neighbor 10.10.10.13 as-override
no synchronization
exit-address-family

router 1
address-family ipv4 vrf CLIENTE_1
neighbor 10.10.10.7 remote-as 100
neighbor 10.10.10.7 activate
neighbor 10.10.10.2 remote-as 123
neighbor 10.10.10.2 activate
neighbor 10.10.10.2 next-hop-self
no synchronization
exit-address-family
-----------------
router 5
router bgp 100
bgp router-id 5.5.5.5
bgp log-neighbor-changes
neighbor 10.10.10.6 remote-as 123
network 172.16.1.0 mask 255.255.255.0
no auto-summary

router 3
router bgp 100
bgp router-id 3.3.3.3
bgp log-neighbor-changes
neighbor 10.10.10.10 remote-as 123
network 172.16.0.1 mask 255.255.255.0
no auto-summary

router 6
router bgp 200
bgp router-id 6.6.6.6
bgp log-neighbor-changes
neighbor 10.10.10.8 remote-as 123
network 192.168.1.0 mask 255.255.255.0
no auto-summary

router 4
router bgp 200
bgp router-id 4.4.4.4
bgp log-neighbor-changes
neighbor 10.10.10.12 remote-as 123
network 192.168.0.0 mask 255.255.255.0
no auto-summary

router 1
en
conf t
router bgp 123
address-family ipv4 vrf CLIENTE_1
neighbor 10.10.10.11 as-override
exit-address-family

router 2

en
conf t
router bgp 123
address-family ipv4 vrf CLIENTE_1
neighbor 10.10.10.7 as-override
exit-address-family

You might also like