Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

6.3.4 Packet Tracer – Troubleshoot EtherChannel Answers

Posted on November 15, 2020 By Admin

Last Updated on November 15, 2020 by Admin

6.3.4 Packet Tracer – Troubleshoot EtherChannel Answers

Packet Tracer – Troubleshoot EtherChannel (Answers Version)

Answers Note: Red font color or gray highlights indicate text that appears in the instructor copy only.

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

1

S1: G0/1, G0/2

S2: G0/1, G0/2

LACP active

2

S2: G0/1, G0/2

S4: G0/1, G0/2

LACP active

3

S1: F0/23, F0/24

S2: F0/23, F0/24

LACP active

4

S3: F0/23, F0/24

S4: F0/23, F0/24

LACP active

5

S1: F0/21, F0/22

S4: F0/21, F0/22

LACP active

6

S2: F0/21, F0/22

S3: F0/21, F0/22

LACP active

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

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.

On S2, the port channel interfaces and physical interfaces that have been configured in the port channels are all configured as access ports. The physical interfaces should be configured as trunks. The port channel interfaces should also be configured as trunks.

  1. 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

  1. Correct any EtherChannel ports that are not configured as trunks.

Answers Note: Packet Tracer versions 7.2.1 and earlier do not grade the switchport mode trunk command on port-channel interfaces.

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

S2(config-if)# interface Port-channel 6

S2(config-if)# switchport mode trunk

Part 2:  Identify and Correct Port Channel Assignment Issues

Port channel interface assignment can be confusing. It is a possible that errors can occur when assigning physical ports to port channels. In this case, ports F0/21 and F0/22 on S4 have been assigned to port channel group 4. They should be reassigned to port channel group 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.

S1# show etherchannel summary

<output omitted>

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

<output omitted>

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

<output omitted>

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)

 

S4# show etherchannel summary

<output omitted>

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.

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

The Network Design Team has made it a requirement that all EtherChannel links actively negotiate LACP. The physical ports on switch S3 have been configured to unconditionally establish PAgP, not LACP, EtherChannels. This must be corrected on S3 in order that the EtherChannels can be established.

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.

S3# show etherchannel summary

<output omitted>

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)

Step 2:  Correct Protocol issues.

  1. 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

  1. Reissue the show etherchannel summary command to verify that all EtherChannel links are now correctly configured.

End of Document

Answer scripts

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

 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

 

CCNA2 v7 – SRWE – Packet Tracer Answers

Post navigation

Previous Post: 6.2.4 Packet Tracer – Configure EtherChannel Answers
Next Post: 6.4.1 Packet Tracer – Implement Etherchannel Answers
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.