lunes, 24 de noviembre de 2014

ifconfig en vmware esxi



~ # esxcli network nic list

Name    PCI Device     Driver  Link  Speed  Duplex  MAC Address         MTU  Description

------  -------------  ------  ----  -----  ------  -----------------  ----  ---------------------------------------------------------------------------

vmnic0  0000:003:00.0  bnx2    Down      0  Half    00:21:5a:a5:25:7c  1500  Broadcom Corporation NC373i Integrated Multifunction Gigabit Server Adapter

vmnic1  0000:00f:00.0  e1000e  Up      100  Full    00:1f:29:55:ed:0a  1500  Intel Corporation 82571EB Gigabit Ethernet Controller

vmnic2  0000:00f:00.1  e1000e  Up     1000  Full    00:1f:29:55:ed:0b  1500  Intel Corporation 82571EB Gigabit Ethernet Controller

~ # esxcfg-vmknic -l

Interface  Port Group/DVPort   IP Family IP Address                              Netmask         Broadcast       MAC Address       MTU     TSO MSS   Enabled Type

vmk0       Management          IPv4      10.0.0.5                              255.255.255.0   10.50.58.255    00:21:5a:a5:25:7c 1500    65535     true    STATIC

vmk0       Management          IPv6      fe80::221:5aff:fea5:257c                64                              00:21:5a:a5:25:7c 1500    65535     true    STATIC, PREFERRED

~ # esxcli network ip interface list

vmk0

   Name: vmk0

   MAC Address: 00:21:5a:a5:25:7c

   Enabled: true

   Portset: vSwitch0

   Portgroup: Management

   Netstack Instance: defaultTcpipStack

   VDS Name: N/A

   VDS UUID: N/A

   VDS Port: N/A

   VDS Connection: -1

   MTU: 1500

   TSO MSS: 65535

   Port ID: 33554436

Bibliografía: