0% found this document useful (0 votes)
14 views

Configuration de VLANS

The document describes configuring VLANs on 3 switches. Each switch creates VLANs 10, 20, 30 and a native VLAN 99. Interfaces on each switch are configured for access or trunk mode with the appropriate VLANs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Configuration de VLANS

The document describes configuring VLANs on 3 switches. Each switch creates VLANs 10, 20, 30 and a native VLAN 99. Interfaces on each switch are configured for access or trunk mode with the appropriate VLANs.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Configuration de VLANS :[3 switch]

Switch1 :
Switch1>enable
Switch1#config t
#vlan 10
#name TRI
#exit
#vlan 20
#name RH
#exit
#vlan 30
#name PERSONNEL
#exit
#vlan 99
#name native
#exit
#do wr
#copy running-config startup-config
#config t
Switch1(config)#interface fa 0/2
#switchport mode access
#switchport access vlan 10
#exit
#do wr
#interface fa 0/3
#switchport mode access
#switchport access vlan 20
#exit
#do wr
#interface fa 0/4
#switchport mode access
#switchport access vlan 30
#exit
#do wr
#config t
# interface fa 0/1
#switchport mode trunk
#switchport trunk native vlan 99
#switchpot trunk allowed vlan 10, 20,30,99
#exit
Switch1#copy running-config startup-config
Switch2 :
Switch2>enable
Switch2#config t
#vlan 10
#name IT
#exit
#vlan 20
#name RH
#exit
#vlan 30
#name PERSONNEL
#exit
#vlan 99
#name native
#exit
#do wr
#copy running-config startup-config
#config t
Switch1(config)#interface fa 0/2
#switchport mode access
#switchport access vlan 10
#exit
#do wr
#interface fa 0/3
#switchport mode access
#switchport access vlan 20
#exit
#do wr
#interface fa 0/4
#switchport mode access
#switchport access vlan 30
#exit
#do wr
#config t
# interface fa 0/1
#switchport mode trunk
#switchport trunk native vlan 99
#switchpot trunk allowed vlan 10, 20,30,99
#end
Switch2#copy running-config startup-config
Switch 3 :
Switch3>enable
Switch3#config t
#vlan 10
#name IT
#exit
#vlan 20
#name RH
#exit
#vlan 30
#name PERSONNEL
#exit
#vlan 99
#name native
#exit
#do wr
#copy running-config startup-config
#config t
Switch1(config)#interface fa 0/2
#switchport mode access
#switchport access vlan 10
#exit
#do wr
#interface fa 0/3
#switchport mode access
#switchport access vlan 20
#exit
#do wr
#interface fa 0/4
#switchport mode access
#switchport access vlan 30
#exit
#do wr
#config t
# interface fa 0/1
#switchport mode trunk
#switchport trunk native vlan 99
#switchpot trunk allowed vlan 10, 20,30,99
#exit
#copy running-config startup-config

You might also like