nerdexam
Broadcom-VMware

2V0-41.24 · Question #18

Which command on ESXi is used to verify the Local Control Plane connectivity with Central Control Plane?

The correct answer is D. esxcli network ip connection list | grep 1235. In NSX-T, the Local Control Plane Agent (netcpa) communicates with the Central Control Plane Agent (ccpd) over a specific port. To verify this connectivity, you can use the following command on an ESXi host: esxcli network ip connection list | grep 1235 This command lists all…

Section 5 – NSX Troubleshooting and Operations

Question

Which command on ESXi is used to verify the Local Control Plane connectivity with Central Control Plane?

Options

  • Aesxcli network ip connection list | grep netcpa
  • Besxcli network ip connection list | grep ccpd
  • Cesxcli network ip connection list | grep 1234
  • Desxcli network ip connection list | grep 1235

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    5% (2)
  • D
    92% (35)

Explanation

In NSX-T, the Local Control Plane Agent (netcpa) communicates with the Central Control Plane Agent (ccpd) over a specific port. To verify this connectivity, you can use the following command on an ESXi host: esxcli network ip connection list | grep 1235 This command lists all IP connections and filters the results to show those involving port 1235, which is used by the Central Control Plane Agent (ccpd). If the command returns results, it indicates that the Local Control Plane Agent (netcpa) is successfully communicating with the Central Control Plane Agent (ccpd). https://docs.vmware.com/en/VMware-NSX/4.1/administration/GUID-7F899902-6884-40D0-B0AF- DF713AB052BD.html?hWord=N4IghgNiBcIHYGcAeACADgewE4BcUEYAmAZgBYQBfIA

Topics

#control plane#LCP#CCP#ESXi CLI

Community Discussion

No community discussion yet for this question.

Full 2V0-41.24 Practice