Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
278 views3 pages

Tutorial 2 Etherchannel

The document discusses troubleshooting issues with forming an EtherChannel connection between switches S1 and S2. It asks the reader to identify why the EtherChannel is down based on the output shown, and suggests settings that must match on both ends for successful formation. It also asks what configuration should be changed to use PAgP instead of the current protocol.

Uploaded by

Ong CH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
278 views3 pages

Tutorial 2 Etherchannel

The document discusses troubleshooting issues with forming an EtherChannel connection between switches S1 and S2. It asks the reader to identify why the EtherChannel is down based on the output shown, and suggests settings that must match on both ends for successful formation. It also asks what configuration should be changed to use PAgP instead of the current protocol.

Uploaded by

Ong CH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Tutorial 2

Question 1

(i) Refer to Figure 1-2 and Figure 1-3, illustrate why PAgP etherchannel is not created.

Figure 1-2: Etherchannel network

Switch2#show run
:
<omitted ouput>
:
interface FastEthernet0/1
channel-group 3 mode on

interface FastEthernet0/5
channel-group 3 mode auto

Figure 1-3: “show run” command

(ii) Suggest TWO (2) settings that must be identical on both ends of the connections for Etherchannel
network to be successfully formed as shown in Figure 1-2.
Question 2

(i) Explain why the EtherChannel between S1 and S2 is down.

S1# 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(SD) - Fa0/1(D) Fa0/2(D)
---------------------------------------------------------------------------------------------
S1# show run | begin interface Port-channel
interface Port-channel1
switchport mode trunk
!
interface FastEthernet0/1
switchport mode trunk
channel-group 1 mode auto
!
interface FastEthernet0/2
switchport mode trunk
channel-group 1 mode auto
!
<output omitted>
---------------------------------------------------------------------------------------------
S2# show run | begin interface Port-channel
interface Port-channel1
switchport mode trunk
!
interface FastEthernet0/1
switchport mode trunk
channel-group 1 mode auto
!
interface FastEthernet0/2
switchport mode trunk
channel-group 1 mode auto
!

(ii) What would you suggest to correct the issue shown in Q11(a) if the requirement is to use PAgP?

Question 3
An EtherChannel was configured between switches S1 and S2, but the interfaces do not form an
EtherChannel. Identify and rectify the problem. Justify your answers.

You might also like