cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
770
Views
0
Helpful
3
Replies

1841 with HWIC-AP multiple SSIDs to different subnets

glebpe185
Level 1
Level 1

Hi experts,

Please point me toward the right direction, how do I do this setup? Please give me some example? Is this different L3 BVIs along with sub interfaces on dot11radio interface assigned to different bridge-groups?

Thanks a lot.

Regards,

GP

3 Replies 3

Amjad Abdullah
VIP Alumni
VIP Alumni


Hi,

Look into those:

www.cisco.com/en/US/docs/routers/access/1800/wireless/configuration/guide/s37ssid.html

https://supportforums.cisco.com/docs/DOC-3743

HTH

Amjad

Sent from Cisco Technical Support iPad App

Rating useful replies is more useful than saying "Thank you"

Thanks but I have read this and it did not help me out. Basically what I want to setup is to have 2 SSID assigned to 2 different subnets which would terminate on 2 L3 interfaces within one single 1841 with HWIC-AP module only. Is this possible to do?

Hi again,

I have managed to make it work. Just in case someone needs the same configuration within a singe Cisco1841 router.

Thanks.


dot11 ssid cisco
vlan 10
authentication open
authentication key-management wpa
wpa-psk ascii 7 05080F1C22434D000A0618
!
dot11 ssid cisco-guest
vlan 100
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 7 1511021F0725282D3B303A
!


bridge irb
!

!
interface Dot11Radio0/0/0
no ip address
!
encryption mode ciphers aes-ccm
!
encryption vlan 10 mode ciphers aes-ccm
!
encryption vlan 100 mode ciphers aes-ccm
!
ssid cisco
!
ssid cisco-guest
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root access-point
!
interface Dot11Radio0/0/0.10
encapsulation dot1Q 10
no cdp enable
bridge-group 10
bridge-group 10 subscriber-loop-control
bridge-group 10 block-unknown-source
no bridge-group 10 source-learning
no bridge-group 10 unicast-flooding
!
interface Dot11Radio0/0/0.100
encapsulation dot1Q 100
no cdp enable
bridge-group 100
bridge-group 100 subscriber-loop-control
bridge-group 100 block-unknown-source
no bridge-group 100 source-learning
no bridge-group 100 unicast-flooding
!

!
interface BVI10
ip address 10.0.0.1 255.255.255.0

!
interface BVI100
ip address 10.1.1.1 255.255.255.0


bridge 10 route ip
bridge 100 route ip
!

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:

Review Cisco Networking products for a $25 gift card