The vRouter interfaces command mode allows you to show and set multiple interfaces on the active vRouter with a single command by using the wildcard symbol. For example, if you set the maximum transmission unit (MTU) for interfaces ip.* within this context, the MTU value is changed on all IP interfaces associated with the 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 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 vSwitch name vRouter name interfaces ip.* MTU 5000, and then change the trap level for link aggregation groups (LAGs) by specifying vSwitch name vRouter name interfaces lag.* eventFilter warning. This method is faster than entering and exiting the IP and LAG command modes to make changes.
Interface types | Description |
---|---|
sock
|
Socket. Represents the socket layer that resides above IP. Traffic originates from a socket passes through this layer. The socket layer is created and stacked as a side effect of issuing other commands. |
ip
|
IP instance.The interface output in the command displays either just the instance number (assigned by the system and based on the virtual router) or the instance number and an interface index. |
eth
|
Ethernet interface. The interface name indicates which Ethernet port is assigned to an interface. |
vlan
|
Virtual LAN. Composed of Ethernet ports and/or LAGs, VLANs are groups of segments that appear to be on the same Layer 2 network. |
lag
|
Link aggregation group. Multiple Ethernet interfaces configured to aggregate bandwidth and appear as a single logical interface to higher layer interfaces |
loopback
|
Loopback layer. IP interfaces to this layer can be created when it is necessary to configure reachable IP addresses on interfaces that are not tied to physical interfaces, and therefore never go down. |