You are on page 1of 1

ip vrf CustA rd 1:10 route-target both 1:10 ip vrf CustB rd 1:20 route-target both 1:20 interface Serial0/0 ip vrf

forwarding CustB ip address 150.1.11.34 255.255.255.240 interface Serial0/1 ip vrf forwarding CustA ip address 150.1.11.18 255.255.255.240 router rip version 2 address-family ipv4 vrf CustB redistribute bgp 65001 metric transparent network 150.1.0.0 no auto-summary exit-address-family address-family ipv4 vrf CustA redistribute bgp 65001 metric transparent network 150.1.0.0 no auto-summary exit-address-family

router bgp 65001 neighbor 192.168.1.33 remote-as 65001 neighbor 192.168.1.33 update-source Loopback0 no auto-summary address-family vpnv4 neighbor 192.168.1.33 activate neighbor 192.168.1.33 next-hop-self neighbor 192.168.1.33 send-community both exit-address-family address-family ipv4 vrf CustB redistribute rip no auto-summary no synchronization exit-address-family address-family ipv4 vrf CustA redistribute rip no auto-summary no synchronization exit-address-family

You might also like