Objectives
Part 1: Examine the Physical Layer and Correct Switch Port Mode Issues
Part 2: Identify and Correct Port Channel Assignment Issues
Part 3: Identify and Correct Port Channel Protocol Issues
Background
A junior technician recently configured four switches. Users are complaining that the network is running
slowly, and they would like you to investigate.
Port Channel Table
Channel Group Ports Protocol
S1: G0/1, G0/2 LACP active
1
S3: G0/1, G0/2
S2: G0/1, G0/2 LACP active
2
S4: G0/1, G0/2
S1: F0/23, F0/24 LACP active
3
S2: F0/23, F0/24
S3: F0/23, F0/24 LACP active
4
S4: F0/23, F0/24
S1: F0/21, F0/22 LACP active
5
S4: F0/21, F0/22
S2: F0/21, F0/22 LACP active
6
S3: F0/21, F0/22
Device Table
Device Group Ports
S1 1 G0/1, G0/2
S1
3 F0/23, F0/24
S1
5 F0/21, F0/22
S2 2 G0/1, G0/2
S2
3 F0/23, F0/24
S2
6 F0/21, F0/22
S3 1 G0/1, G0/2
S3
4 F0/23, F0/24
S3
6 F0/21, F0/22
S4 2 G0/1, G0/2
2017 -2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
Device Group Ports
S4
4 F0/23, F0/24
S4
5 F0/21, F0/22
Instructions
Part 1: Examine the Physical Layer and Correct Switch Port Mode Issues
Step 1: Look for access ports.
Examine the switches. When two or more redundant links connect the same switches, Spanning Tree
protocol will only put one port in forwarding mode to prevent switching loops. You can see this in Packet
Tracer. When physical ports are assigned to an EtherChannel port, they behave as one logical port. Each pair
will either be operational or down.
Step 2: Verify ports are in trunk mode. Briefly describe your observation and write your answer
below:
Answer: On S2, the port channel interfacing and physical interfacing that have been
configured in the port channels are all configured as access ports. The physical interfaces
ought to be configured as trunks. The port channel interfaces should also be configured as
trunks.
________________________________________________________________________
a. Verify that all physical ports in the topology are configured as trunks. Correct any ports that are in access
mode.
S2(config)#interface range f0/21-24, g0/1-2
S2(config-if-range)#switchport mode trunk
__________________________________________________________________________
b. Correct any EtherChannel ports that are not configured as trunks.
S1(config)#interface port-channel 1
S1(config-if)#switchport mode trunk
S2(config)#interface port-channel 2
S2(config-if)#switchport mode trunk
S2(config-if)#interface port-channel 3
S2(config-if)#switchport mode trunk
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
S2(config-if)#interface port-channel 6
S2(config-if)#switchport mode trunk
_____________________________________________________________________
Part 2: Identify and Correct Port Channel Assignment Issues. Briefly describe
your observation and write your answer below:
Answer: Port channel interface task can be confounding. It could be
a conceivable that errors can happen when assigning physical ports to ports channels.
In this case, ports F0/21 and F0/22 on S4 have been doled out to port channel gather 4.
They ought to be reassigned to port channel bunch 5.
Step 1: Examine port channel assignments.
The Packet Tracer topology and the Port Channel and Device tables provide details about the physical ports
and their EtherChannel assignments. Use the show etherchannel summary command to learn how the
EtherChannel links are configured. Verify that the switches are configured as shown in the documentation.
Write your answer and the output of the command you use below:
S1#show etherchannel summary
Flags: D - down P - 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
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 3
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
Number of aggregators: 3
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SD) LACP Gig0/1(I) Gig0/2(I)
3 Po3(SU) LACP Fa0/23(P) Fa0/24(P)
5 Po5(SU) LACP Fa0/21(P) Fa0/22(P)
S2#show etherchannel summary
Flags: D - down P - 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
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 3
Number of aggregators: 3
Group Port-channel Protocol Ports
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
------+-------------+-----------+----------------------------------------------
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)
3 Po3(SU) LACP Fa0/23(P) Fa0/24(P)
6 Po6(SD) LACP Fa0/21(I) Fa0/22(I)
S3#show etherchannel summary
Flags: D - down P - 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
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 3
Number of aggregators: 3
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SD) PAgP Gig0/1(I) Gig0/2(I)
4 Po4(SD) PAgP Fa0/23(I) Fa0/24(I)
6 Po6(SD) PAgP Fa0/21(I) Fa0/22(I)
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
S4#show etherchannel summary
Flags: D - down P - 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
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 3
Number of aggregators: 3
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
2 Po2(SU) LACP Gig0/1(P) Gig0/2(P)
4 Po4(SU) LACP Fa0/21(P) Fa0/22(P) Fa0/23(I) Fa0/24(I)
5 Po5(SD) -
Step 2: Correct port channel assignments.
Correct any switch ports that are not assigned to the correct EtherChannel port.
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
S4(config)#interface range f0/21-22
S4(config-if-range)#channel-group 5 mode active
__________________________________________________________________________________
Part 3: Identify and Correct Port Channel Protocol Issues. Briefly discuss your
initial findings below:
Answer: Network design team has made it a necessity that all
EtherChannel joins effectively arrange LACP. The physical ports on switch S3 have
been designed to genuinely build up PAgP, not LACP, EtherChannels. This must be corected on S3
in arrange that the EtherChannels can be built up.
______________________________________________________________________________________
Step 1: Identify protocol issues.
In 2000, the IEEE released 802.3ad (LACP), which is an open standard version of EtherChannel. For
compatibility reasons, the network design team chose to use LACP across the network. The design team has
made it a requirement that all ports that participate in EtherChannel need to actively negotiate the link as
LACP. Verify that the physical ports are configured as indicated in the topology and Port Channel Table.
Write your answer and the output of the command you use below:
S3#show etherchannel summary
Flags: D - down P - 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
u - unsuitable for bundling
w - waiting to be aggregated
d - default port
Number of channel-groups in use: 3
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
Number of aggregators: 3
Group Port-channel Protocol Ports
------+-------------+-----------+----------------------------------------------
1 Po1(SD) PAgP Gig0/1(I) Gig0/2(I)
4 Po4(SD) PAgP Fa0/23(I) Fa0/24(I)
_________________________________________________________________________
Step 2: Correct Protocol issues.
a. Correct any switch ports that are not negotiating using LACP.
S3(config)# interface range g0/1-2
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 1 mode active
S3(config-if-range)# interface range f0/21-22
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 6 mode active
S3(config-if-range)# interface range f0/23-24
S3(config-if-range)# no channel-group
S3(config-if-range)# channel-group 4 mode active
b. Reissue the show etherchannel summary command to verify that all EtherChannel links are now
correctly configured.
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
Write the output here and/or the scripts for each Switch device below:
Switch S1
enable
conf t
interface port-channel 1
switchport mode trunk
Switch S2
enable
conf t
interface range f0/21-24, g0/1-2
switchport mode trunk
interface port-channel 2
switchport mode trunk
interface port-channel 3
switchport mode trunk
interface Port-channel 6
switchport mode trunk
Switch S3
enable
conf t
interface range g0/1 - 2
no channel-group
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 10 www.netacad.com
Packet Tracer - Troubleshoot EtherChannel
channel-group 1 mode active
interface range f0/21 - 22
no channel-group
channel-group 6 mode active
interface range f0/23 - 24
no channel-group
channel-group 4 mode active
Switch S4
enable
conf t
interface range f0/21 - 22
channel-group 5 mode active
_____________________________________________________________________
End of
2017 - 2021Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 10 www.netacad.com