09-28-2006 06:54 AM - edited 07-04-2021 01:11 PM
Hi- I was wondering if there is a way to create vlan(s) using the command line instead of the Web interface. Example: If I used the Web int. I logged in, services, VLAN, New and add the vlan id, name and enable Radio0-802.11G and 11A.
Can I accomplished the same using CLI?
Thank you in advance for your replies.
Cheers!
Can I acomplished the same using CLI?
Thank you in advance for your replies.
Cheers!
09-28-2006 08:28 AM
Hi Mauricio,
Have a look at the following (adding VLAN 10);
AP# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
AP(config)# interface Dot11Radio0.10
AP(config-subif)# encapsulation dot1Q 10
AP(config-subif)# interface FastEthernet0.10
AP(config-subif)# encapsulation dot1Q 10
AP(config-subif)# end
AP# write memory
From this good doc that has GUI and CLI commands;
Hope this helps!
Rob
Please remember to rate helpful posts.....
09-29-2006 06:09 AM
Thanks Rob, excellent info and link....
Cheers!
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