Tasks
Configure four switches as discribed about VTP, Spanning-tree features, Local SPAN
Please type configuration commands here:
1. The VTP domain must be set to "digitaltut"
SW1,2,3,4(config)#
(1)
2. Use VTP ver 2
SW1,2,3,4(config)#
(2)
3. Configure SW1 so that it can create, modify and delete VLANs locally. The VLANs created on this switch should be propagated through the network
SW1(config)#
(3)
4. Configure SW2 to listen to VTP advertisements from other switches and modify their VLAN configurations accordingly but it cannot create, modify, or delete any VLANs
SW2(config)#
(4)
5. SW3 and SW4 must not advertise their vlan config and does not synchronize its VLAN configuration based on received advertisements but must forward VTP advertisement that they receive out their trunk ports
SW3,4(config)#
(5)
6. Secure all VTP updates with an MD5 digest of the ASCII string “CCIE$way”
SW1,2,3,4(config)#
(6)
7. Configure the switches so that they restrict flooded traffic to those trunk links that the traffic must use to access the appropriate network devices
SW1(config)#
(7)
8. Assign the IP address 10.1.1.1/24 for SW1 so that you can Telnet to it later
SW1(config)#
(8)
SW1(config-if)#
(9)
9. Configure Fa0/1 to Fa0/10 on SW3 & SW4 as access ports and disable channel-group. Access ports must immediately transitioned to the forwarding state upon link up and they must still participate in STP. Use a single command per switch to complete this task
SW3,4(config)# interface range fastethernet 0/1 - 10
SW3,4(config-if-range)#
(10)
10. To enhance security, access ports on SW3 & SW4 must automatically shut down if they receive any BPDU. An administrator must manually re-enable the port later. Use a single command per switch in global configuration mode to enable this feature
SW3,4(config)#
(11)
11. You receive a request from the boss to monitor trafic on all above access ports of SW3 & SW4 (from fa0/1 to fa0/10) in both directions. Send a copy of the traffic to Fa0/15 of the corresponding switch.
SW3,4(config)#
(12)
SW3,4(config)#
(13)
12. Set the default gateway for SW1 to 10.1.1.254. Notice that IP routing is disabled on this switch.
SW1(config)#
(14)
Submit
Result: