View interface configuration data for either all or specified IP interfaces in the routing table.
exec
show vSwitch-name vRouter-name ip interface verbose
Heading | Description | Filter |
---|---|---|
IfName | The name of the interface to which you want to assign an IP address (the interface that connects to the IP instance). This could be either vlan.x, lag.x, eth.x.x, loopback, or ip.vSwitch:vRouter. If the interface does not already exist, the system returns an error. | ifName IfName |
Admin State | The administrative (manually configured) status of the interface. Valid values:
enabled , disabled
|
adminState enumeration |
Oper Status | The operational state of the interface. Valid values:
|
status enumeration |
MTU | The Maximum Transmission Unit (MTU) of the interface. This is the maximum length, in number of bytes, of a packet transmitted over this interface. Packets are fragmented to this size. Can only be modified on IP interfaces. Valid values are from 576 to 9000. |
mtu integer |
Phys Addr | The Layer 2 physical address (the MAC address) of the IP interface. The system associates this address with the interface displayed. Any interface that does not have a physical address associated with it, for example a virtual LAN (VLAN), displays N/A in this field. | physAddress macAddress |
IfIndex | The system-assigned interface name, in hexadecimal. | ifIndex hexUInt |
Link Traps | Specifies if link up/down SNMP traps should be sent on the interface. Valid values:
|
linkUpDownTrap enumeration |
Event Filter | The event filter level set for the interface. Valid values:
|
eventFilter enumeration |
Packet Trace | The setting for the packet trace capability. When enabled, the system sends debug messages relating to packets moving through the system. Because of the large amount of data generated by setting this variable, you should only enable it when you want to debug your network by verifying where packets are going in the system. Valid values:
enabled , disabled
|
packetTrace enumeration |
Speed | The speed of the interface. This value is derived from the speed of the Ethernet port (at the bottom of the stack) that is connected to this interface. | speed integer |
Last Change | The value, in ticks, of the sysUpTime variable at the time of the last change to the interface. This could be a change to the configuration, or in the administrative state or operational status. If the field displays 0, there have been no changes to the IP instance since the last system reboot. | lastChange integer |
Description | The text string you assigned to the interface. You can use this value to identify a interface name (for example, vlan.10) with a meaningful description. | description text |
You can do the following