nsxdp-cli bfd sessions list
vmkping -I vmk## -S vxlan -d -s 1572 <Gateway of the TEP IP>
Test network connectivity between two TEP endpoints from the ESXi host
vmkping = command
-I vmk## = choose with VMK interface to ping from (-eye, not -ell)
-S vxlan = chose vxlan / geneve overlay network stack
-d = mark the do not fragment bit
-s 1572 = set the payload packet size to 1572 bytes (maximum allowed on a 1600 MTU network)
VMware NSX