21 Aggregate Interfaces
21 Aggregate Interfaces
Switch Configuration
Switch(config)#hostname Remote-SW
Remote-SW(config)#interface range e0/0,e0/3
Remote-SW(config-if-range)#switchport trunk encapsulation dot1q
Remote-SW(config-if-range)#switchport mode trunk
Remote-SW(config-if-range)#channel-protocol lacp
Remote-SW(config-if-range)#channel-group 1 mode active
Remote-SW(config-if-range)#no shutdown
Remote-SW(config)#interface port-channel 1
Remote-SW(config-if)#no shutdown
Remote-SW # show etherchannel summary
Remote-SW # show etherchannel detail
Remote-SW # show etherchannel port-channel
Remote-SW #show spanning-tree vlan 1
To configure an interface, go to Network > Interfaces Click Create New > Interface.
Finally, Aggregate interface has been configured combine Port3 and Port4.
After shutdown the interface there is one drop the interface switchover.
Shutdown FW interface
Remote-SW(config)#interface e0/3
Remote-SW(config-if)#no shutdown
After bring up the interface there is one drop the interface switchover.