Tasks
Configure four switches as discribed about Private VLAN
Please type configuration commands here:
1. Change VTP to the mode that this feature can operate correctly
SW1,2,3,4(config)#
(1)
2. Create VLAN 15 so that hosts in this VLAN can be able to communicate with each other, but not to hosts in the other VLANs
SW1,2,3,4(config)#
(2)
Sw1,2,3,4(config-vlan)#
(3)
3. Create VLAN 67 and ensure that hosts in VLAN 67 are not able to communicate with each other in VLAN 67 and hosts in other VLANs
Sw1,2,3,4(config)#
(4)
Sw1,2,3,4(config-vlan)#
(5)
4. An Internet router is connected to FastEthernet0/9 on Sw1 which should receive all traffic from hosts. This port should be in VLAN 45. Also associate this VLAN to other VLANs as well
Sw1,2,3,4(config)#
(6)
Sw1,2,3,4(config-vlan)#
(7)
Sw1,2,3,4(config-vlan)#
(8)
Sw1,2,3,4(config)# exit
Sw1(config)# interface fastethernet0/9
Sw1(config-if)# switchport
Sw1(config-if)#
(9)
Sw1(config-if)#
(10)
5. Configure FastEthernet0/6 of Sw1 and Sw2 in VLAN 15
Sw1,2(config)# interface fastethernet0/6
Sw1,2(config-if)# switchport
Sw1,2(config-if)#
(11)
Sw1,2(config-if)#
(12)
6. Configure FastEthernet0/7 and FastEthernet0/8 of Sw3 & Sw4 in VLAN 67
Sw3,4(config)# interface range fastethernet 0/7 - 8
Sw3,4(config-if-range)# switchport
Sw3,4(config-if-range)#
(13)
Sw3,4(config-if-range)#
(14)
7. Which two commands are sufficient to configure trunking on these switches?
Sw1,2,3,4(config)# interface range fa0/19 - 24
Sw1,2,3,4(config-if)#
(15)
Sw1,2,3,4(config-if)#
(16)
Submit
Result: