Configuring Layer 2 Etherchannel
My Dear Friend in today’s article, I will tell you “Configuring Layer 2 Ether channel” If you any problem after reading this article, you can see the video below. Please don’t forget to Like, Share, Comment & Subscribe to our Networking Guruji Channel for more video.
Previous post: — What is a Virtual Local Area Network (VLAN)…. Click Here
“What is Ether Channel” Ether channel makes two physical links into one logical link and STP (Spanning tree protocol to run on the logical link, not on the physical link) will run on the logical link.
Ether channel is a technology that allows you to aggregate multiple physical links of the same capabilities into a single logical one. In this way, you can increase the bandwidth.
Normally when you have multiple links connecting between switches STP blocks redundant port, with Ether channel the links are aggregated and not blocked by STP.
The technique for aggregating bandwidth of Physical links together. Also known as…
Ether Channel Physical vs. Logical View
Why we configure Ether Channel?
1. It increases the bandwidth of the link
2. Provide redundancy at link level
Ether Channel Provides aggregated bandwidth as per the following: -
1 Fast Ethernet up to 800Mbp
2. Gigabit Ethernet up to 8Gbps
3. 10 Gigabit Ethernet up to 80Gbps
“Cisco CCNA — EtherChannel” Ether Channel Can be configured in 2 different ways -
2. Using Negotiation Protocol
There are two Ether Channel negotiation protocol.
1. PAgP — Port Aggregation Protocol
2. LACP — Link Aggregation Control Protocol
is Cisco proprietary EtherChannel negotiation protocol
is an open standard EtherChannel negotiation protocol.
“Layer 2 Etherchannel” For an EtherChannel to from all member’s interface must agree on the same configuration, and both of the channels must agree on the same negotiation protocol. In the bellow show EtherChannel summary output the protocol field is null or nothing, which means that no negotiation was used. This comes from one mode of the channel-group command. This output also shows that the port-channel is in the (SU) state, which means L2 switch port is up, and the member’s ports are in the (P) state, which is in the port-channel.
Layer 2 Etherchannel Configuring
Configure on SW-2, all inter-switch links between SW-2 and SW-4 on Dynamic Auto state.
Configure on SW-4, all inter-switch link between SW-2 and SW-4 on Dynamic Desirable sate.
Configure layer 2 Etherchannel on all inter-switch link (fa0/1 fa0/3) between SW-2 and SW-4.
Use port-channel number 24 on both the switches.
These links should not use dynamic Etherchannel negotiation.
Note: — only new link add between SW-2 fa0/3 and Sw-4 port fa0/5
Configuring Layer 2 Etherchannel
SW-2(config)#interface fatstethernet 0/1
SW-2(config-if)#switchport mode dynamic auto
SW-2(config)#interface fastethernet fa0/3
SW-2(config-if)#switchport mode dynamic auto
SW-4(config)#interface fatstethernet 0/1
SW-4(config-if)#switchport mode dynamic desirable
SW-4(config)#interface fastethernet fa0/3
SW-4(config-if)#switchport mode dynamic desirable
SW-2(config)#interface fatstethernet 0/1
SW-2(config-if)#channel-group 24 mode on
SW-2(config)#interface fastethernet fa0/3
SW-2(config-if)#channel-group 24 mode on
SW-4(config)#interface fatstethernet 0/1
SW-4(config-if)#channel-group 24 mode on
SW-4(config)#interface fastethernet fa0/3
SW-4(config-if)#channel-group 24 mode on
Sw-2# show EtherChannel summary
Flags: D-Down p-bundled in port-channel
I — stand-alone S — suspended
H — Hot-standby (LACP only)
R — Layer 3 S — Layer2
U — in use f — failed to allocate aggregator
M — not in use, minimum links not met
U — unsuitable for bundling
W — waiting to be aggregated
Number of channel-groups in use: 1
Group Port-channel protocol ports
24 po24 — fa0/1(P) fa0/3(P)
SW-4#show EtherChannel summary
Flags: D-Down p-bundled in port-channel
I — stand-alone S — suspended
H — Hot-standby (LACP only)
R — Layer 3 S — Layer2
U — in use f — failed to allocate aggregator
M — not in use, minimum links not met
U — unsuitable for bundling
W — waiting to be aggregated
Number of channel-groups in use: 1
Group Port-channel protocol ports
24 po24 (SU) — fa0/1(P) fa0/5(P)
“Cisco CCNA — EtherChannel” Since SW-3’s member interfaces were in dynamic desirable mode, newly created the port-channel interface copy this attribute and start negotiating with other ends of the switch, which is SW-2 and SW2’s member interfaces (physical interfaces) were configured in Dynamic auto mode, created port-channel interface copy this attribute and respond to the negotiation, as result port-channel interface has become a trunk.
SW-4#show interface trunk
Port Mode Encapsulation Status Native VLAN
Po24 desirable n-isl trunking 1
Port VLAN allowed on trunk
Port Vlans allowed and active in management domain
Po24 1,10,20,30
Port VLAN in spanning tree forwarding state and not pruned
Po24 1,10,20,30
SW-2#show interface trunk
Port Mode Encapsulation Status Native VLAN
Po24 auto n-isl trunking 1
Port VLAN allowed on trunk
Port VLANs allowed and active in management domain
Po24 1,10,20,30
Port VLAN in spanning tree forwarding state and not pruned
Po24 1,10,20,30
Upcoming Layer 2 Etherchannel tutorial….. step by step……
This is a full article “ Configuring Layer 2 Etherchannel” Thank you so much.
Originally published at https://www.networkingguruji1.com.