[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring a VLAN Subinterface for a LAG Bundle

To configure a VLAN subinterface for the LAG bundle, perform the following steps:

  1. Specify VLAN as the encapsulation method.
    host1(config-if)#encapsulation vlan
  2. Specify the VLAN subinterface for the LAG bundle by adding a unique subinterface number to the LAG interface identification command.
    host1(config)#interface lag bundleBoston.1
  3. Assign a VLAN ID for the subinterface.
    host1(config-if)#vlan id 203
  4. Assign an IP address and mask.
    host1(config-if)#ip address 192.168.1.1 255.255.0.0

[Contents] [Prev] [Next] [Index] [Report an Error]