10-24-2013 11:47 AM - edited 07-04-2021 01:09 AM
Hi, I have CISCO 1602 standalone access point, which has 2.4 and 5 radio and support to run on both radios. And I am trying to setup the two SSID, but first SSID to operate on both 2.4Ghz and 5Ghz radio, and second SSID to operate only on 2.4Ghz radio.
Is it possible to setup an SSID to operate on both 2.4Ghz and 5Ghz radio? Following are the config that I can think of, but not sure if it correct or not? Thank you.
Dot11 ssid one
Vlan 1authentication open
authentication key-management wpa
guest-modewpa-psk ascii 7
Mbssid Guest-mode
End
Dot11 ssid two
Vlan 2authentication open
authentication key-management wpa
guest-modewpa-psk ascii 7
Mbssid Guest-mode
End
Int dot11 0
Mbssid
ssid one
ssid twoencryption vlan 1 mode ciphers aes-ccm
encryption vlan 2 mode ciphers aes-ccm
Int dot11 1
Mbssid
ssid oneencryption vlan 1 mode ciphers aes-ccm
interface Dot11Radio0.1
encapsulation dot1Q 1 native
bridge group 1interface Dot11Radio1.1interface FastEthernet0.1
encapsulation dot1Q 1 native
bridge group 1
bridge group 1
encapsulation dot1Q 1 native
interface Dot11Radio0.2
encapsulation dot1Q 2
bridge group 2
interface FastEthernet0.2
bridge group 2
encapsulation dot1Q 2
10-24-2013 11:55 AM
that should do it.
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
10-24-2013 12:22 PM
Hi Stephen, Basically following command will turn on the SSID on 5Ghz radio? Is there any issues if you ran same SSID on both radio?
interface Dot11Radio1.1
encapsulation dot1Q 1 native
bridge group 1
How 802.11a/b/g/n capable wireless clients choose the band, will they flap between 2.4 and 5 band?
10-24-2013 01:30 PM
the bridging commands just allow the traffic to flow in the appropriate VLAN.
What allows the SSID under the Dot11Radio 1 is
ssid < blah >
that is what tells the radio what SSID to service.
As for how the client, it will choose by RSSI/SNR and what ever magic the vendor has used to determine which frequency to join.
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
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