Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 425
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.2.1.0.24 route in VRF Green, what command would you use?
Answer options
- A. show ip route vrf Green 10.2.1.0
- B. show ip route 10.2.1.0 vrf Green
- C. show route all 10.2.1.0
- D. show ip route 10.2.1.0 Green
Correct answer: A
Explanation
The correct command is 'show ip route vrf Green 10.2.1.0' because it specifically queries the routing table for the Green VRF and shows the best path for the specified route. The other options either have incorrect syntax or do not properly reference the VRF context, making them invalid for this query.