

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
teaches how to use cisco and using
Typology: Cheat Sheet
1 / 2
This page cannot be seen from the preview
Don't miss anything!


PC1 --- Switch1 --- Router1 --- Router2 --- Switch2 --- PC
enable configure terminal hostname Router1 interface g0/0 ip address 192.168.1. 255.255.255.0 no shutdown interface g0/1 ip address 10.0.0.1 255.255.255.252 no shutdown ip route 192.168.2.0 255.255.255.0 10.0.0.
vlan 10 name Accounting vlan 20 name Engineering interface f0/1 switchport mode access switchport access vlan 10 interface f0/2 switchport mode access switchport access vlan 20 interface f0/24 switchport mode trunk
Lab 3 โ Router-on-a-Stick (Inter-VLAN Routing)
PC1(VLAN10) -- Switch -- Router -- PC2(VLAN20)
interface g0/0.10 encapsulation dot1Q 10 ip address 192.168.10.1 255.255.255. interface g0/0.20 encapsulation dot1Q 20 ip address 192.168.20.1 255.255.255. interface g0/0 no shutdown
vlan 10 vlan 20 interface g0/1 switchport mode trunk interface f0/2 switchport mode access switchport access vlan 10 interface f0/3 switchport mode access switchport access vlan 20