Está en la página 1de 4

13/6/2015

Solutions

Solutions

Task1:TroubleshootVLANConnectivity

Step2:
Thepingshouldnotbesuccessful.YoushouldproceedtotroubleshoottheconnectivitybetweenSW1andPC1.
PC1>ping10.1.10.1
Typeescapesequencetoabort.
Sending5,100byteICMPEchosto10.1.10.1,timeoutis2seconds:
.....
Successrateis0percent(0/5)
Step4:
Youshouldseethattheinterfacestatusisup/up.Thisstatusindicatesthattheproblemisnotonthelink
betweenPC1andSW1.
SW1#showinterfacesEthernet0/1
Ethernet0/1isup,lineprotocolisup(connected)
<outputomitted>
Step5:
TheinterfaceisinVLAN10.However,theswitchportisinactive,whichmeansthatVLAN10doesnotexiston
theswitch.
SW1#showinterfacesEthernet0/1switchport
Name:Et0/1
Switchport:Enabled
AdministrativeMode:staticaccess
OperationalMode:staticaccess
AdministrativeTrunkingEncapsulation:negotiate
OperationalTrunkingEncapsulation:native
OperationalDot1qEthertype:0x8100
NegotiationofTrunking:Off
AccessModeVLAN:10(Inactive)
TrunkingNativeModeVLAN:1(default)
AdministrativeNativeVLANtagging:enabled
<outputomitted>
Step6:
SW1#showvlan
VLANNameStatusPorts

1defaultactiveEt0/0,Et0/2,Et0/3,Et1/2
Et1/3,Et2/0,Et2/1,Et2/2
Et2/3,Et3/0,Et3/1,Et3/2
Et3/3,Et4/0,Et4/1,Et4/2
Et4/3,Et5/0,Et5/1,Et5/2
Et5/3
20VLAN0020active
1002fddidefaultact/unsup
https://cll1.cisco.com/content/xtrac/3

1/4

13/6/2015

Solutions

1003tokenringdefaultact/unsup
1004fddinetdefaultact/unsup
1005trnetdefaultact/unsup
<outputomitted>
Step7:
EnterthiscommandontheSW1switch:
SW1(config)#vlan10
Step8:
SW1#showvlan
VLANNameStatusPorts

1defaultactiveEt0/0,Et0/2,Et0/3,Et1/2
Et1/3,Et2/0,Et2/1,Et2/2
Et2/3,Et3/0,Et3/1,Et3/2
Et3/3,Et4/0,Et4/1,Et4/2
Et4/3,Et5/0,Et5/1,Et5/2
Et5/3
10VLAN0010activeEt0/1
20VLAN0020active
1002fddidefaultact/unsup
1003tokenringdefaultact/unsup
1004fddinetdefaultact/unsup
1005trnetdefaultact/unsup
Step9:
TheinterfaceshouldbeinVLAN10andshouldnolongerbeinactive.
SW1#showinterfacesEthernet0/1switchport
Name:Et0/1
Switchport:Enabled
AdministrativeMode:staticaccess
OperationalMode:staticaccess
AdministrativeTrunkingEncapsulation:negotiate
OperationalTrunkingEncapsulation:native
OperationalDot1qEthertype:0x8100
NegotiationofTrunking:Off
AccessModeVLAN:10(VLAN0010)
TrunkingNativeModeVLAN:1(default)
AdministrativeNativeVLANtagging:enabled
<outputomitted>
Step10:
Thistimethepingshouldbesuccessful.
PC1>ping10.1.10.1
Typeescapesequencetoabort.
Sending5,100byteICMPEchosto10.1.10.1,timeoutis2seconds:
.!!!!
Successrateis80percent(4/5),roundtripmin/avg/max=1/1/1ms
Task2:TroubleshootTrunkConnectivityBetweentheSwitches

Step2:
Thepingshouldnotbesuccessful.YoushouldproceedtotroubleshoottheconnectivitybetweentheSW1and
SW2.
https://cll1.cisco.com/content/xtrac/3

2/4

13/6/2015

Solutions

PC1>ping10.1.20.100
Typeescapesequencetoabort.
Sending5,100byteICMPEchosto10.1.20.100,timeoutis2seconds:
.....
Successrateis0percent(0/5)
Step4:
Youshouldseethattheinterfaceisup.Proceedwithtroubleshootingtheconfigurationofthetrunkbetweenthe
switches.
SW1#showinterfacesEthernet1/1
Ethernet1/1isup,lineprotocolisup(connected)
<outputomitted>
Step5:
Youshouldseethattheinterfaceisintheaccessmode.
SW1#showinterfacesEthernet1/1switchport
Name:Et1/1
Switchport:Enabled
AdministrativeMode:staticaccess
OperationalMode:staticaccess
AdministrativeTrunkingEncapsulation:dot1q
OperationalTrunkingEncapsulation:native
OperationalDot1qEthertype:0x8100
NegotiationofTrunking:Off
<outputomitted>
Step7:
Youshouldseethattheinterfaceisinthetrunkmode.
SW2#showinterfacesEthernet1/0switchport
Name:Et1/0
Switchport:Enabled
AdministrativeMode:trunk
OperationalMode:trunk
AdministrativeTrunkingEncapsulation:dot1q
OperationalTrunkingEncapsulation:dot1q
OperationalDot1qEthertype:0x8100
NegotiationofTrunking:On
<outputomitted>
Step8:
EnterthesecommandsontheSW1switch:
SW1(config)#interfaceEthernet1/1
SW1(configif)#switchportmodetrunk
Step9:
Youshouldseethattheinterfaceisinnowintrunkoperationalmode.
SW1#showinterfacesEthernet1/1switchport
Name:Et1/1
Switchport:Enabled
AdministrativeMode:trunk
OperationalMode:trunk
AdministrativeTrunkingEncapsulation:dot1q
OperationalTrunkingEncapsulation:dot1q
OperationalDot1qEthertype:0x8100
https://cll1.cisco.com/content/xtrac/3

3/4

13/6/2015

Solutions

NegotiationofTrunking:On
<outputomitted>
Step10:
Thepingshouldbesuccessful.
PC1>ping10.1.20.100
Typeescapesequencetoabort.
Sending5,100byteICMPEchosto10.1.20.100,timeoutis2seconds:
!!!!!
Successrateis100percent(5/5),roundtripmin/avg/max=1/1/1ms
Step11:
EnterthiscommandontheSW1switch:
SW1#copyrunningconfigstartupconfig

19922014CiscoSystems,Inc.Allrightsreserved.

https://cll1.cisco.com/content/xtrac/3

4/4

También podría gustarte