The solution posted show putting all vrf to e0/0 red and green.
Topology shows that vrf cu-green should be on interface 0/1
bgp configuration also looks like neighbors are incorrect
solution states:
router bgp 65000
address-family ipv4 vrf cu-green
redistribute connected
neighbor 10.10.20.2 remote-as 65000
neighbor 10.10.20.2 activate
exit-address-family
address-family ipv4 vrf cu-red
redistribute connected
neighbor 10.10.20.2 remote-as 65000
neighbor 10.10.20.2 activate
exit-address-family
showing the same neighbors for both vrf. Should vrf red be 10.10.10.2 and vice versa on router 2 configurations?
Or am I mistaken in my understanding of the tasks.
Topology shows that vrf cu-green should be on interface 0/1
bgp configuration also looks like neighbors are incorrect
solution states:
router bgp 65000
address-family ipv4 vrf cu-green
redistribute connected
neighbor 10.10.20.2 remote-as 65000
neighbor 10.10.20.2 activate
exit-address-family
address-family ipv4 vrf cu-red
redistribute connected
neighbor 10.10.20.2 remote-as 65000
neighbor 10.10.20.2 activate
exit-address-family
showing the same neighbors for both vrf. Should vrf red be 10.10.10.2 and vice versa on router 2 configurations?
Or am I mistaken in my understanding of the tasks.