Implementing Cisco Enterprise Advanced Routing and Services (ENARSI) — Question 376
You have configured router R1 with multiple VRF’s in order to support multiple customer VPN networks. If you wanted to see the best path for the 10.1.1.0.24 route in VRF Blue, what command would you use?
Answer options
- A. show ip route vrf Blue 10.1.1.0
- B. show ip route 10.1.1.0 vrf Blue
- C. show route all 10.1.1.0
- D. show ip route all 10.1.1.0
Correct answer: A
Explanation
The correct command is 'show ip route vrf Blue 10.1.1.0', which specifically queries the routing table for the Blue VRF to find the best path to the specified route. Option B places the VRF designation in the wrong order, while options C and D do not filter by VRF, making them unsuitable for this request.