VMware NSX-T Data Center (VCP-NV 2019) — Question 39
Which two commands could be used on an ESXi transport node to validate connectivity to the NSX Manager? (Choose two.)
Answer options
- A. nsxcli --cmd get manager status
- B. esxcli network ip connection list i grep rabbitmq
- C. nsxcli --cmd get managers
- D. nsxcli --cmd get manager connectivity status
- E. esxcli network ip connection list i grep 5671
Correct answer: B, E
Explanation
The correct answers, B and E, use 'esxcli network ip connection list' with specific grep commands to check for connectivity to the NSX Manager via relevant ports. Options A, C, and D do not provide direct methods for validating connectivity in the same manner and focus on retrieving status and configuration information rather than connection validation.