VMware Cloud Community
OlivierTremolie
Enthusiast
Enthusiast
Jump to solution

Link status

Hi all,

I've got a problem : I can't know the link staus in Virtual Center.

I'm working with ESX 3.0.1, how can I know the status of my network card on console ?

Thank

Olivier

Olivier ############### If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!!
0 Kudos
1 Solution

Accepted Solutions
Dave_Mishchenko
Immortal
Immortal
Jump to solution

You can run the command

esxcfg-nics -l

It'll give you this:

\[root@localhost root]# esxcfg-nics -l

Name PCI Driver Link Speed Duplex Description

vmnic0 05:00.00 bnx2 Up 1000Mbps Full Broadcom Corporation Broadcom NetXtreme II BCM5708 1000Base-T

vmnic1 09:00.00 bnx2 Up 1000Mbps Full Broadcom Corporation Broadcom NetXtreme II BCM5708 1000Base-T

vmnic2 0c:00.00 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic3 0c:00.01 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic4 0e:00.00 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic5 0e:00.01 e1000 Up 100Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

\[root@localhost root]#

View solution in original post

0 Kudos
1 Reply
Dave_Mishchenko
Immortal
Immortal
Jump to solution

You can run the command

esxcfg-nics -l

It'll give you this:

\[root@localhost root]# esxcfg-nics -l

Name PCI Driver Link Speed Duplex Description

vmnic0 05:00.00 bnx2 Up 1000Mbps Full Broadcom Corporation Broadcom NetXtreme II BCM5708 1000Base-T

vmnic1 09:00.00 bnx2 Up 1000Mbps Full Broadcom Corporation Broadcom NetXtreme II BCM5708 1000Base-T

vmnic2 0c:00.00 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic3 0c:00.01 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic4 0e:00.00 e1000 Up 1000Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic5 0e:00.01 e1000 Up 100Mbps Full Intel Corporation 82571EB Gigabit Ethernet Controller

\[root@localhost root]#

0 Kudos