Which command is used to test management connectivity from a transport node to NSX Manager?
Which command is used to test management connectivity from a transport node to NSX Manager?
To test management connectivity from a transport node to NSX Manager, you should use the command 'esxcli network ip connection list | grep 1234'. This command checks for connections on port 1234, which is used for communication between the management plane and the transport node.
Uses port 1234 for communication between the management plane and transport node Uses port 1235 for communication between the CCP and transport node
Answer is A.
1235 is the ccp
Management Plane Appliance Proxy Hub (MP APH) to host connectivity - TCP:1234 Central Control Plane (CCP) to host (NSX-Proxy) connectivity - TCP: 1235 esxcli network ip connection list | grep 1234 is the correct answer. https://docs.vmware.com/en/VMware-NSX/4.1/administration/GUID-7F899902-6884-40D0-B0AF-DF713AB052BD.html?hWord=N4IghgNiBcIHYGcAeACADgewE4BcUEYAmAZgBYQBfIA
Reference: The NSX Manager management plane communicates with the transport nodes by using APH Server over NSX-RPC/TCP through port 1234. CCP communicates with the transport nodes by using APH Server over NSX-RPC/TCP through port 1235
esxcli network ip connection list | grep 1234
esxcli network ip connection list | grep 1234
port 1234 is for management plane so A should be correct.
esxcli network ip connection list | grep 1234
The NSX Manager management plane communicates with the transport nodes by using APH Server over NSX-RPC/TCP through port 1234. CCP communicates with the transport nodes by using APH Server over NSX-RPC/TCP through port 1235.
to nsx manager is port 1234