Ether Channel
Ether Channel
Welcome
To
Network for you
EtherChannel
Ether Channel
• It is also known as Link aggregation.
• Ether channel is a technology which allows us to make multiple physical interfaces into single logical
interface. So STP will not block that multiple links etc.
• Ether channel increases bandwidth and provides redundancy by aggregating individual links of
switches.
• Ether Channel load balances traffic over all the links in the bundle.
• It can be configured as layer 2 or layer 3.
• Maximum we can do ether channel to 8 Physical interfaces.
If we want to configure ether channel we need to make sure that all ports have the same
configuration.
• Duplex has to be the same
If we want to configure PAGP there are number of options we can choose for interface
configuration as given below.
• ON (In this Interface becomes member of the ether channel but does not negotiate).
• Desirable (In this Interface will actively ask the other side to become an ether channel).
• Auto (In this Interface will wait passively for the other side to ask to become an ether channel).
• OFF (no ether channel configured on the interface).
To Check Etherchannel
sh spanning-tree vlan 1
sh etherchannel summary
Sh etherchannel detail
Sh etherchannel port-channel
To Check Etherchannel
sh spanning-tree vlan 1
sh etherchannel summary
Sh etherchannel detail
Sh etherchannel port-channel
To Check Etherchannel
sh spanning-tree vlan 1
sh etherchannel summary
Sh etherchannel detail
Sh etherchannel port-channel
Layer 3 EtherChannel:
• Layer 3 EtherChannel is as a single port configured in routed mode.
• Layer 3 EtherChannel is configured with no switchport.
• Logical interface and no ip address is configured under member interfaces.
• Layer 3 port channel are used for interconnecting routers with layer 3 switches.
• Layer 3 port channel are used for interconnecting routers with routers.
To Check Etherchannel
sh spanning-tree vlan 1
sh etherchannel summary
Sh etherchannel detail
Sh etherchannel port-channel
• Most of the issues with Ether channels (Link Aggregation) are because of misconfiguration.
• Keep in mind that the configuration of all physical interfaces has to match.
• Due to logical all the member interfaces must have the same characteristics.
• If they do not have same characteristics & configuration problems will occur.
Port Type:
Port Mode:
• All Layer 2 port channels must be configured as either access ports or trunk ports.
• All Layer 2 port channels must be the same configuration ports cannot be mixed.
Native VLAN:
• Member interfaces on Layer 2 trunk port channel must be configured same native VLAN.
• Native VLAN can be configured using the command switchport trunk native vlan vlan-id.
Allowed VLAN:
• Member interfaces on Layer 2 trunk port channel must be configured same VLANs.
• Same allow VLAN can be configured using command switchport trunk allowed vlan-ids.
Speed:
• All member interfaces or ports in port channel must be the same speed.
Duplex:
• The duplex must be the same for all member interfaces or ports in Port Channel link.
MTU:
• All Layer 3 member interfaces or ports must have the same MTU configured.
• Interface cannot be added to port channel if MTU does not match the MTU.
Here we notice that SW1 is running PAGP and SW2 is running LACP so we will have issues. We should
have both side same protocol not different. So After reconfiguring SW2 to PAGP it will start working.
This is Basic Troubleshooting lab. Same like this you can do by change native VLAN, or by change other
parameters etc.