IEWB-RS Version 4.0 Solutions Guide Lab 8
1. Bridging and Switching
Task 1.1
R5:
interface Ethernet0/1
!
interface Ethernet0/1.52
encapsulation dot1Q 52
ip address 192.10.1.5 255.255.255.0
!
interface Ethernet0/1.53
encapsulation dot1Q 53
ip address 204.12.1.5 255.255.255.0
SW1 and SW2:
interface range FastEthernet0/13 - 15
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
no shutdown
SW3:
interface FastEthernet0/5
switchport trunk encapsulation dot1q
switchport mode trunk
switchport nonegotiate
Further Reading
Configuring and Troubleshooting Ethernet 10/100/1000Mb Half/Full Duplex
Auto-Negotiation
Troubleshooting Cisco Catalyst Switches to NIC Compatibility Issues
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
8 - 1
IEWB-RS Version 4.0 Solutions Guide Lab 8
Task 1.1 Verification
Rack1SW1#show interfaces trunk
Port Mode Encapsulation Status Native vlan
Fa0/13 on 802.1q trunking 1
Fa0/14 on 802.1q trunking 1
Fa0/15 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/13 1-4094
Fa0/14 1-4094
Fa0/15 1-4094
Port Vlans allowed and active in management domain
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 1,3-4,7,13,32,45,52-53,67,1001
Fa0/15 1,3-4,7,13,32,45,52-53,67,1001
Port Vlans in spanning tree forwarding state and not pruned
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 none
Fa0/15 none
Rack1SW3#show interfaces fa0/5 trunk
Port Mode Encapsulation Status Native vlan
Fa0/5 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/5 1-4094
Port Vlans allowed and active in management domain
Fa0/5 1,3-4,7,13,32,45,52-53,67,1001
Port Vlans in spanning tree forwarding state and not pruned
Fa0/5 1,3-4,7,13,32,45,52-53,67,1001
Rack1SW3#show interfaces fa0/5 switchport | include Neg
Negotiation of Trunking: Off
Rack1R5#show vlans 52
Virtual LAN ID: 52 (IEEE 802.1Q Encapsulation)
vLAN Trunk Interface: Ethernet0/1.52
Protocols Configured: Address: Received: Transmitted:
IP 192.10.1.5 0 0
0 packets, 0 bytes input
0 packets, 0 bytes output
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
8 - 2
IEWB-RS Version 4.0 Solutions Guide Lab 8
Rack1R5#show vlans 53
Virtual LAN ID: 53 (IEEE 802.1Q Encapsulation)
vLAN Trunk Interface: Ethernet0/1.53
Protocols Configured: Address: Received: Transmitted:
IP 204.12.1.5 0 0
0 packets, 0 bytes input
0 packets, 0 bytes output
Task 1.2
SW1:
interface range FastEthernet0/16 - 18
switchport trunk encapsulation dot1q
no shutdown
SW3:
Quick Note
interface range FastEthernet0/13 - 15
The switchport mode could
switchport trunk encapsulation dot1q
have been configured on
switchport mode dynamic desirable
SW1
no shutdown
Task 1.2 Verification
Rack1SW3#show interfaces trunk | exclude Fa0/5|Fa0/19
Port Mode Encapsulation Status Native vlan
Fa0/13 desirable 802.1q trunking 1
Fa0/14 desirable 802.1q trunking 1
Fa0/15 desirable 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/13 1-4094
Fa0/14 1-4094
Fa0/15 1-4094
Port Vlans allowed and active in management domain
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 1,3-4,7,13,32,45,52-53,67,1001
Fa0/15 1,3-4,7,13,32,45,52-53,67,1001
Port Vlans in spanning tree forwarding state and not pruned
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 none
Fa0/15 none
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
8 - 3
IEWB-RS Version 4.0 Solutions Guide Lab 8
Task 1.3
SW1:
interface range FastEthernet0/19 - 21
no shutdown
SW4:
interface range FastEthernet0/13 - 15
switchport mode dynamic desirable
no shutdown
Task 1.3 Verification
Rack1SW4#show interfaces trunk | exclude Fa0/16|Fa0/19
Port Mode Encapsulation Status Native vlan
Fa0/13 desirable n-isl trunking 1
Fa0/14 desirable n-isl trunking 1
Fa0/15 desirable n-isl trunking 1
Port Vlans allowed on trunk
Quick Note
Fa0/13 1-4094
n-isl = negotiated ISL
Fa0/14 1-4094
Fa0/15 1-4094
Port Vlans allowed and active in management domain
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 1,3-4,7,13,32,45,52-53,67,1001
Fa0/15 1,3-4,7,13,32,45,52-53,67,1001
Port Vlans in spanning tree forwarding state and not pruned
Fa0/13 1,3-4,7,13,32,45,52-53,67,1001
Fa0/14 1,3-4,7,13,32,45,52-53,67,1001
Fa0/15 1,3-4,7,13,32,45,52-53,67,1001
Quick Note
All interfaces are trunking
which means that SW4
became the root bridge by
default for this particular rack
Copyright © 2007 Internetwork Expert www.InternetworkExpert.com
8 - 4
IEWB-RS Version 4.0 Solutions Guide Lab 8
Task 1.4 and 1.7
SW1, SW2, SW3, and SW4:
spanning-tree mode mst
!
spanning-tree mst configuration
instance 1 vlan 3-7
instance 2 vlan 13-45
instance 3 vlan 52-67
instance 4 vlan 1,1001
SW1:
spanning-tree mst 1 root primary
SW2:
spanning-tree mst 2 root primary
SW3:
spanning-tree mst 3 root primary
SW4:
spanning-tree mst 4 root primary
Task 1.4 and 1.7 Verification
Rack1SW1#show spanning-tree mst 1
##### MST1 vlans mapped: 3-7
Bridge address 0019.55e6.6580 priority 24577 (24576 sysid 1)
Root this switch for MST1