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

Assign Vlan to SSID

jkay18041
Level 3
Level 3

I have a few Cisco 1141n that are stand alone AP's that have one SSID on them. I would like to assign the ssid to vlan 2 but also be able to keep the native vlan 1 as a trunk port on it for snmp graphing as well as management of the ap. My router is going to route the traffic and my switch is the dhcp server for both vlan's. How would I go about putting ssid J&B2 on vlan 2 but keeping the 10.10.1.0 network (vlan 1) as the ip address for management? I'm guessing it would be something along the lines of a sub interface but I am lost on do I create the sub interface on the gigabit port or the dot11radio0 interface or both?

 

I've attached a copy of my current config. Thank you for helping me figure this out. 

1 Accepted Solution

Accepted Solutions

Hi

I think I missed a line under int d0. Try this & see

encryption vlan 2 mode ciphers aes-ccm

 

HTH

Rasika

*** Pls rate all useful responses ****

View solution in original post

5 Replies 5

Hi JK,

Following config will do it for you

dot11 ssid J&B2
   vlan 2
   authentication open
   authentication key-management wpa version 2
   guest-mode
   wpa-psk ascii 7 14141D061C113E2E662F2627370054455B5817
!
interface Dot11Radio0
 encryption mode ciphers aes-ccm
 ssid J&B2
 no shut
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 bridge-group 1
!
interface Dot11Radio0.2
 encapsulation dot1Q 2
 bridge-group 2
!
interface GigabitEthernet0.1
 encapsulation dot1Q 1 native
 bridge-group 1
!
interface GigabitEthernet0.2
 encapsulation dot1Q 2
 bridge-group 2
!
interface BVI1
 ip address 10.10.1.252 255.255.255.0
!
ip default-gateway 10.10.1.253


******* SWITCH PORT ******

interface GigabitEthernetx/x
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 1
 switchport trunk allowed vlan 1-2
 switchport mode trunk
!

Initial config used for this post will help you  as well.

http://mrncciew.com/2013/11/14/autonomous-ap-with-external-radius/

 

HTH

Rasika

**** Pls rate all useful responses ***

Thank you for your response. I went ahead and changed my config to the following. I am now unable to connect to my wifi network. I was able to connect before it just put me on vlan 1. I changed the settings on my switch as well.

 

Did I do something wrong on the AP config?

 

Thank you for your help

Hi

I think I missed a line under int d0. Try this & see

encryption vlan 2 mode ciphers aes-ccm

 

HTH

Rasika

*** Pls rate all useful responses ****

Good eye!

 

Thank you very much for your help. After seeing how you configured it this makes sense. Thank you again. Very appreciated! 

No worries, Glad I was able to help you... :)

Rasika

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: