04-14-2009 08:28 AM - edited 03-04-2019 04:21 AM
Could be changed the default Vlan (not native vlan). does exist any command to change it? i want to switch number from vlan 1 to X vlan without manually move all ports.
thanks.
Solved! Go to Solution.
04-14-2009
08:34 AM
- last edited on
01-30-2024
06:18 PM
by
Translator
The default vlan will always be Vlan 1 and it can't be changed.
You can change a group of switchports from the default Vlan 1 to Vlan X by using the
interface range
command, for instance:
switch(config)#interface range fx/1-48
switch(config)#switchport access vlan x
HTH,
__
Edison.
04-14-2009
08:32 AM
- last edited on
01-30-2024
06:16 PM
by
Translator
Adriatik,
I'm not sure that I understand your question.
Let's say VLAN 10.
What about these command?
!
(conf)#vlan 10
(conf)#interface range g0/1 - 24
(conf-ran-if)#swi acc vla 10
!
Toshi
04-14-2009
08:34 AM
- last edited on
01-30-2024
06:18 PM
by
Translator
The default vlan will always be Vlan 1 and it can't be changed.
You can change a group of switchports from the default Vlan 1 to Vlan X by using the
interface range
command, for instance:
switch(config)#interface range fx/1-48
switch(config)#switchport access vlan x
HTH,
__
Edison.
04-14-2009 09:23 AM
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide