QuestionQ141

Layer 3 Technologies

Router R1 has been configured with multiple VRFs to support multiple customer VPN networks. Which command would you use to view the best path for the 10.1.1.0.24 route in VRF Blue?

  • 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
Explanation

Cisco IOS uses show ip route vrf <vrf-name> <ip-address-or-prefix> to display routing information for a destination in a specified VRF. Supplying Blue before 10.1.1.0 selects VRF Blue’s routing table and shows the installed best route. Cisco IOS XE VRF-Aware Tunnels documentation

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!