Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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