05-24-2012 01:15 AM - edited 07-03-2021 10:12 PM
Hello everyone,
I have AIR - AP1131AG - E -K9 access point and I want to publish second ssid. There is no vlan structures in my local area network. Second ssid will publish same IP address scope as first ssid do. Is it possible to publish second ssid with this settings?
Thanks & Regards
05-24-2012 01:44 AM
Hello Ekin;
Does it ask you? You can set two broadcast ssid and different vlan, correct? please create/config subinterface and BVI config interface.
Please read:
http://www.cisco.com/en/US/docs/wireless/access_point/12.3_7_JA/configuration/guide/s37ssid.html
Exam:
AP(config)# interface Dot11Radio0.1
AP(config-subif)# encapsulation dot1Q 1 native
AP(config-subif)#bridge group 1
AP(config-subif)# interface FastEthernet0.1
AP(config-subif)#bridge group 1
AP(config-subif)# encapsulation dot1Q 1 native
AP(config-subif)# end
AP# write memory
AP(config)# interface Dot11Radio0.2
AP(config-subif)# encapsulation dot1Q 2
AP(config-subif)#bridge group 2
AP(config-subif)# interface FastEthernet0.2
AP(config-subif)#bridge group 2
AP(config-subif)# encapsulation dot1Q 2
AP(config-subif)# end
AP# write memory
AP(config)# interface Dot11Radio0.3
AP(config-subif)# encapsulation dot1Q 3
AP(config-subif)#bridge group 3
AP(config-subif)# interface FastEthernet0.3
AP(config-subif)#bridge group 3
AP(config-subif)# encapsulation dot1Q 3
AP(config-subif)# end
AP# write memory
Please read: https://supportforums.cisco.com/docs/DOC-14496
05-24-2012 03:22 AM
Hi,
Thank you for sharing your ideas but I want to establish this wifi without any vlan.
05-24-2012 06:34 PM
Hi , you can configure 2 different ssids on the same radio with no vlans but the secuirty method should be none.
You will not be able to broadcast more than 1 SSID at a time.
Also at the end having 2 ssids on the same subnet and with the no secuirty would not make sense because at the end it is the same as having just one SSID
Sent from Cisco Technical Support iPhone App
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