×

VLAN OLUŞTURMA KOMUTLARI


consol#en

consol#conf


consol(config)#vlan 100-105,150,160, 200-210  ---> Oluşturmak istediğiniz VLAN numaralarını yazın

consol(config)#exit


consol(config)#vlan 100 ---> Vlan 100'e gir

consol(config)#name MUHASEBE ---> VLAN 'a isim ver

consol(config)#exit 


consol(config)#hostname "Dell Omurga Switch" ---> Switch 'e isim ver

consol(config)#exit


 VLAN INTERFACE OLUŞTUR VE IP VER
consol#enconsol#confconsol(config)#interface vlan 100 ---> VLAN 100 için interface oluşturconsol(config)#ip address 192.168.100.50 255.255.255.0 ---> interface 'e IP ataconsol(config)#exit
consol(config)#do wr /---> İşlemleri kayıt et.