The objective of this lab is to configure Etherchannel on a network consisting of two switches joined together using two cables. Etherchannel helps bundle multiple links connecting two network devices into one virtual link with a higher bandwidth.
There are three methods of etherchannel configuration, two of which use negotiation protocols for interfaces to form an etherchannel and one of which the interfaces is configured manually. The two methods that uses are negation protocols are Link Aggregation Control Protocol (LACP) and Port Aggregation Protocol (PAgP), while the static method is often referred to as Manual mode (ON mode).
PAgP configuration Lab
PAgP is a link aggregation protocol that works in two modes: auto and desirable.
Auto-mode: interface can respond to PAgP packet negotiation but will never start one on its own.
Desirable mode: interface actively attempts a negotiating state for PAgP packet negotiation.”
The network topology you will work on in this lab is shown below;
Lab Objective
- Configure the PAgP EtherChannel on each of the Cisco switches.
- Verify port channel creation after PAgP Etherchannel creation.
- Run necessary Show commands after PAgP Etherchannel creation.
Lab Solution
on SW1,
[Step1]: Configuring EtherChannel using the PAGP mode (Cisco Proprietary) on SW1
=========================================
SW1(config)#interface range ethernet0/0-1
SW1(config-if-range)#channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1
SW1(config-if-range)#exit
=========================================
on SW2,
[Step2]: Configuring EtherChannel using the PAGP mode (Cisco Proprietary) on SW2
=========================================
SW2(config)#interface range ethernet0/0-1
SW2(config-if-range)#channel-group 1 mode auto
Creating a port-channel interface Port-channel 1
SW2(config-if-range)#exit
=========================================
[Step3]: Check if the Port-channel1 has been created on SW1
=========================================
SW1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step4]: Check if the Port-channel1 has been created on SW2
=========================================
SW2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step5]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW1#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) PAgP Et0/0(P) Et0/1(P) <--
=========================================
[Step6]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW2#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) PAgP Et0/0(P) Et0/1(P) <--
=========================================
[Step7]: The “show etherchannel port-channel” command can be used to
display information about a specific port channel (in this case port-channel1)
=========================================
SW1#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1
------------
Age of the Port-channel = 0d:00h:08m:00s
Logical slot/port = 16/0 Number of ports = 2
GC = 0x00010001 HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = PAgP
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 Desirable-Sl 0
0 00 Et0/1 Desirable-Sl 0
Time since last port bundled: 0d:00h:01m:39s Et0/1
Time since last port Un-bundled: 0d:00h:01m:43s Et0/0
=========================================
[Step8]: The “show etherchannel port-channel” command can be used to
display information about a specific port channel (in this case port-channel1)
=========================================
SW2#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1
------------
Age of the Port-channel = 0d:00h:07m:32s
Logical slot/port = 16/0 Number of ports = 2
GC = 0x00010001 HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = PAgP
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 Automatic-Sl 0
0 00 Et0/1 Automatic-Sl 0
Time since last port bundled: 0d:00h:02m:37s Et0/1
Time since last port Un-bundled: 0d:00h:02m:41s Et0/0
=========================================
[Step9]: The "show interfaces etherchannel" command can be used to display
detailed information about the EtherChannel on each interface.
=========================================
SW1#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = Desirable-Sl Gcchange = 0
Port-channel = Po1 GC = 0x00010001 Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = PAgP
Flags: S - Device is sending Slow hello. C - Device is in Consistent state.
A - Device is in Auto mode. P - Device learns on physical port.
d - PAgP is down.
Timers: H - Hello timer is running. Q - Quit timer is running.
S - Switching timer is running. I - Interface timer is running.
Local information:
Hello Partner PAgP Learning Group
Port Flags State Timers Interval Count Priority Method Ifindex
Et0/0 SCU6/S7 H30s 1 128 Any 6
Partner's information:
Partner Partner Partner Partner Group
Port Name Device ID Port Age Flags Cap.
Et0/0 SW2 aabb.cc00.2a00Et0/0 14s SAC10001
Age of the port in the current state: 0d:00h:03m:58s
SW1#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = Desirable-Sl Gcchange = 0
Port-channel = Po1 GC = 0x00010001 Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = PAgP
Flags: S - Device is sending Slow hello. C - Device is in Consistent state.
A - Device is in Auto mode. P - Device learns on physical port.
d - PAgP is down.
Timers: H - Hello timer is running. Q - Quit timer is running.
S - Switching timer is running. I - Interface timer is running.
Local information:
Hello Partner PAgP Learning Group
Port Flags State Timers Interval Count Priority Method Ifindex
Et0/1 SCU6/S7 H30s 1 128 Any 6
Partner's information:
Partner Partner Partner Partner Group
Port Name Device ID Port Age Flags Cap.
Et0/1 SW2 aabb.cc00.2a00Et0/1 0s SAC10001
Age of the port in the current state: 0d:00h:04m:34s
=========================================
[Step10]: The "show interfaces etherchannel" command can be used to display
detailed information about the EtherChannel on each interface.
=========================================
SW2#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = Automatic-Sl Gcchange = 0
Port-channel = Po1 GC = 0x00010001 Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = PAgP
Flags: S - Device is sending Slow hello. C - Device is in Consistent state.
A - Device is in Auto mode. P - Device learns on physical port.
d - PAgP is down.
Timers: H - Hello timer is running. Q - Quit timer is running.
S - Switching timer is running. I - Interface timer is running.
Local information:
Hello Partner PAgP Learning Group
Port Flags State Timers Interval Count Priority Method Ifindex
Et0/0 SACU6/S7 HQ30s 1 128 Any 6
Partner's information:
Partner Partner Partner Partner Group
Port Name Device ID Port Age Flags Cap.
Et0/0 SW1 aabb.cc00.1a00Et0/0 3s SC10001
Age of the port in the current state: 0d:00h:05m:40s
SW2#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = Automatic-Sl Gcchange = 0
Port-channel = Po1 GC = 0x00010001 Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = PAgP
Flags: S - Device is sending Slow hello. C - Device is in Consistent state.
A - Device is in Auto mode. P - Device learns on physical port.
d - PAgP is down.
Timers: H - Hello timer is running. Q - Quit timer is running.
S - Switching timer is running. I - Interface timer is running.
Local information:
Hello Partner PAgP Learning Group
Port Flags State Timers Interval Count Priority Method Ifindex
Et0/1 SACU6/S7 HQ30s 1 128 Any 6
Partner's information:
Partner Partner Partner Partner Group
Port Name Device ID Port Age Flags Cap.
Et0/1 SW1 aabb.cc00.1a00Et0/1 11s SC10001
Age of the port in the current state: 0d:00h:06m:13s
=========================================
LACP Configuration Lab
LACP is a standard link aggregation Protocol used to bundle multiple link used to connect two network devices into one link with higher bandwidth. LACP work in two modes; Active and Passive.
Active: The interface actively sends LACP packets in its attempt to form an LACP connection.
Passive: The interface can respond to LACP negotiation but will never initiate on its own.
In this lab, you need to configure LACP on the following network;
Lab Objective
- Configure the LACP Ethernet channel in each of the Cisco switches (create another network).
- Verify Port-channel1 creation on each of the switches.
- Run necessary Show commands after LACP Etherchannel creation.
Lab Solution
on SW1,
[Step1]: Configuring EtherChannel using the LACP mode and Load Balancing (Open Standard Protocal) on SW1
=========================================
SW1(config)#interface range ethernet0/0-1
SW1(config-if-range)#channel-group 1 mode active
Creating a port-channel interface Port-channel 1
SW2(config-if-range)#exit
=========================================
on SW2,
[Step2]: Configuring EtherChannel using the LACP mode and Load Balancing
(Open Standard Protocal) on SW2
=========================================
SW2(config)#interface range ethernet0/0-1
SW2(config-if-range)#channel-group 1 mode passive
Creating a port-channel interface Port-channel 1
SW2(config-if-range)#exit
=========================================
[Step3]: Check if the Port-channel1 has been created on SW1
=========================================
SW1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step4]: Check if the Port-channel1 has been created on SW2
=========================================
SW2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step5]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW1#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SU) LACP Et0/0(P) Et0/1(P) <--
=========================================
[Step6]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW2#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SU) LACP Et0/0(P) Et0/1(P) <--
=========================================
[Step7]: The “show etherchannel port-channel” command can be used to
display information about a specific port channel (in this case port-channel1)
=========================================
SW1#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel = 0d:00h:07m:15s
Logical slot/port = 16/0 Number of ports = 2
HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = LACP
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 Active 0
0 00 Et0/1 Active 0
Time since last port bundled: 0d:00h:00m:14s Et0/1
Time since last port Un-bundled: 0d:00h:00m:20s Et0/0
=========================================
[Step8]: The “show etherchannel port-channel” command can be used to
display information about a specific port channel (in this case port-channel1)
=========================================
SW2#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel = 0d:00h:05m:53s
Logical slot/port = 16/0 Number of ports = 2
HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = LACP
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 Passive 0
0 00 Et0/1 Passive 0
Time since last port bundled: 0d:00h:00m:44s Et0/1
Time since last port Un-bundled: 0d:00h:00m:49s Et0/0
=========================================
[Step9]: The "show interfaces etherchannel" command can be used to
display detailed information about the EtherChannel on each interface.
=========================================
SW1#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr Assoc In-Bndl
Channel group = 1 Mode = Active Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = LACP
Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.
Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Et0/0 SA bndl 32768 0x1 0x1 0x1 0x3D
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Et0/0 SP 32768 aabb.cc00.2a00 3s 0x0 0x1 0x1 0x3C
Age of the port in the current state: 0d:00h:01m:50s
SW1#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr Assoc In-Bndl
Channel group = 1 Mode = Active Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = LACP
Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.
Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Et0/1 SA bndl 32768 0x1 0x1 0x2 0x3D
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Et0/1 SP 32768 aabb.cc00.2a00 19s 0x0 0x1 0x2 0x3C
Age of the port in the current state: 0d:00h:02m:28s
=========================================
[Step10]: The "show interfaces etherchannel" command can be used to
display detailed information about the EtherChannel on each interface.
=========================================
SW2#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr Assoc In-Bndl
Channel group = 1 Mode = Passive Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = LACP
Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.
Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Et0/0 SP bndl 32768 0x1 0x1 0x1 0x3C
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Et0/0 SA 32768 aabb.cc00.1a00 9s 0x0 0x1 0x1 0x3D
Age of the port in the current state: 0d:00h:03m:47s
SW2#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr Assoc In-Bndl
Channel group = 1 Mode = Passive Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = LACP
Flags: S - Device is sending Slow LACPDUs F - Device is sending fast LACPDUs.
A - Device is in active mode. P - Device is in passive mode.
Local information:
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Et0/1 SP bndl 32768 0x1 0x1 0x2 0x3C
Partner's information:
LACP port Admin Oper Port Port
Port Flags Priority Dev ID Age key Key Number State
Et0/1 SA 32768 aabb.cc00.1a00 29s 0x0 0x1 0x2 0x3D
Age of the port in the current state: 0d:00h:04m:06s
=========================================
[Step11]: How do I configure EtherChannel load balancing and view the
load-balancing configuration on SW1?
=========================================
SW1(config)#port-channel load-balance src-dst-ip
SW1#show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-dst-ip <--
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
=========================================
[Step12]: How do I configure EtherChannel load balancing and view the
load-balancing configuration on SW2?
=========================================
SW2(config)#port-channel load-balance src-dst-ip
SW2#show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-dst-ip <--
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
=========================================
Static Etherchannel Configuration Lab
Static Ethernet is a way of bundling multiple physical interfaces into one virtual interface with a higher bandwidth. Unlike PAgP and LACP etherchannels, the network devices involved in static etherchannels do not undergo negotiation to form an etherchannel; instead, the interfaces are configured manually with “mode on” in both switches.
The network Topology for this lab is shown below;
Lab Objective
- Configure a static Ethernet channel in each of the Cisco switches (create another network).
- Verify Port-channel1 creation on each of the switches.
- Run the necessary show commands after static etherchannel creation.
on SW1,
[Step1]: Configuring EtherChannel using the Manual mode (Mode on) on SW1
=========================================
SW1(config)#interface range ethernet0/0-1
SW1(config-if-range)#channel-group 1 mode on
Creating a port-channel interface Port-channel 1
SW1(config-if-range)#exit
=========================================
on SW2,
[Step2]: Configuring EtherChannel using the Manual mode (Mode on) on SW2
=========================================
SW2(config)#interface range ethernet0/0-1
SW2(config-if-range)#channel-group 1 mode on
Creating a port-channel interface Port-channel 1
SW2(config-if-range)#exit
=========================================
[Step3]: Check if the Port-channel1 has been created on SW1
=========================================
SW1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step4]: Check if the Port-channel1 has been created on SW2
=========================================
SW2#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Port-channel1 unassigned YES unset up up <--
=========================================
[Step5]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW1#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SU) - Et0/0(P) Et0/1(P) <--
=========================================
[Step6]: The “show etherchannel summary” can be used to simply display
one line of information per port-channel.
=========================================
SW2#show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 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
d - default port
Number of channel-groups in use: 1
Number of aggregators: 1
Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) - Et0/0(P) Et0/1(P) <--
=========================================
[Step7]: The “show etherchannel port-channel” command can be used to display
information about a specific port channel (in this case port-channel1)
=========================================
SW1#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1
------------
Age of the Port-channel = 0d:00h:12m:55s
Logical slot/port = 16/0 Number of ports = 2
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = -
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 On 0
0 00 Et0/1 On 0
Time since last port bundled: 0d:00h:08m:00s Et0/0
Time since last port Un-bundled: 0d:00h:08m:00s Et0/0
=========================================
[Step8]: The “show etherchannel port-channel” command can be used to display
information about a specific port channel (in this case port-channel1)
=========================================
SW2#show etherchannel 1 port-channel
Port-channels in the group:
---------------------------
Port-channel: Po1
------------
Age of the Port-channel = 0d:00h:13m:39s
Logical slot/port = 16/0 Number of ports = 2
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel Ag-Inuse
Protocol = -
Port security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Et0/0 On 0
0 00 Et0/1 On 0
Time since last port bundled: 0d:00h:08m:40s Et0/0
Time since last port Un-bundled: 0d:00h:08m:40s Et0/0
=========================================
[Step9]: The "show interfaces etherchannel" command can be used to display
detailed information about the EtherChannel on each interface.
=========================================
SW1#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:11m:42s
SW1#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:11m:49s
=========================================
[Step10]: The "show interfaces etherchannel" command can be used to display
detailed information about the EtherChannel on each interface.
=========================================
SW2#show interfaces ethernet0/0 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:11m:00s
SW2#show interfaces ethernet0/1 etherchannel
Port state = Up Mstr In-Bndl
Channel group = 1 Mode = On Gcchange = -
Port-channel = Po1 GC = - Pseudo port-channel = Po1
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:00h:11m:04s
=========================================
If you need any detail about the above lab, here are separate posts where we explained them in detail;
How to Configure PAgP EtherChannel in Cisco Switches
Static EtherChannel Configuration
How to configure LACP Etherchannel
Reference: https://github.com/misterkrittin/CCNA-Labs
I am a passionate Networking Associate specializing in Telecommunications.
With a degree in Electronic engineering, I possess a strong understanding of electronic systems and the intricacies of telecommunications networks. I gained practical experience and valuable insights working for a prominent telecommunications company.
Additionally, I hold certifications in networking, which have solidified my expertise in network architecture, protocols, and optimization.
Through my writing skills, I aim to provide accurate and valuable knowledge in the networking field.
Connect with me on social media using the links below for more insights.
You can contact me using [email protected] or connect with me using any of the social media account linked below