Skip to main content
Solved

identify physical port


How to identify which NIC 1 NIC 2 etc or eth0 eth1 eth3 and eth4 on physical side. in my case, i want to configure the network active-backup and how to identify which port is eth1 or eth2 either on physical view or prism element dashboard 

 

thank you 

This topic has been closed for comments

3 replies

Userlevel 6
Badge +8

I assume you have not created the cluster yet? Run the crashcart utility and you can see the eth names and their link state and their mac addresses. 

More info here: The Nutanix Network Crashcart a hidden gem - Jeroen Tielen

Badge

ethtool -p(--identify) devname 
// ethtool -p eth0

I think it might be useful to you.

Badge +1

Thank you all for the best answer