This article will help you to get the details of the physical switch port details of ESXi uplinks.
Step 1: Login to the ESXi host using root user/ SSO User.
Step 2: Enter the below command into the terminal.
vim-cmd hostsvc/net/query_networkhint | grep 'portId\|devId\|vmnic'
Output will show the details of the associated physical switch.
Note: CDP, LLDP has to be enabled on physical switch.
This information is needed when you end up in a troubleshooting session with network team for physical uplinks down/inconsistency of traffic.
Comments
Post a Comment