Wireless Clients getting DHCP IP from other WLAN

Hi,
My client has a wireless setup consisting of a WLC 2112 and about 7 1131AG LWAPPs. There are two SSIDs, say CORP(mapped to VLAN 900) and GUEST(mapped to VLAN 901). Wireless clients get IP through DHCP. DHCP IP is configured in the Dynamic interface.
The problem is sometimes (not always), clients connecting to SSID CORP get a DHCP IP assigned for GUEST VLAN(VLAN 901).
Since it is happening randomly, clueless as to what is causing the problem.
Any inputs?
Regards
Gnan.
P.S Just to add though this could be irrelevant, only after making VLAN ID of the admin interface and AP Manager interface as '0', the APs could talk to the WLC and i was able to http to the WLC from the LAN.(WLC Mgmt, AP Mgmt IPs and AP Manager interface are in same VLAN).

It sounds like the client may be connecting to the guest WLAN first, then connecting to the Corp WLAN.
As to the VLAN setting.  0 in the WLC means untagged.  If your switchport has the switchport trunk native valn < x > command you would need to be untagged.  Otherwise the switch would get a packet tagged with the native vlan, and then drop the traffic.
***if your management is in VLAN 1, the above is true with out the native setting, as VLAN 1 is native by default
HTH,
Steve
Please remember to rate helpful posts or to mark the question as answered so that it can be found later.

