VMware Cloud Community
NunoMMS
Contributor
Contributor

Esxi 5.0 NICS are down permanently. How do I get them to work?

Hi,

I'm having trouble getting nics to work (or be "up"). As you can see in the images below ESXi detects all nics but they simply will not work. I have tried the following comand: esxcli network nic up -n "nicname" but it doesnt change anything. Is there some kind of limitation?

Your help would be very much appreciated.

pastedImage_1.png

pastedImage_0.png

Tags (2)
0 Kudos
6 Replies
vijayrana968
Virtuoso
Virtuoso

Have you checked these NICs physically ? Are they connected properly to a network device ?

0 Kudos
NunoMMS
Contributor
Contributor

Yes, they are properly connected to a network device. If I change the cables between the working nic and the others they work just fine.

0 Kudos
NunoMMS
Contributor
Contributor

When I run esxcli network nic get -n "nicname", on the Link Status I get "Down by explicit linkSet"... dont know if this means anything?

0 Kudos
vijayrana968
Virtuoso
Virtuoso

So the problem is with configured speed of these Realtek NICs. Try with below command and check.

esxcli network nic set -n vmnicX -a

0 Kudos
NunoMMS
Contributor
Contributor

I tried on one nic:

esxcli network nic set -n vmnic2 -a

and the result was this:

pastedImage_0.png

Does this mean it will not work as gigabit at full duplex? Because the card is gigabit!

0 Kudos
vijayrana968
Virtuoso
Virtuoso

Right, check the specification provided by vendor.

0 Kudos