Opening vSphere client, I couldn't see any way to assign speed settings. So, I got on the box and executed:
# esxcfg-nics -a vmnic0
No errors were reported, but also nothing changed.
From the cisco switch (I borrowed a connection from an old testbox of mine, so you can ignore the description):
DevSwitch#show interfaces gi0/15
GigabitEthernet0/15 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 64ae.0c6c.080f (bia 64ae.0c6c.080f)
Description: Jacob's testbox (PatchPort 6)
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 10000 bits/sec, 12 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
1706 packets output, 146545 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out
the line:
0 input packets with dribble condition detected
Is interesting, but I'm not sure what it means or how to correct it.
-Jacob
EDIT: After doing my own research on the dribble condition, that is a counter, not a status. Therefore, having it say zero is completely normal.