Cisco IOS, Cisco Systems, OS, Switch
Read Next →
Mikrotik
It is very easy to add Vlan on Cisco Switch port. Just need some command after logging. First you have to enter in configuration mood
SaltNexus(config)#SaltNexus(config)# vlan 479SaltNexus(config-vlan)# name mirgiIXSaltNexus(config-vlan)# exitSaltNexus(config)
Now we need to check is Vlan added properly
First “exit ” from config mood.
Then “show Vlan”
Check the left side image our vlan 479 added successfully but it’s not assigned any port.
Now Add vlan on trunk port. It’s also easy just follow the command. First you have to enter into the port and add the vlan
we will add Vlan 479 on port 11 ,12,13 and 14
SaltNexus# confSaltNexus(config)# int Eth1/11SaltNexus(config-if)# switchport trunk allowed vlan add 479SaltNexus(config-if)# exitSaltNexus(config)# int Eth1/12SaltNexus(config-if)# switchport trunk allowed vlan add 479SaltNexus(config-if)# exitSaltNexus(config)# int Eth1/13SaltNexus(config-if)# switchport trunk allowed vlan add 479SaltNexus(config-if)# exitSaltNexus(config)# int Eth1/14SaltNexus(config-if)# switchport trunk allowed vlan add 479SaltNexus(config-if)# exitSaltNexus(config)#
Again “show vlan”
look on the image the vlan is working successfully
Now save and exit and use Your Vlan.
If any question just knock me
Comment*
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
© 2021 NetworkingRoom
Theme by Anders Norén
Leave a Reply