350-401 Question 93
Select 4You are tasked with configuring a network using Virtual Routing and Forwarding (VRF) to segment traffic between different departments within an organization. After configuring the VRFs and assigning interfaces to them, you want to verify the data path virtualization. Which of the following commands should you use to confirm that the VRFs are correctly configured and operational?
- A
show vrf
- B
show ip route vrf
- C
show ip protocols
- D
ping vrf
- E
traceroute vrf
Show answer and explanation
Correct answers: A, B, D, E
Explanation
To validate the configuration and operational status of VRFs, multiple commands are used. 'show vrf' confirms the VRFs are created and interfaces are assigned, while 'show ip route vrf' checks the routing table for a specific VRF. Connectivity and data path functionality can be further verified using 'ping vrf' and 'traceroute vrf'. These commands together ensure that the data path virtualization is correct and operational.
- A. Correct.
This command displays the list of configured VRFs and their associated interfaces. It is essential to confirm the VRF setup.
- B. Correct.
This command shows the routing table for a specific VRF, which is crucial in verifying the data path and routes associated with the VRF.
- C. Incorrect.
This command is used to display routing protocols but does not specifically verify the operational status of VRFs or their data paths.
- D. Correct.
This command can be used to verify connectivity within a specific VRF, ensuring the data path is functioning correctly.
- E. Correct.
This command traces the path of packets within a specific VRF and helps in identifying any issues along the data path.