30 cze 2014

VMware ESXi - Status interfejsów sieciowych w shell'u



Czasem w czasie konfiguracji interfejsów sieciowych na ESX'ach istnieje potrzeba szybkiego zidentyfikowania podstawowych informacji takich jak status portu, prędkość, adres fizyczny oraz MTU.
Twórcy systemu zapewnili możliwość



 wyświetlenia potrzebnych informacji jednym poleceniem.

~ # esxcli network nic list
Name    PCI Device     Driver     Link  Speed  Duplex  MAC Address         MTU  Description                                       
------  -------------  ---------  ----  -----  ------  -----------------  ----  --------------------------------------------------
vmnic0  0000:006:00.0  igb        Up     1000  Full    40:f2:e9:95:bc:92  1500  Intel Corporation I350 Gigabit Network Connection 
vmnic1  0000:006:00.1  igb        Up     1000  Full    40:f2:e9:95:bc:93  1500  Intel Corporation I350 Gigabit Network Connection 
vmnic2  0000:006:00.2  igb        Down      0  Full    40:f2:e9:95:bc:94  1500  Intel Corporation I350 Gigabit Network Connection 
vmnic3  0000:006:00.3  igb        Up     1000  Full    40:f2:e9:95:bc:95  1500  Intel Corporation I350 Gigabit Network Connection 
vmnic4  0000:020:00.0  igb        Up     1000  Full    90:e2:ba:55:ab:9a  1500  Intel Corporation 82580 Gigabit Network Connection
vmnic5  0000:020:00.1  igb        Down      0  Half    90:e2:ba:55:ab:9b  1500  Intel Corporation 82580 Gigabit Network Connection
vmnic6  0000:08b:00.0  igb        Up     1000  Full    90:e2:ba:55:ab:b6  1500  Intel Corporation 82580 Gigabit Network Connection
vmnic7  0000:08b:00.1  igb        Down      0  Full    90:e2:ba:55:ab:b7  1500  Intel Corporation 82580 Gigabit Network Connection
vusb0   Pseudo         cdc_ether  Up       10  Half    42:f2:e9:95:bc:91  1500  Unknown Unknown   

Jeśli dodatkowo chcemy zweryfikować do jakich wirtualnych przełączników podłączony jest dany interfejs i jakie VLAN'y przenosi możemy użyć kolejnego polecenia:

~ # esxcli network vswitch standard list
vSwitch0
   Name: vSwitch0
   Class: etherswitch
   Num Ports: 128
   Used Ports: 6
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By: 
   Uplinks: vmnic4, vmnic0
   Portgroups: Management Network

vSwitchUSB0
   Name: vSwitchUSB0
   Class: etherswitch
   Num Ports: 128
   Used Ports: 3
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By: 
   Uplinks: vusb0
   Portgroups: IMM_Network0

vSwitch1
   Name: vSwitch1
   Class: etherswitch
   Num Ports: 128
   Used Ports: 6
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By: 
   Uplinks: vmnic7, vmnic3
   Portgroups: VMkernel

vSwitch2
   Name: vSwitch2
   Class: etherswitch
   Num Ports: 128
   Used Ports: 5
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By: 
   Uplinks: vmnic6, vmnic1

   Portgroups: VLAN81, VLAN84, VLAN82, VLAN80

Brak komentarzy:

Prześlij komentarz