0% found this document useful (0 votes)
57 views

VLAN Lab

The Junior Network Engineer was asked to verify and fix the VLAN configuration of three switches (SW1, SW2, SW3) set up by a colleague. This included: 1. Ensuring ports on SW1 and SW2 were assigned to VLANs 500 and 600 correctly based on the topology diagram. 2. Verifying trunk links between the switches were operational and using IEEE 802.1q encapsulation. 3. Confirming the ports connected between switches were configured as trunk ports. The engineer configured the VLANs and trunk links on each switch according to the requirements without changing any existing VLAN names or numbers.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views

VLAN Lab

The Junior Network Engineer was asked to verify and fix the VLAN configuration of three switches (SW1, SW2, SW3) set up by a colleague. This included: 1. Ensuring ports on SW1 and SW2 were assigned to VLANs 500 and 600 correctly based on the topology diagram. 2. Verifying trunk links between the switches were operational and using IEEE 802.1q encapsulation. 3. Confirming the ports connected between switches were configured as trunk ports. The engineer configured the VLANs and trunk links on each switch according to the requirements without changing any existing VLAN names or numbers.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

VLAN Lab

You work as Junior Network Engineer for RADO Network Ltd Company. Your colleague has set up a Layer 2 network
for testing purpose in one of your client locations.

You must verify the configuration and fix if any issues identified as per customer requirements.

Topology Details:

- Three switches (SW1, SW2 and SW3) are connected using Ethernet link as shown in the topology diagram.
- Server1 and PC1 are connected to SW1 and are assigned to VLAN 500 and VLAN 600 respectively.
- Server2 and PC2 are connected to SW2 and are assigned to VLAN 500 and VLAN 600 respectively.
- PC3 is connected to SW3 and assigned to VLAN 600.

Customer requirements:

- Verify if switch ports are assigned in correct VLANs as per topology diagram. Identify and fix any
misconfigurations found in three switches.
- Verify if trunk links are operational between switches and the IEEE 802.1q trunk encapsulation method is used.
Identify and fix if any misconfigurations are found in the trunk configuration.
- You must make sure the ports connected between switches are set as trunk ports.

Special Note: To gain the maximum number of points you must make sure that VLANs are assigned to switch ports as
per customer requirements and make sure the trunk links are operational between switches. Do not change VLAN
names and VLAN number that are already configured in the switches.
Answer

SW1

1. VLAN configuration:

SW1>enable
SW1#conf t
SW1(config)#interface e0/2
SW1(config-if)#switchport mode access
SW1(config-if)#switchport access vlan 500
SW1(config-if)#exit
SW1(config)#interface e0/3
SW1(config-if)#switchport mode access
SW1(config-if)#switchport access vlan 600
SW1(config-if)#exit

2. Trunk configuration:

SW1(config)#interface e0/0
Sw1(config-if)#switchport trunk encapsulation dot1q
Sw1(config-if)#Switchport mode trunk
Sw1(config-if)#switchport trunk native vlan 1
Sw1(config-if)#exit
SW1(config)#exit
SW1#copy run start

SW2

VLAN configuration:

SW2>enable
SW2#conf t
SW2(config)#interface e0/2
SW2(config-if)#switchport mode access
SW2(config-if)#switchport access vlan 500
SW2(config-if)#exit
SW2(config)#interface e0/3
SW2(config-if)#switchport mode access
SW2(config-if)#switchport access vlan 600
SW2(config-if)#exit
SW2(config)#exit
SW2#copy run start

SW3

Trunk configuration:

SW3>enable
SW3#conf t
SW3(config)#interface e0/0
Sw3(config-if)#switchport trunk encapsulation dot1q
Sw3(config-if)#Switchport mode trunk
Sw3(config-if)#switchport trunk native vlan 1
Sw3(config-if)#exit
SW3(config)#exit
SW3#copy run start

You might also like