Skip to content

telco t5c switchlerde vlan oluşturma porta atamak

telco switchlerde vlan eklemek için izlenecek adımlar aşagıdaki gibidir.


telco_test_switch>enable
telco_test_switch#configure terminal
telco_test_switch(config)#vlan    
telco_test_switch(config vlan)#create vlan_100 100
telco_test_switch(config vlan)#config vlan_100
telco_test_switch(config-vlan vlan_100)#add ports 1/2/1,1/2/3 tagged
telco_test_switch(config-vlan vlan_100)#exit
telco_test_switch(config vlan)#exit
telco_test_switch(config)#exit
telco_test_switch#show vlan 

Back To Top