IEWB-RS Version 4.0 Solutions Guide Lab 13
1. Bridging and Switching
Task 1.1
The order of operations can simplify this task since by default all
inter-switch links are trunking. The commands below are applied in the
order shown.
SW1:
vtp domain CISCO
vtp pruning
vlan 2,5,6,7,10,11,24,25,32,43,367
!
interface FastEthernet0/1
switchport access vlan 11
!
interface FastEthernet0/3
switchport access vlan 367
!
interface FastEthernet0/5
switchport access vlan 5
SW2:
vtp domain CISCO
vtp mode client
!
interface FastEthernet0/2
switchport access vlan 2
!
interface FastEthernet0/4
switchport access vlan 43
!
interface FastEthernet0/6
switchport access vlan 6
!
interface FastEthernet0/15
switchport access vlan 7
!
interface FastEthernet0/24
switchport access vlan 32
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 1
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
SW3:
vtp domain CISCO
vtp mode client
!
interface FastEthernet0/3
switchport access vlan 32
!
interface FastEthernet0/5
switchport access vlan 25
!
interface FastEthernet0/24
switchport access vlan 43
!
interface Vlan11
ip address 139.1.11.254 255.255.255.0
SW4:
vtp domain CISCO
vtp mode client
!
interface FastEthernet0/4
switchport access vlan 24
!
interface FastEthernet0/6
switchport access vlan 367
!
interface FastEthernet0/17
switchport mode access
switchport access vlan 24
!
interface FastEthernet0/18
switchport mode access
switchport access vlan 25
!
interface Vlan2
ip address 139.1.2.22 255.255.255.0
Verify that the VLAN information has propagated through VTP prior to
changing the VTP modes.
Rack1SW1#show vtp status | include Domain|Pruning
VTP Domain Name : CISCO
VTP Pruning Mode : Enabled
Rack1SW1#show vlan brief | exclude unsup|^ |^1|active[ \t]+$
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------
5 VLAN0005 active Fa0/5
367 VLAN0367 active Fa0/3
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 2
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
Rack1SW2#show vtp status | include Domain|Pruning
VTP Domain Name : CISCO
VTP Pruning Mode : Enabled
Rack1SW2#show vlan brief | exclude unsup|^ |^1|active[ \t]+$
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------
2 VLAN0002 active Fa0/2
6 VLAN0006 active Fa0/6
7 VLAN0007 active Fa0/15
32 VLAN0032 active Fa0/24
43 VLAN0043 active Fa0/4
Rack1SW3#show vtp status | include Domain|Pruning
VTP Domain Name : CISCO
VTP Pruning Mode : Enabled
Rack1SW3#show vlan brief | exclude unsup|^ |^1|active[ \t]+$
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------
25 VLAN0025 active Fa0/5
32 VLAN0032 active Fa0/3
43 VLAN0043 active Fa0/24
Rack1SW4#show vtp status | include Domain|Pruning
VTP Domain Name : CISCO
VTP Pruning Mode : Enabled
Rack1SW4#show vlan brief | exclude unsup|^ |^1|active[ \t]+$
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------
24 VLAN0024 active Fa0/4, Fa0/17
25 VLAN0025 active Fa0/18
367 VLAN0367 active Fa0/6
Now that the VLAN information has propagated alter the VTP modes to
meet the requirements of the task.
SW2 and SW4:
vtp mode server
SW3:
vtp mode transparent
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 3
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
Task 1.2
SW1 and SW2:
interface FastEthernet0/13
switchport trunk encapsulation dot1q
switchport trunk native vlan 11
switchport mode trunk
SW2 and SW3:
interface FastEthernet0/16
switchport trunk encapsulation dot1q
switchport trunk native vlan 11
switchport mode trunk
SW3 and SW4:
interface FastEthernet0/19
switchport trunk encapsulation dot1q
switchport trunk native vlan 11
switchport mode trunk
SW1:
interface range fa0/14, fa0/16 21
shutdown
SW2:
interface range fa0/14, fa0/17 19
shutdown
SW3:
interface range fa0/13 - 15, fa0/17 18, fa0/20 - 21
shutdown
SW4:
interface range fa0/13 - 16, fa0/20 - 21
shutdown
Strategy Tip
At this point of the lab a basic reachability test can be performed.
Task 1.2 Breakdown
After trying to perform a reachability test you may notice that connectivity
between R5 and SW2 is broken. The reason is that VLAN 25 was pruned
between SW3 and SW4. Since SW3 is in VTP transparent mode it does not
participate in VTP and will only pass on VTP pruning messages between the
other switches. In this design we need to ensure VLANs needed by SW3 are
never pruned on the trunk links to SW2 and SW4. See below:
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 4
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
Rack1R5#ping 139.1.58.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 139.1.58.8, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Rack1R5#
Rack1SW4#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Rack1SW4(config)#interface fa0/19
Rack1SW4(config-if)#switchport trunk pruning vlan remove 25
Rack1SW4(config-if)#do show interface trunk
Port Mode Encapsulation Status Native vlan
Fa0/19 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/19 1-4094
Port Vlans allowed and active in management domain
Fa0/19 1-2,5-7,10-11,24-25,32,43,367
Port Vlans in spanning tree forwarding state and not pruned
Fa0/19 1-2,5-7,11,25,32,43,367
Rack1SW4(config-if)#
Rack1R5#ping 139.1.58.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 139.1.58.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Rack1R5#
Task 1.2 Verification
Rack1SW1#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/13 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/13 1-4094
Port Vlans allowed and active in management domain
Fa0/13 1-2,5-7,10-11,24-25,32,43,367
Port Vlans in spanning tree forwarding state and not pruned
Fa0/13 1-2,6-7,24-25,32,43,367
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 5
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
Rack1SW2#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/13 on 802.1q trunking 11
Fa0/16 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/13 1-4094
Fa0/16 1-4094
Port Vlans allowed and active in management domain
Fa0/13 1-2,5-7,10-11,24-25,32,43,367
Fa0/16 1-2,5-7,10-11,24-25,32,43,367
Port Vlans in spanning tree forwarding state and not pruned
Fa0/13 1,5,11,367
Fa0/16 1,24-25,367
Rack1SW3#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/16 on 802.1q trunking 11
Fa0/19 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/16 1-4094
Fa0/19 1-4094
Port Vlans allowed and active in management domain
Fa0/16 1-2,5-7,10-11,24-25,32,43,367
Fa0/19 1-2,5-7,10-11,24-25,32,43,367
Port Vlans in spanning tree forwarding state and not pruned
Fa0/16 1-2,5-7,10-11,24-25,32,43,367
Fa0/19 1-2,5-7,10-11,24-25,32,43,367
Rack1SW4#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/19 on 802.1q trunking 11
Port Vlans allowed on trunk
Fa0/19 1-4094
Port Vlans allowed and active in management domain
Fa0/19 1-2,5-7,10-11,24-25,32,43,367
Port Vlans in spanning tree forwarding state and not pruned
Fa0/19 1-2,5-7,11,25,32,43,367
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
13 - 6
-
IEWB-RS Version 4.0 Solutions Guide Lab 13
Task 1.3
SW2:
interface FastEthernet0/8
duplex full
speed 100
!
interface FastEthernet0/9
duplex full
speed 100
Task 1.3 Verification
Rack1SW2#show interfaces status | include Port|0/8|0/9
Port Name Status Vlan Duplex Speed Type
Fa0/8 notconnect 10 full 100 10/100BaseTX
Fa0/9 notconnect 10 full 100 10/100BaseTX
Task 1.4
SW1:
interface FastEthernet0/22
switchport voice vlan dot1p
Task 1.4 Verification
Rack1SW1#show interfaces fa0/22 switchport | include Voice
Voice VLAN: dot1p
Task 1.5
SW1 and SW2:
logging file flash:log.txt informational
Task 1.5 Verification
Rack1SW2#show logging
Syslog logging: enabled (0 messages dropped, 3 messages rate-limited, 0
flushes, 0 overruns, xml disabled, filtering disabled)
Console logging: level debugging, 58 messages logged, xml disabled,
filtering disabled
Monitor logging: level debugging, 0 messages logged, xml disabled,
filtering disabled
Buffer logging: level debugging, 60 messages logged, xml disabled,
filtering disabled
Exception Logging: size (4096 bytes)
Count and timestamp logging messages: disabled
File logging: file flash:log.txt,
max size 0, min size 0,
level informational, 1 messages logged
Trap logging: level informational, 63 message lines logged