cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
5
Helpful
2
Replies

1131 AG VLAN using CLI?

mguzman4158
Level 1
Level 1

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!

2 Replies 2

Rob Huffman
Hall of Fame
Hall of Fame

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;

http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuration_example09186a00801d0815.shtml#apconfig

Hope this helps!

Rob

Please remember to rate helpful posts.....

Thanks Rob, excellent info and link....

Cheers!

Review Cisco Networking for a $25 gift card