Cisco+lab+162
First, enable IP routing:
interface gigabitEthernet 1/0/1 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 10,20 interface gigabitEthernet 1/0/2 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 10,20 Before testing, verify the routing table on the Multilayer Switch: cisco+lab+162
enable configure terminal vlan 10 name Engineering vlan 20 name Sales exit interface fastEthernet 0/1 switchport mode access switchport access vlan 10 no shutdown Here are the top 5 failure points in
ping 192.168.20.3 Success (!!!) or (!.). If it fails, proceed to the troubleshooting section. Common Troubleshooting in Cisco Lab 162 Even seasoned engineers get stuck here. Here are the top 5 failure points in Lab 162: 20 Before testing
interface vlan 10 ip address 192.168.10.1 255.255.255.0 no shutdown interface vlan 20 ip address 192.168.20.1 255.255.255.0 no shutdown
| Device | Interface | IP Address | Connected To | | :--- | :--- | :--- | :--- | | | NIC | 192.168.10.2/24 | SW1 (Fa0/1) – VLAN 10 | | PC2 | NIC | 192.168.10.3/24 | SW2 (Fa0/2) – VLAN 10 | | PC3 | NIC | 192.168.20.2/24 | SW1 (Fa0/2) – VLAN 20 | | PC4 | NIC | 192.168.20.3/24 | SW2 (Fa0/3) – VLAN 20 | | Multilayer SW | VLAN 10 SVI | 192.168.10.1/24 | Trunk to SW1 & SW2 | | Multilayer SW | VLAN 20 SVI | 192.168.20.1/24 | Trunk to SW1 & SW2 |