[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:
- Specify VLAN as the encapsulation method.
- host1(config-if)#encapsulation vlan
- 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
- Assign a VLAN ID for the subinterface.
- host1(config-if)#vlan id 203
- 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]