Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 86
An engineer installed a new Nexus switch with the mgm0 interface in vrf management. Connectivity to the rest of the network needs to be tested from the guest shell of the NX-OS. Which command tests connectivity from the guest shell of the NX-OS?
Answer options
- A. [guestshell@guestshell ~]$ dohost ''ping vrf management 173.37.145.84''
- B. [guestshell@guestshell ~]$ chvrf management ping 173.37.145.84
- C. [guestshell@guestshell ~$ ping 173.37.145.84 vrf management
- D. [guestshell@guestshell ~]$ iping vrf management ip 173.37.145.84
Correct answer: B
Explanation
The correct answer is B because the command 'chvrf management ping 173.37.145.84' is specifically designed to test connectivity within the management VRF. Options A and D are incorrect as they do not correctly utilize the syntax for testing connectivity in the specified VRF. Option C is also incorrect because it places the 'vrf management' argument in the wrong position for NX-OS commands.