Running vrf-lite and dhcp server see 0.0.0.0 as giaddr

Im running vrf-lite and our dhcp server see only 0.0.0.0.  Im able to ping vlan10, and see the dhcp request. Running on a 2811.  I have limited access to device.  Do I need to turn on Dhcp-relay?  Verifing ip forward-protocol.  Do i need to add " vrf WISP to my helper-address?  The interface it sends Dhcp request is also within the vrf.  The dhcp scope is part of Vlan10 subnet
int vlan 10
ip vrf forward WISP
ip add x.x.x.x s.s.s.192
ip helper-address x.x.x.x

Yes and no.  It uses another interface thats within the same vrf Wisp.  On the other end of the vrf it is forwarded to our global dhcp server.  in bold is where the unicast packet are going using the defaultroute
int fast0/0.1
encap dot1q 1
ip vrf forwarding WISP
ip add 172.16.6.2 255.255.255.252
int vlan 10
ip vrf forward WISP
ip add 66.223.195.129 255.255.255.192
ip helper-address 208.138.129.49
ip route vrf WISP 0.0.0.0 0.0.0.0 172.16.6.1

Similar Messages

  • VRF lite and MPLS VRFs

    We have a CE router connected to PE router. The CE router is connected via 2 links to the PE router, because we need to create two VRFs on the PE for the traffic coming from the CE to separate the traffic, so we have one vrf per link. We are running OSPF between CE and PE.. Now we need to further separate the traffic up to the CE, so I’m thinking of using the VRF lite on the CE.. Can MPLS work with the VRF lite, and how to map the VRF lite VRFs on the CE to the MPLS VPN on the PE?
    Is there any config examples?
    Thanks in advance

    VRF Lite and MPLS-VPN act independently so they can work independently. And there is no specific need for mapping. If link is for VRF A on PE so you can make it part of vrf A in CE as well. Both VRFs are independent of each other.
    http://www.cisco.com/en/US/products/hw/switches/ps4324/products_configuration_guide_chapter09186a00801cddd9.html#1045190
    THis document is for 4500 but logic holds the same.

  • Flexconnect - Local Switching and DHCP Server Location

    Hello Friends, It is again a conceptual question.
    In Flex-connect Local Switching mode if the Client has to be get the IP address using DHCP, the DHCP server has to be local to the remote site and not centralized location. Though i know, Local switching means that the client traffic is bridged to the local network directly by the AP on the locally connected switch and does not pass through the controller, what does it mean to DHCP server location.
    For example, If I have 2 different WLANs (VLAN 2 and VLAN 3) configured Local Switching and its corresponding VLAN SVIs are configured in the Local L3 Switch and if the DHCP server is centrally located with the scopes for VLAN 2 and VLAN 3, will it have troubles?
    I see in my infrastructure we are working in that way [Local switching with centralized server]
    Thanks in advance
    SAIRAM

    It would be good to have DHCP server at local site.

  • IP Address and DHCP Server

    anyone know if there is a way to turn off the dhcp server on the airport. This seems like a basic task to do but i just can't seem to find it. It should be there as even a 5 year old wired linksys router has this option. Along with that, is there any way to change the local ip address of the router to anything but the default .1 at the end of the ip address. This is because I have it routing on 192.168.2.... I also have a ubuntu server up and running that is manning the ip addresses, therefore it is not possible to have both of the the servers up and running at the time. That is why I would prefer the airport to go on 192.168.2.2 and the server be on 192.168.2.1.
    Is any of this possible?

    Hello ecbtln. Welcome to the Apple Discussions!
    anyone know if there is a way to turn off the dhcp server on the airport.
    Yes, the only way to disable the DHCP service is to set Connection Sharing (on the AirPort Utility's Internet tab) to "Off (Bridge Mode)."
    Along with that, is there any way to change the local ip address of the router to anything but the default .1 at the end of the ip address.
    Sorry, but no.
    also have a ubuntu server up and running that is manning the ip addresses, therefore it is not possible to have both of the the servers up and running at the time.
    Reconfiguring the base station as a bridge will "pass thru" the DHCP service from your Ubuntu server.

  • Can i run UDP  client and UDP  server socket program in the same pc ?

    hi all.
    when i execute my UDP client socket program and UDP server socket program in the same pc ,
    It's will shown the error msg :
    "Address already in use: Cannot bind"
    but if i run UDP client socket program in the remote pc and UDP server socket program run in local pc , it's will success.
    anybody know what's going on ?
    any help will be appreciated !

    bobby92 wrote:
    i have use a specified port for UDP server side , and for client define the server port "DatagramSocket clientSocket= new DatagramSocket(Server_PORT);"Why? The port you provide here is not the target port. It's the local port you listen on. That's only necessary when you want other hosts to connect to you (i.e. when you're acting as a server).
    The server should be using that constructor, the client should not be specifying a port.
    so when i start the udp server code to listen in local pc , then when i start UDP client code in local pc ,i will get the error "Address already in use: Cannot bind"Because your client tries to bind to the same port that the server already bound to.

  • SAP NetWeaver 04s SP7  installation and DHCP server

    Hi All,
    I am installing SAP NetWeaver on a machine which I use at work. I am little scared whether this installation might harm my computer or the local corporate network. This machine is connected to the local network (uses DHCP) to get the IP address.
    Are there any precautions which I need to take before I start practicing on this platform ?
    I read this below point in the installation instructions...
    =========================================================
    If no DHCP server is available on your network (which dynamically determines the IP address) or your computer is not connected to any network, you need to install the virtual interface adapter MS Loopback Adapter. This is described in detail within the contents of the download package.
    =========================================================
    Now as my computer is using DHCP (unknown location), if I install SAP NetWeaver 04s SP7, do I need to disconnect my comp from the Network and then install the MS loopback adapter ? or Its ok to ignore the DHCP option as my comp is already using DHCP ?
    Thanks and Best Regards
    Ayub.

    Hi Ayub,
    U dont need to disconnect ur computer from network. Just install a microsoft loopback adapter and assign it a static ip, and assign that ip and hostname on windows\etc\hosts file. it will installs on loopback adapter and ur local network connection will be as it is.
    hope it will help u.
    Regards
    Subhash

  • Running both Tomcat and JSWDK server on same win2000 server m/c

    Hi all,
    I was running Tomcat4.0.4 on my m/c which operates on WIN2000 server. Afterwards I installed the JSWDK 1.0.1 on the same m/c. I worked with it for sometime. But when I went back to starting up the tomcat again, it would not startup. The dos window comes up and vanishes within a few milliseconds. I deleted the entire JSWDK folder. Removed JSDK and Tomcat directories and re-installed everyhing other than the JSWDK, but problem persists.
    Can anybody please help out ??
    Thanks,
    vishnupriyaa

    Hi all,
    Thanks for taking the time out to answer the query. Paul's reply helped me most though Balava had also indicated the same thing ... I could see from the log file that the Catalina environment was not set properly. Earlier I had it set equal to the TOMCAT_HOME variable path which was 'I:\jakarta-tomcat-4.0.4\bin'. I now removed the '\bin' from the path and lo! tomcat was running again on the port assigned to it!!
    Thanks everybody ... I am awarding the duke points to Paul
    vishnupriyaa

  • FTP and DHCP Server on Windows Server 2012

    Our company recently bought several Dell Wyse R10L Devices from another company. We can use these to make remote connections to a remote server but we have a problem when we use two monitors. The picture stretches across two monitors. On the official Wyse
    Forum I found a way to resolve the problem. The only ist to connect the Wyse device to an FTP Server from where the Wyse can pull its configuration from an ini file. The FTP Server also needs to be connected to a DHCP Sever. I am newby and I don't have much
    experience with servers. Is there a detailed manual for connecting the Wyse device (it uses ThinOS) to a FTP Server.
    Kind regards
    ivicapro1987

    Hi ivicapro1987,
    After some research I found many public article point to DELL SCM –when
     use your device with server mode. You can refer the following DELL official get more detail SCM information:
    Wyse Thin Clients and Software
    http://www.dell.com/us/business/p/cloud-client-computing#!tabId=A57C07DD
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can you run Lion os and Lion Server os on the same Mac mini?

    I'm a windows convert to Mac and I'm interested in running a standard Lion Client, but at the same time running Lion Server on the same Mac Mini (Server Edition).  My needs for the Lion Server OS is to handle e-mail, a Web Site, and file sharing between the server to a secondary PC, iPad, and iPhone.  But at the same time I wish to dive into the Mac (Apple) experience.  I just wish to be able to do this on the same machine.
    As a secondary question, is it possible to merge two different iTune Accounts into one?  Is it possible to share items purchased on one iTunes account with an iPad that is tied to a different iTunes Account?

    1. Yes, but you'll need separate partitions for each OS, or run the client OS in emulation.
    2. It isn't possible to combine the accounts, but a single iTunes library can contain content from multiple iTunes Store accounts.
    (61769)

  • How do I get RDP Access to Hyper-V host when DC and DHCP server is down and is a VM on that host.

    My host machine is a Windows Server 2012 running SBS 2008 as a VM.
    How can I configure a Hyper-V environment to allow me to RDP into the Hyper-V host in order to start individual VM's.
    It seems that without the DC running (which happens to be a VM on the same host) the host does not have an IP address that I can RDP to. I also cannot assign it a static IP.
    With the VM DC running I can RDP into that and then RDP from that to the Hyper-V host but I would like to be able to have the ability to access all VM's and be able to start and stop them as required, remotely.

    The SBS 2008 server has a static IP and the NIC on the Hyper-V host is used by the Virtual Switch so a static IP cannot be assigned to the NIC on the Hyper-V host.
    If you only have one physical adapter in your Hyper-V host and it's hosting the virtual switch, then you'll need to create a virtual adapter on it for the host to use.
    You can check the "Allow management operating system to share this network adapter" in the "Virtual Switch Manager" inside "Hyper-V Manager". You'll automatically get a network adapter that shows up with the others on that system where you can give it IP
    and DNS information.
    You can also do it in PowerShell:
    Add-VMNetworkAdapter -ManagementOS -SwitchName ((Get-VMSwitch).Name) -Name Mgmt
    New-NetIpAddress -IPAddress ###.###.###.### -InterfaceAlias "vEthernet (Mgmt)" -DefaultGateway ###.###.###.### -PrefixLength ##
    Set-DnsClientServerAddress -InterfaceAlias "vEthernet (Mgmt)" -ServerAddresses ###.###.###.###, ###.###.###.###
    Then you'll have an IP you can connect to from remote systems.
    Eric Siron Altaro Hyper-V Blog
    I am an independent blog contributor, not an Altaro employee. I am solely responsible for the content of my posts.
    "Every relationship you have is in worse shape than you think."

  • Vrf lite and PBR on the same sub interface

    Hi,
    I have a connection point to point on subinterface between PE and CE and use EBGP as routing protocol. The CE are router Cisco7609 and on the subinterface i apply "ip vrf forwarding WAP". Inside this vpn / vrf that I defined before I want to do pbr, so to route the traffic based on the source Ip address. I cannot use the "vrf select" because it is not supported on this platform. So I would like to know if I can do pbr on this subinterface and how can I do it, just only configuring the "ip policy route-map WAP" under the same sub interface where I confgure ip vrf forwarding?
    Thanks
    Ira

    Use the route map as a noraml thing.
    To match the all the ip address there should not be any match statement in the route map.

  • AAA Authentication and VRF-Lite

    Hi!
    I've run into a strange problem, when using AAA Radius authentication and VRF-Lite.
    The setting is as follows. A /31 linknet is setup between PE and CE (7206/g1 and C1812), where PE sub-if is a part of an MPLS VPN, and CE uses VRF-Lite to keep the local services seperated (where more than one VPN is used..).
    Access to the CE, via telnet, console etc, will be authenticated by our RADIUS servers, based on the following setup:
    --> Config Begins <---
    aaa new-model
    aa group server radius radius-auth
    server x.x.4.23 auth-port 1645 acct-port 1646
    server x.x.7.139 auth-port 1645 acct-port 1646
    aaa authentication login default group radius-auth local
    aaa authentication enable default group radius-auth enable
    radius-server host x.x.4.23 auth-port 1645 acct-port 1646 key <key>
    radius-server host x.x.7.139 auth-port 1645 acct-port 1646 key <key>
    ip radius source-interface <outside-if> vrf 10
    ---> Config Ends <---
    The VRF-Lite instance is configured like this:
    ---> Config Begins <---
    ip vrf 10
    rd 65001:10
    ---> Config Ends <---
    Now - if I remove the VRF-Lite setup, and use global routing on the CE (which is okey for a single-vpn setup), the AAA/RADIUS authentication works just fine. When I enable "ip vrf forwarding 10" on the outside and inside interface, the AAA/RADIUS service is unable to reach the two defined servers.
    I compared the routing table when using VRF-Lite and global routing, and they are identical. All routes are imported via BGP correctly, and the service as a whole works without problems, in other words, the AAA/RADIUS part is the only service not working.

    Just wanted to help future people as some of the answers I found here were confusing.
    This is all you need from the AAA perspective:
    aaa new-model
    aaa group server radius RADIUS-VRF-X
    server-private 192.168.1.10 auth-port 1812 acct-port 1813 key 7 003632222D6E3839240475
    ip vrf forwarding X
    aaa authentication login default group RADIUS-VRF-X local
    aaa authorization exec default group X local if-authenticated
    Per VRF AAA reference:
    http://www.cisco.com/c/en/us/td/docs/ios/12_2/12_2b/12_2b4/feature/guide/12b_perv.html#wp1024168

  • WRT160NL built in DHCP server and WEB server stop to work

    Hello all!
    My home network based on the WRT160NL with one wireline PC, two wireless PCs and wireless printer works with no problems - connections are at full speed, no drop outs, wireless and wireline QOS is perfect. But then quite regularly every two or three days suddenly the router internal DHCP servers stops to work - I see with the wireshark that my wireline PC sends the DHCP requests to the router but router does not reply to them. If at the same moment the other PC's are allready in use and got theirs IP before they can surf the internet uninterrupted. Only router reboot helps to solve this situation. After the reboot DHCP server immediately acknowledges DHCP request from the PC and assigns him his IP number.
    Sometime this situation occurs when IP address is already assigned, I can surf the internet, routing works, I can ping the router but I can not access the router's built in web server. Neither via  IE, neither via FF.
    I do not use P2P programs, IP traffic over the router is very light - no internal traffic between PCs, no file transfers to the USB flash key and WAN internet connection is 1Mbs. I have upgraded to the latest firmware Ver.1.00.01.17. Nevertheless problem occurs quite regularly about every three days.
    I try to reproduce the problem more frequently and there is the way how to do that - I start to watch IP TV on my wireline PC (usually I watch my IP TV via the STB connected directly to the DSL modem) so IP TV multicast now goes through the router. It is about 5 - 6 Mbs and about 500 pps of IP traffic. This IP TV stream very often causes internal web server and DHCP server to stop. So although I can watch IP TV and surf the web on my PC with no problems, if other PC's are powered up during this situation they will not get theirs IP addresses.
    I see in other posts on this forum that similar behavior can be triggered also with the heavy read/write traffic to the attached USB flash key.
    So my conclusion would be:
    - are the problems above known to Linksys/Cisco, do they acknowledge them, do they work on them
    - when we can expect new firmware release - can we expect new release for this model at all
    Best regards
    Message Edited by srus on 02-12-2010 04:05 AM
    Message Edited by srus on 02-12-2010 04:14 AM

    Ridcully thank you for your post, I did not execute the procedure you suggested. Prior to execute it I want to get more background on it? Why do you think that reconfiguring from the factory defaults would solve my problem? Are you 100% sure that this is the solution or are you just guessing?
    Router offers backup and restore functionality where you can store current configuration into file on PC and latter restore it. Can I use this functionality in your procedure or should I reconfigure all router settings manually?

  • ASA as DHCP server for WLC2106 and LAP

    Hi,
    First off i aplolgize for asking something that seems to have been asked before but i am getting conflicting answers and wanted someone to give a definitive answer.
    Setup:
         ASA5505  ---------------- WS-C3750G -----------------WLC2106  -------------------------------AIR-LAP1131
    (DHCP SERVER)           (simple config)          (dhcp proxy disabled)           (is requesting dhcp from ASA)
    ASA5505 - ASA 8.2(1)
    WLC2106 - 7.0.98.0 (tried 6.0.99.4 as well)
    AIR-LAP1131 - 12.4(23c)JA
    Problem:
    The ASA5505 is giving addresses to multiple devices, i tested it with the AP plugged directly into the ASA and it worked great.  The problem is that the WLC2106 seems to be altering the DHCP requests somehow and thus making the ASA5505 not respond to them.  The AP gets an ip address and associates to the WLC if plugged into the 3750, or the ASA directly.  Just not when plugged into the WLC2106 ports.
    Research:
    https://supportforums.cisco.com/message/1268269#1268269
    https://supportforums.cisco.com/message/3037259#3037259
    https://supportforums.cisco.com/message/1302468#1302468
    https://supportforums.cisco.com/message/926529#926529
    I have read quite a few posts with people basically saying you cannot use the ASA as the DHCP server with the WLC because of how the WLC relays the requests.  BUT: (this is important)  There are some documents that say with WLC version 4.2 and above you have the option of turning off dhcp proxy mode to enable bridging mode thus elminating the probem and all DHCP requests get forwarded without modification.  Please see here for suggested solution to this issue:
    http://www.cisco.com/en/US/products/ps6366/products_tech_note09186a0080af5d13.shtml#topic2
    *Interoperability issues can exist between a controller with DHCP proxy enabled and devices acting as both a firewall and DHCP server. This is most likely due to the firewall component of the device as firewalls generally do not respond to proxy requests. To work around this issue, disable DHCP proxy on the controller.
    Help please:
    I have tried this but maybe im missing something.  I have tried with proxy enabled and disabled.  Can anyone verify this is supposed to work for me please?  I input "config dhcp proxy disable" and verified proxy is now disabled.  Yet i do not see any responces from my DHCP server to my AP's requests when going through the WLC.  It works fine when plugging the AP into the ASA or 3750.  DHCP server is working.  Is the above suggested work around not a valid solution?  Did i miss something?  Do i need specific software versions on my devices?  Is this a bug in my software versions?
    Any help is greatly appreciated.  Let me know if anyone has questions.  Thanks,
    Kyle

    I do not see any debug output on the ASA5505 when the AP is connected through the WLC.  Debug output from WLC2106 below:
    (Cisco Controller) >show debug
    MAC debugging .............................. disabled
    Debug Flags Enabled:
      dhcp packet enabled.
    (Cisco Controller) >
    (Cisco Controller) >
    (Cisco Controller) >show dhcp proxy
    DHCP Proxy Behaviour: disabled bootp-broadcast disabled
    (Cisco Controller) >
    (Cisco Controller) >*DHCP Socket Task: Nov 16 10:56:39.931: 00:1d:a1:ed:c8:d4 DHCP received op BOOTREQUEST (1) (len 310,vlan 0, port 8, encap 0xec00)
    *DHCP Socket Task: Nov 16 10:56:39.932: 00:1d:a1:ed:c8:d4 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Nov 16 10:56:39.932: 00:1d:a1:ed:c8:d4 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Nov 16 10:56:39.932: 00:1d:a1:ed:c8:d4 DHCP   xid: 0x126b (4715), secs: 0, flags: 80
    *DHCP Socket Task: Nov 16 10:56:39.932: 00:1d:a1:ed:c8:d4 DHCP   chaddr: 00:1d:a1:ed:c8:d4
    *DHCP Socket Task: Nov 16 10:56:39.933: 00:1d:a1:ed:c8:d4 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:39.933: 00:1d:a1:ed:c8:d4 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:39.933: 00:1d:a1:ed:c8:d4 DHCP dropping REQUEST from STA with invalid mobility state 'Unassociated' (0)
    *DHCP Socket Task: Nov 16 10:56:42.939: 00:1d:a1:ed:c8:d4 DHCP received op BOOTREQUEST (1) (len 310,vlan 0, port 8, encap 0xec00)
    *DHCP Socket Task: Nov 16 10:56:42.940: 00:1d:a1:ed:c8:d4 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Nov 16 10:56:42.940: 00:1d:a1:ed:c8:d4 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Nov 16 10:56:42.940: 00:1d:a1:ed:c8:d4 DHCP   xid: 0x126b (4715), secs: 0, flags: 80
    *DHCP Socket Task: Nov 16 10:56:42.940: 00:1d:a1:ed:c8:d4 DHCP   chaddr: 00:1d:a1:ed:c8:d4
    *DHCP Socket Task: Nov 16 10:56:42.941: 00:1d:a1:ed:c8:d4 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:42.941: 00:1d:a1:ed:c8:d4 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:42.941: 00:1d:a1:ed:c8:d4 DHCP dropping REQUEST from STA with invalid mobility state 'Unassociated' (0)
    *DHCP Socket Task: Nov 16 10:56:46.938: 00:1d:a1:ed:c8:d4 DHCP received op BOOTREQUEST (1) (len 310,vlan 0, port 8, encap 0xec00)
    *DHCP Socket Task: Nov 16 10:56:46.938: 00:1d:a1:ed:c8:d4 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Nov 16 10:56:46.938: 00:1d:a1:ed:c8:d4 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Nov 16 10:56:46.938: 00:1d:a1:ed:c8:d4 DHCP   xid: 0x126b (4715), secs: 0, flags: 80
    *DHCP Socket Task: Nov 16 10:56:46.939: 00:1d:a1:ed:c8:d4 DHCP   chaddr: 00:1d:a1:ed:c8:d4
    *DHCP Socket Task: Nov 16 10:56:46.939: 00:1d:a1:ed:c8:d4 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:46.939: 00:1d:a1:ed:c8:d4 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:56:46.939: 00:1d:a1:ed:c8:d4 DHCP dropping REQUEST from STA with invalid mobility state 'Unassociated' (0)
    *DHCP Socket Task: Nov 16 10:57:05.034: 00:1d:a1:ed:c8:d4 DHCP received op BOOTREQUEST (1) (len 310,vlan 0, port 8, encap 0xec00)
    *DHCP Socket Task: Nov 16 10:57:05.035: 00:1d:a1:ed:c8:d4 DHCP processing DHCP DISCOVER (1)
    *DHCP Socket Task: Nov 16 10:57:05.035: 00:1d:a1:ed:c8:d4 DHCP   op: BOOTREQUEST, htype: Ethernet, hlen: 6, hops: 0
    *DHCP Socket Task: Nov 16 10:57:05.035: 00:1d:a1:ed:c8:d4 DHCP   xid: 0x126c (4716), secs: 0, flags: 80
    *DHCP Socket Task: Nov 16 10:57:05.035: 00:1d:a1:ed:c8:d4 DHCP   chaddr: 00:1d:a1:ed:c8:d4
    *DHCP Socket Task: Nov 16 10:57:05.036: 00:1d:a1:ed:c8:d4 DHCP   ciaddr: 0.0.0.0,  yiaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:57:05.036: 00:1d:a1:ed:c8:d4 DHCP   siaddr: 0.0.0.0,  giaddr: 0.0.0.0
    *DHCP Socket Task: Nov 16 10:57:05.036: 00:1d:a1:ed:c8:d4 DHCP dropping REQUEST from STA with invalid mobility state 'Unassociated'
    It keeps seeing the Discover messages but never gets any responce from the ASA.  What does that message mean "dropping REQUEST from STA with invalid mobility state 'Unassociated'" ?  I know the STA is the AP but why is it dropping the request?
    Here is the debug output from the ASA:
    ASA5505lab#  show debug
    debug dhcpd packet enabled at level 128
    debug dhcpd event enabled at level 128
    ASA5505lab#
    DHCPD: checking for expired leases.
    DHCPD: checking for expired leases.
    DHCPD: checking for expired leases.
    DHCPD: checking for expired leases.
    DHCPD: checking for expired leases.
    DHCPD: checking for expired leases.
    (IT NEVER SEE'S ANY MESSAGES OR SHOWS ME ANY BLOCKED REQUESTS OR ANYTHING)
    (Now if i move the AP to the PoE ports directly on the ASA5505 you will see the AP get an IP)
    DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
    DHCPD: DHCPDISCOVER received from client 0100.1da1.edc8.d4 on interface inside.
    DHCPD: Sending DHCPOFFER to client 0100.1da1.edc8.d4 (192.168.143.4).
    DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
    DHCPD: broadcasting BOOTREPLY to client 001d.a1ed.c8d4.
    DHCPD: Server msg received, fip=ANY, fport=0 on inside interface
    DHCPD: DHCPREQUEST received from client 0100.1da1.edc8.d4.
    DHCPD: Sending DHCPACK to client 0100.1da1.edc8.d4 (192.168.143.4).
    DHCPD: Total # of raw options copied to outgoing DHCP message is 0.
    DHCPD: broadcasting BOOTREPLY to client 001d.a1ed.c8d4.
    ASA5505lab#
    ASA5505lab# show dhcpd binding
    IP address       Hardware address        Lease expiration        Type
      192.168.143.4    0100.1da1.edc8.d4            3581 seconds    Automatic
      192.168.143.5  0063.6973.636f.2d30.           1911 seconds    Automatic
                     3031.662e.3965.6234.
                     2e35.3034.302d.566c.
                     31
    ASA5505lab#
    ASA5505lab#
    So the ASA5505 is working when the AP is plugged directly into the ASA or a 3750 on the same network.  Only when connected through the WLC i do not see any messages on the ASA.  Is there something else i need setup on the WLC2106 besides turning off dhcp proxy?
    Thanks,

  • CSM VRF Lite OSPF and IPSEC/GRE

    We have a pretty complex vpn configuration. Its a site-to-site VRF-Lite GRE/IPSEC VPN that would be considered a point-to-point, each router is connected to two peers in a ring.
    CSM complains about discovering this VPN configuration due to the VRF and the fact that OSPF with multiple OSPF processes is not supported.
    My question is, can we still monitor the tunnels. We'd like to monitor the tunnels, but that seems impossible unless we can get CSM to see the tunnels which it currently is not.

    VRF Lite and MPLS-VPN act independently so they can work independently. And there is no specific need for mapping. If link is for VRF A on PE so you can make it part of vrf A in CE as well. Both VRFs are independent of each other.
    http://www.cisco.com/en/US/products/hw/switches/ps4324/products_configuration_guide_chapter09186a00801cddd9.html#1045190
    THis document is for 4500 but logic holds the same.

Maybe you are looking for

  • Reports- Pls help

    Dear Friends, My client wants standard report for the following areas in MM.we are working classic scenerio.SC in SRM and PR is generated while ordering the shopping cart. then in ECC PO to be created with reference to PR generated in background in S

  • Error while creating folder inside the Public & Private Folders

    Dear Gurus, I am trying to create a new folder under Public & Private folder. But system is giving the error as " Please enter complete document key. Rollback was unsuccessful; the document is not assigtned to the folder." But system is creating the

  • Need a little help with Slimbox (Lightbox clone) and Spry data sets

    Hello guys! First of all let me say that I'm not a programmer in any way, shape or form, and somehow I managed to build me a dynamic thumbnail gallery that reads data from an XML file and displays it on my webpage using a Spry data set and a slider w

  • Tunning Java Heap Space

    Hello; I am getting this error when running some of the Oracle Diagnostics through OAM: JSP Error: Request URI:/OA_HTML/jtfqaadv.jsp Exception: java.lang.OutOfMemoryError: Java heap space When I review my configurations on my two Windows 32bit server

  • Import form TiVo did not work

    I am trying to import a m-peg-4 movie converted with TiVo application so I can view it on my iphone. My problem is that when, in itunes I choose file import and choose the file, nothing happens. I look for the file in my TV shows, Movies and music di