Lab Tasks
1. Assign IP address and default gateway to the PCs
2. Create Vlans and assign ports to the Vlans
3. Configure trunk connection between router and a switch1 and switch2
4. Create sub-interface and allow routing between the Vlans
Task 1
VLAN 10
PC0 154.16.0.10/16 DG 154.16.0.1
PC2 154.16.0.5/16 DG 154.16.0.1
PC4 154.16.0.3/16 DG 154.16.0.1
PC6 154.16.0.7/16 DG 154.16.0.1
VLAN 20
PC1 10.10.0.2/24 DG 10.10.0.1
PC3 10.10.0.3/24 DG 10.10.0.1
PC5 10.10.0.4/24 DG 10.10.0.1
PC7 10.10.0.5/24 DG 10.10.0.1
Task 2.A on Switch1
vlan 10
name group10
vlan 20
name group20
interface fa0/1
description To PC
switchport access vlan 10
interface fa0/2
description To PC
switchport access vlan 10
interface fa0/10
description To PC
switchport access vlan 20
interface fa0/11
description To PC
switchport access vlan 20
Task 3.A on Switch1
interface g 0/1
description To Uplink to Switch1
switchport mode trunk
Task 2.B on Switch2
vlan 10
name group10
vlan 20
name group20
interface fa0/1
description To PC
switchport access vlan 10
interface fa0/2
description To PC
switchport access vlan 10
interface fa0/10
description To PC
switchport access vlan 20
interface fa0/11
description To PC
switchport access vlan 20
Task 3.B on Switch2
interface g 0/1
description To Uplink from Switch1
switchport mode trunk
interface g 0/2
description To Uplink to Roputer
switchport mode trunk
Task 4 on the Router
interface g 0/2
no shutdown
interface g 0/2.10
encapsulation dot1Q 10
ip address 154.16.0.1 255.255.0.0
interface g 0/2.20
encapsulation dot1Q 20
ip add 10.10.0.1 255.255.255.0