05-23-2022 09:56 AM
What is the easiest/best way to create 500 vlans on a 3650 switch?
Solved! Go to Solution.
05-23-2022 10:56 AM - edited 05-23-2022 10:57 AM
Hello,
If they are discontiguous you will have to add commas and dashes on a single line, However if you need VLAN 2-501 (VLAN 1 is already created) then you should be able to enter the command:
conf t
vlan 2-500
exit
For discontiguous vlans I believe its:
conf t
vlan 2,5,6-10,23
exit
If its an emulator type device you also may not have those commands.
-David
05-23-2022 10:06 AM
I should have mentioned fastest also, is there a script or macro?
05-23-2022 10:56 AM - edited 05-23-2022 10:57 AM
Hello,
If they are discontiguous you will have to add commas and dashes on a single line, However if you need VLAN 2-501 (VLAN 1 is already created) then you should be able to enter the command:
conf t
vlan 2-500
exit
For discontiguous vlans I believe its:
conf t
vlan 2,5,6-10,23
exit
If its an emulator type device you also may not have those commands.
-David
05-23-2022 12:00 PM
Thank you
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