Problem
Cause
- SSH to host and run following command to verify status of vdl2 component, net-dvs | grep "component.vdl2"
com.vmware.common.opaqueDvs.status.component.vdl2 = down , propType = RUNTIME
- Run net-vdl2 –l to verify VTEP interface is assigned valid IP Address, Gateway and status of each interface is UP.
- Run esxcfg-vswitch –l to verify minimum MTU of minimum 1600 bytes is setup on the VDS switch used by NSX and uplinks assigned to VTEP interfaces are UP.
- To view host switch information, run one of the following transport node state API:
- (deprecated) GET api/v1/transport-nodes/<uuid>/state
- GET api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/<host-transport-node-id>/state, where default values for enforcementpoint-id and site-id is ‘default’ or GET api/v1/transport-nodes/<uuid>/state (deprecated).