How2pass.com Forums
VRF Sim - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENARSI 300-410 Forum (https://www.how2pass.com/forum/forum-15.html)
+--- Thread: VRF Sim (/thread-2465.html)



VRF Sim - bonz86 - 05-21-2025

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.