cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
437
Views
0
Helpful
3
Replies

Create 500 VLANs

rhr
Level 1
Level 1

What is the easiest/best way to create 500 vlans on a 3650 switch?

1 Accepted Solution

Accepted Solutions

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

 

View solution in original post

3 Replies 3

rhr
Level 1
Level 1

I should have mentioned fastest also, is there a script or macro?

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

 

Thank you

Review Cisco Networking for a $25 gift card