Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

enable

config t
hostname S3
VLAN 10
NAME FACULTY
VLAN 20
NAME STUDENT
VLAN 30
NAME GUEST
VLAN 99
NAME MANAGEMENT
exit
interface f0/11
switchport mode access
switchport access vlan 10
interface f0/18
switchport mode access
switchport access vlan 20
interface f0/6
switchport mode access
switchport access vlan 30
END
SHOW VLAN BRIEF
enable
config t
interface g 0/2
switchport mode trunk
switchport trunk native vlan 99
switchport trunk allowed vlan 10
switchport trunk allowed vlan 20
switchport trunk allowed vlan 30
end
show vlan brief
S2(config)#enable
S2(config)#conf t
S2(config)#enable
S2(config)#end
S2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
S2(config)#interface f0/11
S2(config-if)#switchport mode access
S2(config-if)#interface vlan 10
S2(config-if)#
%LINK-5-CHANGED: Interface Vlan10, changed state to up
S2(config-if)#interface f0/11
S2(config-if)#interface f0/18
S2(config-if)#switchport mode access
S2(config-if)#switchport aceess vlan 20
S2(config-if)#switchportb access vlan 20
S2(config-if)#switchport access 20
S2(config-if)#switcport access vlan 20
S2(config-if)#switchport acsess vlan 20
S2(config-if)#switchport access vlan 20
S2(config-if)#inetrface f0/6
S2(config-if)#switchport mode access
S2(config-if)#switchport acess vlan 30
S2(config-if)#switchport access vlan 30
S2(config-if)#exit

You might also like