Configure multiple interfaces on the active vRouter. If you then configure one of the individual interfaces within a separate command mode, the new values are applied to that interface. For example, if you then enter the IP command mode and set the MTU for a specific interface, the MTU is reconfigured, but all the other settings from the vRouter interfaces modify command remain.
You can also use this command to configure multiple interface types without having to move between command modes. For example, you could first change the IP MTU by specifying selecting an IP interface and then change the trap level for LAGs by selecting a LAG interface. This method is faster than moving to different command modes to make changes.
config
vSwitch-name vRouter-name interfaces connectionName ConnIfName
| Field Name | Description |
|---|---|
| adminState enumeration |
Optional: The administrative (manually configured) status of the interface. The default setting is "enabled". Valid values:
enabled, disabled
|
| linkUpDownTrap enumeration |
Optional: Specifies if link up/down SNMP traps should be sent on the interface. The default setting is "enabled". Valid values:
|
| eventFilter enumeration |
Optional: The event filter level set for the interface. The default setting is "informational". Valid values:
|
| packetTrace enumeration |
Optional: 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. The default setting is "disabled". Valid values:
enabled, disabled
|
| description text |
Optional: 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. The default setting is "". |
| mtu integer |
Optional: 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; the default setting is "1500". |