VLANs (Part 1)

PC 1

cofig

change the subnet mask to 
because its a /26 subnet
255.255.255.255 --> 255.255.255.192
change the subnet mask to 
because its a /26 subnet
255.255.255.255 --> 255.255.255.192

pc 3

pc4

pc5

pc 6

put straight through cable

g0/0 --> g0/1
g0/1 --> g1/1
g0/2 --> g2/1
int range g0/1,f1/1,f2/1
------------------
switchport mode access 
or
sw mode ac
------------------
switchport access vlan 10 
or
sw ac vlan 20



THENNNNNNNNNN
-------------------------
int range g1/1,f5/1,f6/1
sw mode ac
sw ac vlan 20
--------------------------

THENNNN
-------------------------
int range g2/1,f7/1,f8/1
sw mode ac
sw ac vlan 30


THENNNNNNNNNNNNNNNNNN
-------------------------
vlan 10
name ENGINEERING

vlan 20 
name HR

vlan 30
name SALES

Last updated