differed SSID to differed subnets and VLANs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 12:51 AM - edited 07-03-2021 07:48 PM
Question I would be possible to differed SSID to differed subnets and VLANs to be served because I need for my studies, if possible how can you configure this
One ssid
vlan 2
subnet 30.30.30.0
two ssid
vlan 3
subnet 10.10.10.0
three ssid
vlan 4
subnet 40.40.40.0
- Labels:
-
Wireless Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 03:04 AM
Hi,
Here is the link to configure multiple SSID with multiple Vlans
https://supportforums.cisco.com/docs/DOC-14496
Lemme know if this answered your question.
Regards
Surendra
Surendra BG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 03:28 AM
SSID that would like to put different DHCP server which contains different subnet
so you ssid 30.30.30.0 range and comes with a different SSID to a different range is 40.40.40.0
One ssid
mbssid
vlan 2
dhcp server lease 30.30.30.0 255.255.255.240
two ssid
mbssid
vlan 3
dhcp server lease 40.40.40.0 255.255.255.240
three ssid
mbssid
vlan 4
dhcp server lease 50.50.50.0 255.255.255.240
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 05:32 AM
Thats right!! Different SSIDs should be mapped to diferent VLANs.. the IP address of the VLAN should be present in the Switch or the router..
AP is just a layer 2 device, it is not capable of routing.. the BVI interface will bridge the packets that all it does..
Regards
Surendra
Surendra BG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 06:42 AM
I mean you differed DHCP to assign an SSID with VLANs
you can sometimes give you an example which I must adapt if it is possible
ip dhcp pool wireless router
import all
network 30.30.30.0 255.255.255.240
default-router 30.30.30.1
ip dhcp pool wireless guest
import all
network 40.40.40.0 255.255.255.240
default-router 40.40.40.1
One ssid
mbssid
vlan 2
subnet 30.30.30.0 255.255.255.240
ssid two
mbssd
vlan 3
subnet 40.40.40.0 255.255.255.240
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 09:32 AM
Hi,
We do not configure ip address under the SSID.. where in we specify the VLAN from which the clients will get the ip from the VLAN subnet..
that is.. here is the config example..
ON the Switch
============
int vlan 3
ip address 30.30.30.0 255.255.255.240
no shut
int vlan 2
ip address 40.40.40.0 255.255.255.240
no shut
ip dhcp pool wireless router
import all
network 30.30.30.0 255.255.255.240
default-router 30.30.30.1
ip dhcp pool wireless guest
import all
network 40.40.40.0 255.255.255.240
default-router 40.40.40.1
On the switchport the AP is connected (example fa 0/4)
=========================================
en
conf t
int fa 0/4
switchport trunk encap dot1Q
switchport mode trunk
switchport trunk native vlan 2
end
On the AP
========
en
conf t
dot11 ssid one
vlan 2
mbssid guest-mode
end
en
conf t
dot11 ssid two
vlan 3
mbssid guest-mode
end
en
conf t
ine dot11 0
ssid one
ssid two
end
Lete me know if this was helpfull.. and please let me know if my understanding are correct and on the same page as that of yours..
Regards
Surendra
Surendra BG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 09:33 AM
in the mean time.. paste your running config along with your requiremenst as well to help you better..
Looking forward to hear from you!!
Regards
Surendra
Surendra BG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 09:51 AM
if I
int vlan 2
ip address 40.40.40.0 255.255.255.240
I get the message bad mask that you can do about that?
I have to change ip address 40.40.40.0 1, that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 07:22 PM
oops sorry.. the IP address to the VLAN should not be 0 at the end..
do the below config as well on the AP..
en
conf t
int dot11 0.2
encap dot1Q 2 native
bridge-group 1
end
en
conf t
int fa 0.2
encap dot1Q 2 native
bridge-group 1
end
en
conf t
int dot11 0.3
encap dot1Q 3
bridge-group 3
end
int fa 0.3
encap dot1Q 3
bridge-group 3
end
This may help you!!
Regards
Surendra
Surendra BG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2011 12:17 AM
this configuration I can not configure the AP
and
conf t
int fa 0.2
encap dot1Q 2 native
bridge-group 1
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2011 01:26 AM
whats the error that we are getting?? if its GIG port then change the interface to FA to GIG
that is..
en
conf t
int gig 0.2
Regards
Surendra
Surendra BG

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2011 02:29 AM
I did it, but get no ip address on different SSIDs
how can you fix this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2011 03:34 AM
Who can help me, to dhcp on the SSID to be served so you ssid one comes in a subnet determines whether you need anything from configuration then say you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2011 12:28 PM
I've tried it when I connect to an SSID, I get no ip address assigned, how can you solve this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2011 01:05 AM