Similar Messages

  • VWLC clients getting DHCP address from management VLAN

    Hi,
    We have a strange scenario whereby some wireless employees are obtaining addresses from the management VLAN.
    Some details:
    DHCP managed by MS DHCP 2008 R2 (in remote data centre)
    Cisco vWLC AIR-CTVM-K9 running v7.6.110.0
    AP's are a mix of 2602 and 3702 (46 and 2 of each respectively)
    SSID's are employee, guest, and production devices (all mapped to their own interface with relevant VLAN tag as per normal)
    AP's all in FlexConnect mode as per vWLC caveats
    Some employees are receiving addresses in the wireless management VLAN. This network only has six DHCP addresses available as it is solely for AP's, WLC and HSRP gateway. Obviously this gets exhausted very quickly leaving us with a scenario where clients are not obtaining DHCP addresses.
    I understand that with FlexConnect mode, it will assign IP's from the native VLAN. What I don't understand is why most clients receive addresses in the correct VLAN, but a handful do not, and then cannot get an address from DHCP. Obviously the ideal scenario would be to put the AP's into local mode but unless this has changed in a SW release then I don't believe it's possible...
    My question is: How do I get ALL the employees to obtain addresses from their interface and not the management VLAN?
    Thanks in advance.

    Hi,
    I think we need a closer look to your configurarion to eliminate some possibilities:
    - What is the WLAN security you choose?
    - What is the interface that is configured under the WLAN?
    - Does your WLAN have local switching enabled?
    - If your security is using RADIUS server, do you have AAA override enabled under the WLAN config?
    - If your security is using RADIUS server, do you send any attributes to the users?
    - You have eliminate that clients that got management vlan IPs are always on same AP or they can be on any AP.
    HTH
    Amjad

  • Configuring DNS when clients get DHCP from a Windows server

    Hi
    I'm getting to grips with OD and have managed to configure a test environment at home with static IPs and all the DNS entries being entered manually for each computer.
    However, how do I configure the DNS in an environment where clients get their IPs from a Windows DHCP server (which I have no access to)?
    Setting clients to have static IPs is not an option nor enabling DHCP on the Mac server, I suspect.
    Your help is really appreciated.
    Steve

    Hi
    Your suspicion is correct.
    To be honest I would what is available on the Windows Server as the basis for your Open Directory deployment. If the Windows Server is already the DHCP Server odds are it is also the DNS Server. DNS can be provided to your clients using the Windows based DHCP service.
    If you have no direct access to the windows server you should be able at the least ask the windows administrator to add a Host Record with a Reverse Pointer for the OSX Server. Make sure its resolving correctly first using the relevant tools first then add the IP address of the Windows Server in the network preferences pane on your OSX Server. Thereafter you should be able to promote from Standalone to Open Directory Master without too many problems.
    If the Windows Server is using .local as its FQDN then it could scupper any chances you have of providing OSX LDAP services to your mac clients. It can work with .local, its just better if its not used.
    Hope this helps – Tony

  • Is there any way to get the files from other computer ?

    Hai all,
    I have 2 computers connected. I know the IP address of other computer. Is there any way to get the files from other computer. (for e.g. I want to get the files from specific folder. In Java netwroking is it possible? (Any programs)
    regards,
    Namanc

    Bro Take it easy.
    Think you need to send a Image file named ("abc.gif")
    now develop a server using ServerSocket and connect it in local IP and any PORT
    For example i think ur server is connected in "localhost" and 9000 port.
    Now make ur server educated using some commands.
    For example:
    FileName: <File Name String>
    [Means new file is sending by connected client]
    FileSize: <File size long or int value>
    [ So that ur server can determind about the total length of sender file]
    DataModeOpen
    [Now your client will send its image data, this command means your client software is sending data]
    fjadlkfjaofaijojfwoeiurfodkjflsajlfksa
    l23j4lj23lkjlasjfoq23j4rokjelfkjasldkf
    2o3j4lk2j3ljslakdjf2l3j4 l23kjlk23k4j
    DataModeClose
    [Means file sending finished]
    Close
    [Means your client connection is closed]
    Now develop a client supporting this command.
    For example(Server):
    String getFileName=null;
    long getFileSize=0;
    public handleCommand(String getCmd) {
        if(getCmd.startsWith("FileName")) {
                String[] splitData=getCmd.split(":");
                this.getFileName=   splitData[1];
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("FileSize")) {
                String[] splitData=getCmd.split(":");
                this.getFileSize=Long.parseLong(splitData[1]);
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeOpen")) {
               //data mode open so receive data
              receiveData();
              outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeClose")) {
              //close client socket
             getClientSocket.close();
    }For client:
    DataInputStream dataIn=null;
    BufferedOutputStream bout=null;
    public sendFile(bytes[] getBytes) {
            //if ok found then do other or show error message
        if(sendCmd("FileName:"+getFileName)) {
            if(sendCmd("FileSize:"+getFileSize)) {
                if(sendCmd("DataModeOpen")) {
                   bout.write(getBytes);
                } else {
                   showError(3);
            } else {
                   showError(2);
       } else {
            showError(1);
    }i think it will help u

  • How do I get received messages from others to show up on my different Apple devices, such as my iPhone

    How do I get received messages from others to show up on my different Apple devices, such as my iPhone or iPad or iPod Touch, etc. I can see their reply on the device I was using at that moment but not on the other devices even iMessaging is turned on. Is there a way to refresh to incoming messages when one picks up one of their other Apple devices?

    Hi there lkbluntzer,
    You may find the information in the article below helpful.
    Send and receive messages
    http://help.apple.com/iphone/7/#/iph01ac18d71
    See what time a message was sent or received. Drag any bubble to the left.
    -Griff W. 

  • When Publishing to BC, images get swapped around from other pages

    When i am Publishing my muse file to Business Catalyst, all my images get swapped around from other pages, both in slideshows and placed images, how do i get it to stop doing this! In preview mode the images are where i want them!
    This is one of my pages with the slide show with the correct image
    This is the image that is appearing in its place within the slide show which is from another page within my site!
    I have tried to look through each page and re publish the site which is working for some pages but then makes others worse!

    Check out Apnewbie's page on publishing errors. See if any of the suggestions help your particular situation....
    http://web.mac.com/mark8heaton/iWeb/PublishErrorsHelp

  • HT4528 i recently switched to an android and now i cant get any messages from other iphone users due to imessage. how do i fix this?

    i recently switched to an android and now i cant get any messages from other iphone users due to imessage. how do i fix this?

    As Peter noted and please pay attention to this line
    "If you can't deactivate iMessage after you perform the steps above or you can't access the iPhone, please contact Apple Support"

  • My husband and I both have 4 iphones. I do not receive any text messages that he sends me. He gets mine though.   He sends texts to other iphone users and they get them.  I get text messages from other phones including iphones. Please help.

    My husband and I both have Iphone 4's. I do not receive any text messages that he sends me. He gets mine though.   He sends texts to other iphone users and they get them.  I get text messages from other phones including iphones. Please help.

    Both of yall need to go to settings, meassages, send and recieve, scroll down to start new conversation from, and make sure you have different email addresses with a check mark beside it. Right now sounds like they are the same email addresses.

  • HT201303 how can i get songs downloaded from other apple products on my shared apple id on to my ipod nano?

    how can i get songs downloaded from other apple products on my shared apple id on to my ipod nano? my daughter just got a new ipod nano for her birthday and we redeemed the shared apple account our family uses and when we went to go buy music it says we need to redeem another card for us to buy the music so i was wondering if i could just let my older daughter download the music onto her phone via itunes app and see if that music would go on my younger daughter's ipod nano but i am looking on the itunes and i don't see an option for that for ipod nanos. thanks so much.

    You should always make sure that you put all of your music on your computer.  From there you can sync it to whatever device you like

  • Get DHCP logs from WLC?

    We've got a WLC 4402 running 5.2.157.0, and WCS 5.0.72.0.
    We've got a guest wlan that uses web authentication to grant IP addresses for guest users.
    We have the WLC syslogging to another server, at syslog level critical.
    What we would like to do is get the MAC address of machines that are given DHCP addresses, so that we can tell who is using our wireless, or attempting to.
    If syslog isn't how to get this information, is there another show command to see what machines got given DHCP addresses?
    Thanks,
    R

    You could see this with "show dhcp leases" from the controller's CLI or you should also be able to get this info through SNMP.

  • 1811W router unable to get DHCP IP from Speedstream 4100

    I have a Yahoo-ATT DSL installation with 1 dynamic IP address. It uses an ISP supplied speedstream 4100 DSL modem. The 4100 appears to take care of all the PPOE duties and DHCP connections from PCs or low-end routers (I'm temporarily using a NetGear unit) work fine.
    BUT, when I swap the Netgear out for my new 1811W, the cisco unit is unable to obtain a DHCP address from the modem. I can see the request on the modem lights when I do a "no shutdown fastethernet0"...but I never get an IP address.
    The speedstream appears to support 100Mbps and I have tried 100, 10 and Auto on the 1811W. I can look at the log on the modem and it does not show any activity by the modem's dhcp service. However, when I swap back to the netgear unit, I can see appropriate entries in the modem log.
    The 1811 is new and I strongly suspect its working ...I tested it on a different DSL line that had static IP. I see a number of similar issues in this forum; but have not seen any resolution that seems to fit my situation.
    Any help/suggestions would be appreciated...my next step will be log the DHCP packets with a sniffer. I think I know what I"ll see...1811W DHCP broadcast...no response. But, that won't help me resolve the issue.
    Thanks,
    Chuck McP

    Hi, this would a config example once you configure the dsl modem for bridging:
    http://www.cisco.com/en/US/tech/tk175/tk15/technologies_configuration_example09186a0080126dc0.shtml
    look at the 2600 part. you can omit these commands that are for older versions:
    vpdn enable
    no vpdn logging
    vpdn-group 1
    request-dialin
    protocol pppoe
    Hope this helps, please rate post if it does!

  • I made my own apple id because my family was getting my texts from other people. I want to add my device to my dads find my iphone app on his icloud but can't figure out how, without having to log in to his apple id on my phone. how do i add my device?

    I made my own Apple ID because when I was logged into my dad's my family was receiving my texts from other people. I want to add my device to my dad's "find my iphone" app but without signing into his Apple ID on my phone because that was causing them to get my texts. I was told by Apple I could add my device to his by signing into icloud.com but there is no option that I can find to add my device. And I don't want to log back in to his.. Any ideas???

    Also when I apply the safety copy it only imports the app the phones have had in common, so none of the apps that only the iPhone 4 had doesn't come in, only the ones I and the iPhone 4 has had in common. So you say the only way I can use the Apple ID to download on the old iPhone 4 is if I delete the apps that are in the phone and then download them again? How will that change the ID to download/update from. Won't it still have mine to update/download from?

  • RMI: can a client support cuncurrent calls from others client?

    Hi, I'm trying to build a simple peer 2 peer system.
    My clients, when registering to the server, are passing a ResourceList (class that extends Remote) to the server, so that the server has a complete list of all the resources of the connected clients.
    When a client search something, the server returns to him the list containing the searched resource(remote reference to the list of the owner client), and the searching client can call a getResource on the remote reference, that returns the Resource (serializable).
    Now I'm wondering, if more than one client get the same remote reference to a list, and call getResource at the same time, what will happen?
    Since each client for RMI is a thread, it's like n treads are calling the same method, that actually is remote.
    So, if I synchronize this (remote) method, I can assure that only one client at time gets the Resource, but what if the client dies while having the lock on the resource?
    Thanks in advance for any answer.

    Now I'm wondering, if more than one client get the same remote reference to a list, and call getResource at the same time, what will happen? The same what happens in normal (non-remote) application with several threads calling the same method.
    Since each client for RMI is a thread, it's like n treads are calling the same method. Right.
    So, if I synchronize this (remote) method, I can assure that only one client at time gets the Resource,It depends what you mean by "gets the Resource". By synchronizing a method you assure that the execution of this method will be synchronized, but you cannot say this about the clients using the Resource later.
    but what if the client dies while having the lock on the resource?Generally you don't have to worry about it, it will be handled by JVM. Either the client thread will die prematurely (and release the lock) or will execute normally and time out later when trying to send the response back to the client over (proably dead) connection. But in your case the resource will not be locked! You are synchronizing a method which basically assures that just a single thread may execute this method at a time.
    Edited by: AdamDyga on Jun 24, 2010 3:59 PM

  • TS3899 I changed from an Iphone to a Android.  I can't get my email from other Iphones

    I changed from an Iphone to a Android.  Now I can't recieve emails from other Iphones.

    Email should not be a problem, text messages can be but not email if it is set up correctly on your new phone.

  • Some Clients wont get DHCP Lease from xServe

    Hello,
    today we got some strange Network Problems. Some Imacs dont get a IP Adress from our Xserve (10.5). The Xserve tries to offer a adress but the Client wont get them.
    The log only says "offer send to xyz-hostname ip-adress"
    The strange thing is, when i spoof the Mac Adress on the imac. I get a dhcp lease.
    Is there some "Cache" we can reset ? Or simply reboot the Xserve ?
    thx

    Sure, possibly relevant parts:
    errdisable recovery cause udld
    errdisable recovery cause bpduguard
    errdisable recovery cause security-violation
    errdisable recovery cause channel-misconfig (STP)
    errdisable recovery cause pagp-flap
    errdisable recovery cause dtp-flap
    errdisable recovery cause link-flap
    errdisable recovery cause gbic-invalid
    errdisable recovery cause l2ptguard
    errdisable recovery cause psecure-violation
    errdisable recovery cause dhcp-rate-limit
    errdisable recovery cause vmps
    errdisable recovery cause storm-control
    errdisable recovery cause arp-inspection
    spanning-tree mode rapid-pvst
    spanning-tree loopguard default
    spanning-tree portfast bpduguard default
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    ip ssh time-out 60
    ip ssh authentication-retries 5
    ip ssh logging events
    ip ssh version 2
    interface GigabitEthernet1/0/1
    description Gi1/0/1 to CAT-CORE
    switchport trunk encapsulation dot1q
    switchport mode trunk
    interface GigabitEthernet1/0/4
    description Gi1/0/4 to RADIUS_serv
    switchport access vlan 240
    switchport mode access
    spanning-tree portfast
    spanning-tree bpdufilter enable
    spanning-tree bpduguard enable
    interface GigabitEthernet1/0/8
    description Gi1/0/8 to DHCP_serv
    switchport access vlan 240
    switchport mode access
    spanning-tree portfast
    spanning-tree bpdufilter enable
    spanning-tree bpduguard enable
    interface GigabitEthernet1/0/11
    description Aironet 1141 AIRONET-MO-1
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 240
    switchport trunk allowed vlan 240-246,248,249
    switchport mode trunk
    interface Vlan240
    description Admin_Vlan
    ip address 192.168.240.244 255.255.255.0
    ip default-gateway 192.168.240.1
    ip classless
    no ip http server
    ip http secure-server

Maybe you are looking for

  • HT2693 My computer will not allow me to install itunes. i have changed my pop-up setting. ive been trying for 2 hours. help!?

    I had itunes downloaded but i needed to update it inorder to transfer music to my iphone 3g. It would not let me, after several trys i just uninstalled it. then i went back and tryed to download the newer version. I clicked download now and it went t

  • Increasing Music Storage Setting?

    Hi, I've had my nano for about 6 months or so... it's a 1gb one. I was wondering if you can increase the settings of the music storage settings since you can only utilize 217Mb... 892.5Mb free space. I would like to use the free space with songs/mp3s

  • DBS_ORA_SCHEMA environment variable?

    Hi Gurus, I am doing a refresh from Production (P01) to Development (D01). I am having problem to start SAP in D01. I have run the OPS$ script but still unsuccessful. Based on note 534765, it advice to change environment dbs_ora_schema to SAP<SID>. B

  • ASM_DISKGROUP_Tablespace_Issue-

    Hi All, We are creating New 11g Database in one server and we need to import the data from another server (10g db server-non-ASM). Here new server is in ASM: 1. TBS01 is 60GB in 10G DB and while creating 11g DB whether we need to set TBS01 as 60 GB r

  • Understanding the translation-rule

    hi i need some help uderstanding the translation profile. you we have a siemens ipbx on one side and a cisco 28xx on the other. i wanted to create a dial code of 4+xxx (xxx for the extension number of the remote site, since we have overlapping number