11-22-2021 03:40 AM - edited 11-22-2021 03:46 AM
Hi
Have following setup on a 1242ag (autonomous):
SSID 01 assigned to VLAN120 Radio0(2,4GHz)
SSID 02 assigned to VLAN140 Radio0(2,4GHz)
SSID 03 assigned to VLAN 130 Radio1(5GHz)
To see the SSID's I have set guest-mode on SSID 01 and SSID 03.
But when I try to set guest-mode on SSID 02, I get the following error/message:
ap(config)#dot11 ssid 02
ap(config-ssid)#guest-mode
Dot11Radio0: Guest-ssid already existing on ssid 01
I only can see the two SSID that I can set guest-mode on, so how to handle this?
BR
and thanks in advance
OFH (DK)
Solved! Go to Solution.
11-22-2021 04:00 AM
Hi,
Please remove guest-mode and add mbssid command under all ssid config:
ap(config)#dot11 ssid 02
ap(config-ssid)#guest-mode
ap(config-ssid)#mbssid guest-mode
Regards
Dont forget to rate helpful posts
11-22-2021 04:42 AM
Also configure these:
interface Dot11Radio0
mbssid
!
interface Dot11Radio0
mbssid
Regards
Dont forget to rate helpful posts
11-22-2021 11:36 PM
11-22-2021 04:00 AM
Hi,
Please remove guest-mode and add mbssid command under all ssid config:
ap(config)#dot11 ssid 02
ap(config-ssid)#guest-mode
ap(config-ssid)#mbssid guest-mode
Regards
Dont forget to rate helpful posts
11-22-2021 04:35 AM
11-22-2021 04:42 AM
Also configure these:
interface Dot11Radio0
mbssid
!
interface Dot11Radio0
mbssid
Regards
Dont forget to rate helpful posts
11-22-2021 10:57 PM - edited 11-22-2021 10:59 PM
Hi
Thanks again
Is it under interface Dot11Radio0.120 and interface Dot11Radio0.140? (Sub-interface)
Or
Just interface Dot11Radio0? (Real interface)
11-22-2021 11:22 PM
Hi
It's not possible to put in under sub-interface, so it is main interface.
@Sandeep ChoudharyThanks for helping.
11-22-2021 11:36 PM
Yes it should be under main radio interface.
Regards
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