1142 Autonomous AP not passing DHCP address to clients

Hi there,
I do hope someone can help me out here because I am having a nightmare with a single AP.
Setup is as follows:
5 existing APs already on site, all working correctly plugged into a 48 port 2960, (non poe).
customer wants to add another AP to extend capacity.
Installed AP, (config attached) mirrored switchport settings, (below) and fired it up.
Outcome: if you are on a static IP or have received DHCP through another AP then everything works as it should. But DHCP requests are never fulfilled if connected through this AP. (this goes also for a laptop with an existing DHCP address if you go through the \release \renew process) DHCP is served by a server living on the switch.
The AP lives on VLAN 2, hence native .2 on both ends, and wireless clients should recieve a VLAN 1 address. All the other APs, (1131s) are working without a problem and this is driving me NUTS! Have been through configs and every screen of the GUI but cant find any difference in set up. Apart from different AP models the new one is on a pwrinj4 while the others are on pwrinj3's.
Switchport settings:
interface GigabitEthernet0/1
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
AP Config
aaa authentication login default local
aaa authentication enable default enable
aaa authorization exec default local
aaa authorization network default local
aaa session-id common
dot11 vlan-name *** vlan 1
dot11 vlan-name *** vlan 2
dot11 ssid ***
   vlan 1
   authentication open
   authentication key-management wpa optional
   wpa-psk hex ***
username manager privilege 15 password ***
username user privilege 0 password ***
bridge irb
interface Dot11Radio0
no ip address
no ip route-cache
encryption key 2 size 128bit *** transmit-key
encryption mode ciphers tkip wep128
encryption vlan 1 key 2 size 128bit *** transmit-key
encryption vlan 1 mode ciphers tkip wep128
ssid ***
channel 1
station-role root
interface Dot11Radio0.1
encapsulation dot1Q 1
no ip route-cache
bridge-group 254
bridge-group 254 subscriber-loop-control
bridge-group 254 block-unknown-source
no bridge-group 254 source-learning
no bridge-group 254 unicast-flooding
bridge-group 254 spanning-disabled
interface Dot11Radio0.2
encapsulation dot1Q 2 native
no ip route-cache
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface Dot11Radio1
no ip address
no ip route-cache
encryption key 2 size 128bit *** transmit-key
encryption mode ciphers tkip wep128
encryption vlan 1 key 2 size 128bit *** transmit-key
encryption vlan 1 mode ciphers tkip wep128
ssid ***
no dfs band block
channel dfs
station-role root
interface Dot11Radio1.1
encapsulation dot1Q 1
no ip route-cache
bridge-group 254
bridge-group 254 subscriber-loop-control
bridge-group 254 block-unknown-source
no bridge-group 254 source-learning
no bridge-group 254 unicast-flooding
bridge-group 254 spanning-disabled
interface Dot11Radio1.2
encapsulation dot1Q 2 native
no ip route-cache
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface GigabitEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
interface GigabitEthernet0.1
encapsulation dot1Q 1
no ip route-cache
bridge-group 254
no bridge-group 254 source-learning
bridge-group 254 spanning-disabled
interface GigabitEthernet0.2
encapsulation dot1Q 2 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
control-plane
bridge 1 route ip
line con 0
transport preferred all
transport output all
line vty 0 4
transport preferred all
transport input all
transport output all
line vty 5 15
transport preferred all
transport input all
transport output all
interface dot11Radio 0
ssid ***
no shutdown
interface dot11Radio 1
ssid ***
no shutdown
power inline negotiation injector installed
interface BVI1
ip address 10.25.97.245 255.255.255.0
no ip route-cache
ip default-gateway 10.25.97.1

Hi Scott,
Yes, the only difference is as this is a 1142 I was instructed to put it onto one fo the Gb ports. I tried the Ap on a known working port to rule out switch config to no effect.
Here is the extended switch config:
interface FastEthernet0/44
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/45
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/46
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/47
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/48
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface GigabitEthernet0/1
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
interface FastEthernet0/44
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/45
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/46
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/47
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface FastEthernet0/48
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
spanning-tree portfast
interface GigabitEthernet0/1
description Connect to wireless AP
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,1002-1005
switchport mode trunk
Not sure about the spanning tree settings on the others: I didnt set those up and am a great believer in the "if it aint broke, dont fix it" maxim!

Similar Messages

  • AP 1231G Not Passing DHCP to clients

    Hello  My company AP 1231G is not passing the DHCP address to the client from the DHCP server  can you please advise on my config listed below
    basicly the AP is on its own VLAN 10.1.123.1 and the DHCP server is 10.1.10.2 -- trying to use iphelper to pass DHCP to clients and the AP is on static IP 10.1.123.2--
    ! Last configuration change at 13:15:56 +0800 Fri May 25 2012 by root
    ! NVRAM config last updated at 13:15:56 +0800 Fri May 25 2012 by root
    version 12.3
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname XXXXXXXXXX
    clock timezone +0800 8
    ip subnet-zero
    no ip domain lookup
    ip domain name XXXXXXXXXXXXX
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    dot11 syslog
    dot11 ssid XXXXXXXXXX
       authentication open
       authentication key-management wpa
       guest-mode
       infrastructure-ssid optional
       wpa-psk ascii XXXXXXXXXXXXXXXXXXXXXXX
    dot11 arp-cache optional
    username root privilege 15 password XXXXXXXXXXXXXXXXXXXXX
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm tkip
    ssid XXXXXXXXXXX
    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
    no preamble-short
    channel 2432
    station-role root access-point
    no dot11 extension aironet
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface FastEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 10.1.123.2 255.255.255.0
    ip helper-address 10.1.10.2
    ip default-gateway 10.1.123.1
    ip http server
    ip http authentication aaa
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    access-list 111 permit tcp any any neq telnet
    snmp-server view dot11view ieee802dot11 included
    snmp-server view ieee802dot11 ieee802dot11 included
    snmp-server community public RO
    snmp-server community private view undefined RW
    bridge 1 route ip
    line con 0
    terminal-type teletype
    line vty 0 4
    terminal-type teletype
    sntp server 114.80.81.13
    sntp broadcast client
    end

    Roan:
    Where is your DHCP server configured (swtich, firewall, 3rd party server..etc)?
    Does it work correctly if the AP IP on same subnet  and ip-helper is not being utilized?

  • Hyper-V - Legacy NIC not getting DHCP address at boot, but when OS loads the NIC gets a DHCP address

    Hi, I have a strange issue with DHCP.
    I have a lab environment on a single Hyper-v 2012 Server.  AD, DNS & DHCP exist on a single virtual machine, I have a flat network 192.168.1.x, all VM's are on this network.  I have authorised DHCP and Setup the scope.
    A VM has a legacy adaptor, the legacy nic is configured in the boot order as the first device.
    When I boot the machine I do not get a DHCP address, however when the OS boots the Legacy NIC then gets a DHCP address??
    I need to use a legacy NIC as I need to PXE boot the VM, however I should get an IP address at boot time, which I don't get.
    I have run Wireshark on the DHCP server, I can see the legacy NIC do a "DHCP Discover and the DHCP Server respond with a DHCP Offer" however all communication ends there.  I have disable all firewalls and I see no reason for this not to work. 
    I have done tis before with no issues but I am unable to get this to work on this server!!!!!

    Hi
    According to your description , it is recommended to make sure or do :
            In your environment , there is no any other valid DHCP, BOOTP or proxy DHCP offers.
            Make sure if the DHCP server is overload.
            So suggest to test that creating a new “internal virtual switch” and change the settings of VM which provide DHCP service to connect to the new “virtual switch”.
            Then create a new VM use legacy NIC also connect to the new “internal  virtual switch” and try to PXE Boot.
    Hope this helps.
    Best Regards
    Elton ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Not getting DHCP address on HP 8000 Elite

    I'm using the Feb 2010 CD. Windows 2003 DHCP server
    Boot with the cd and no dhcp address.
    If I type "dhcpcd eth0 -n" enough times I will eventually get an address, although the first time it's usually "err, eth0: Failed to lookup hostname via DNS: Name or service not known"
    The same CD works OK with a HP dc7900, dc7800, etc. It looks like they all have the same Intel e1000e nic, but maybe no?

    I'm starting to investigate issues that may be similar to yours and I had a
    thought that I thought I'd share with you ;-)
    In what may be a related situation one of our admins is having issues with
    the dhcp client on an openSUSE 11.1 (and 11.2) during and after the install
    on some Dell servers. Sometimes the dhcp client will not get an ip address.
    After some poking he found that there are in fact two dhcp clients available
    : dhcpcd (dhcp client daemon) and dhclient (package is called dhcp-client).
    The default client in openSUSE - and presumably the Linux environment of
    ZENworks Imaging - is dhcpcd v3.x. It seems that there are a number of
    reports of this client being problematic. The maintainer of this client has
    recently released v5.x which may resolve the issues with v3.x.
    In our testing on openSUSE dhclient works much more reliably than dhcpcd,
    where "more" is equal to 100%. None of this helps us of course, but it is
    background info that leads up to my idea: is it possible to use the other
    client, dhclient in the ZEN Linux environment? I don't know if this client
    is even included in the ZEN Imaging Linux environment or not. If it isn't
    then maybe it might be possible to modify the initrd/root/linux files to
    include it. This would at least let you have another means of acquiring a
    dhcp ip address. I'm sorry that I do not have the Linux skills to do more
    than make a suggestion...
    Cheers,
    Ron
    PS I have submitted an enhancement request via the openFATE website to have
    the dhcp client daemon upgraded to v5.x. Maybe if you think it a good idea
    you could login to the openFATE portal and vote it up!

  • "Reply" to email not passing email address

    Have been experiencing an issue with Thunderbird (31.2.0) where any time I click REPLY button the address for the sender of original email is not passed to new email. I have to copy the sender's address and paste it into the new email.
    This has been happening for the past 3 days. Tried shutting down application and rebooting several times, but no change.

    Bit of a long shot, but try restarting the operating system in '''[http://en.wikipedia.org/wiki/Safe_mode safe mode with Networking]'''. This loads only the very basics needed to start your computer while enabling an Internet connection. Click on your operating system for instructions on how to start in safe mode: [http://windows.microsoft.com/en-us/windows-8/windows-startup-settings-including-safe-mode Windows 8], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-7 Windows 7], [http://windows.microsoft.com/en-us/windows/start-computer-safe-mode#start-computer-safe-mode=windows-vista Windows Vista], [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true" Windows XP], [http://support.apple.com/kb/ht1564 OSX]

  • 5508 WLC not releasing DHCP addresses

                Have a WLC 5508 running 7.0.230 with internal DHCP server. Timeout is 3600 seconds. The IP addresses never seem to be released.
    The controller will show 70 clients but 254 addresses will be assigned. Has anyone else experienced this problem?

    #Check "Lease remaining time" change in this value on the WLC for the clients that are not currently connected and already connected to it. Watch if its getting removed/refreshed once the lease time is expired.
    #Cross reference with cli as well.
    #If its an open wlan, client pass by will get an ip, so what admin seeing could be new client keep coming in and its an expected behavior.
    #Find if time is static or client's dhcp entry doesn't remove once lease time expired.
    #Per design, WLC doesn't release the internal dhcp ip when the client sends deauth to WLC, however, it should when the timer gets expired for clients that were currently not connected.

  • Access Points Not Passing DHCP to Clients

    I have a 50+ access point deployment, all in a single VLAN (DMZ), across a dozen buildings. We recently experienced wierdness of the following sort. Clients would request DHCP request, DHCP servers would forward requests, which would not get passed from the AP to the clients. We could verify that DHCP and all other parts of network were fine. I had to cold boot each AP to clear the condition. I could find nothing in this mix of 350s and 1200s or the spectrum that would indicate an obvious attack... Couldn't find where to start looking for any tables that were full, or any real place to look for some other reason for this. Yet after cold boot- all is well.
    Any thoughts, in case it happens again?

    Hi Guys,
    I am having a similar problem to you, however i can get authentciated via LEAP, but dont seem to get an IP adderss from the radius server.
    My setup is very simple as i am at the design stage. We have a Cisco AP 1200 (2.4 and 5.0 GHZ) and we are using FUNK steel belted RADIUS server. LEAP authentication works fine and i can see the association on the AP. The wirless client (HP W400 integrated Wireless cards) shows that it has been authenticated successfully too. However no IP is being received. We have a IP Pool configured on the SBR server and the SBR server shows that it has issued an IP address.
    Next step was to place a sniffer and capture the packets. The capture shows the radius requests and challenges and in the very last ACCEPT packet we can see that the SBR has issued an IP address.
    I am confused as i cant see anything on AP that would block the IP address. There are also a few attributes showing as "unknown" in the sniffer trace, so im not too sure wgats going on.
    Can anyone help. The IOS is 12.2 (13) JA

  • Router not issusing DHCP addresses to AP clients

    So I have configured a DHCP pool on my router to issue DHCP leases to wireless clients in my network - the clients can see the SSID broadcasting and can connect successfully. The only problem is that they don't receive an IP address.
    IPCONFIG shows the 169.254 etc address...the network status shows "Limited or no connectivity" when hovering over the icon.
    We used to have the clients receive their leases from a server which worked with the IP helper command...is there something simple I'm missing here?
    Thanks in advance.

    Please see below...
    Last configuration change at 16:18:21 UTC Thu Jul 10 2014 by admin
    version 15.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname XXX
    boot-start-marker
    boot-end-marker
    logging buffered 51200 warnings
    no aaa new-model
    ip cef
    ip dhcp excluded-address 10.26.129.1
    ip dhcp excluded-address 10.26.129.253
    ip dhcp excluded-address 10.26.129.254
    ip dhcp excluded-address 10.26.129.2
    ip dhcp pool guest
     network 10.26.129.0 255.255.255.0
     dns-server 208.67.222.222 208.67.220.220
     default-router 10.26.129.1
    interface Tunnel5
     ip address 172.17.5.4 255.255.255.0
     ip mtu 1400
     ip tcp adjust-mss 1360
     tunnel source 12.1xx.xx.xx
     tunnel destination 199.4x.xxx.xx
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0
     description Data Networks
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/0.1
     description Main Data VLAN
     encapsulation dot1Q 1 native
     ip address 10.27.129.2 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
    interface GigabitEthernet0/0.3
     description DMZ VLAN
     encapsulation dot1Q 3
     ip address 10.28.129.2 255.255.255.0
    interface GigabitEthernet0/0.20
     description Guest VLAN
     encapsulation dot1Q 20
     ip address 10.26.129.1 255.255.255.0
     ip access-group 121 in
    interface Serial0/0/0
     description XXX
     ip address 12.1xx.xx.xx 255.255.255.252
     ip nat outside
     ip virtual-reassembly in
     encapsulation ppp
     service-module t1 cablelength short 440ft
     service-module t1 timeslots 1-24
    ip forward-protocol nd
    ip http server
    ip http access-class 23
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip route 0.0.0.0 0.0.0.0 12.1xx.xx.xx
    ip route 10.10.0.0 255.255.255.0 172.17.5.5
    ip route 10.10.200.0 255.255.255.0 172.17.5.5
    ip route 10.27.130.0 255.255.255.0 172.17.5.5
    ip route 10.27.131.0 255.255.255.0 172.17.5.5
    ip route 10.28.129.0 255.255.255.0 10.27.129.1
    ip route 129.155.20.0 255.255.252.0 10.27.129.1
    ip route 129.155.84.0 255.255.252.0 10.27.129.1
    ip route 129.155.168.0 255.255.248.0 10.27.129.1
    ip route 172.17.0.0 255.255.255.0 172.17.5.5
    ip route 172.17.2.0 255.255.255.0 172.17.5.5
    ip route 172.17.3.0 255.255.255.0 172.17.5.5
    ip route 192.168.2.0 255.255.255.0 172.17.5.5
    access-list 2 permit 12.2xx.xx.xx
    access-list 2 permit 10.27.129.0 0.0.0.255
    access-list 2 permit 192.168.2.0 0.0.0.255
    access-list 2 permit 10.27.131.0 0.0.0.255
    access-list 2 permit 10.27.130.0 0.0.0.255
    access-list 2 permit 10.10.0.0 0.0.0.255
    access-list 2 permit 10.10.200.0 0.0.0.255
    access-list 2 permit 12.2xx.xxx.xxx 0.0.0.7
    access-list 2 permit 172.17.5.0 0.0.0.255
    access-list 2 permit 199.4x.xxx.xxx 0.0.0.15
    access-list 2 permit 10.26.129.0 0.0.0.255
    access-list 121 permit tcp any host 10.27.129.31 eq 67
    access-list 121 permit udp any host 10.27.129.31 eq bootps
    access-list 121 permit ip any any
    access-list 121 permit ip 10.26.129.0 0.0.0.255 host 10.14.0.6
    access-list 121 deny   ip 10.26.129.0 0.0.0.255 10.0.0.0 0.255.255.255
    access-list 121 deny   ip 10.26.129.0 0.0.0.255 172.16.0.0 0.15.255.255
    access-list 121 deny   ip 10.26.129.0 0.0.0.255 192.168.0.0 0.0.255.255
    access-list 121 deny   icmp 10.26.129.0 0.0.0.255 10.0.0.0 0.255.255.255
    access-list 121 deny   icmp 10.26.129.0 0.0.0.255 172.16.0.0 0.15.255.255
    access-list 121 deny   icmp 10.26.129.0 0.0.0.255 192.168.0.0 0.0.255.255
    control-plane
    line con 0
     login local

  • WLC2412-Clients Not receiving DHCP addresses

    I recently upgraded a clients WLC and they keep saying they are unable to get an IP address from the DHCP server.  It's a simple, flat network and here is what the logs are showing.  Any advice would be greatly appreciated.
    *apfReceiveTask: Apr 11 13:37:25.477: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:37:17.278: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:37:05.880: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:13:47.397: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:37:25.477: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:37:17.278: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:37:05.880: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.
    *apfReceiveTask: Apr 11 13:13:47.397: %SIM-3-DHCP_SERVER_NO_REPLY: sim_interface.c:1039 Failed to get DHCP response on interface 'management'. Marking interface dirty.

    (Cisco Controller) show>interface detailed management
    Interface Name................................... management
    MAC Address...................................... 64:00:f1:91:5d:40
    IP Address....................................... 192.168.8.3
    IP Netmask....................................... 255.255.255.0
    IP Gateway....................................... 192.168.8.1
    External NAT IP State............................ Disabled
    External NAT IP Address.......................... 0.0.0.0
    VLAN............................................. 8
    Quarantine-vlan.................................. 0
    Physical Port.................................... 1
    Primary DHCP Server.............................. 192.168.8.49
    Secondary DHCP Server............................ Unconfigured
    DHCP Option 82................................... Disabled
    ACL.............................................. Unconfigured
    AP Manager....................................... No
    Guest Interface.................................. No
    L2 Multicast..................................... Enabled

  • WET200-WET200 Bridge not passing DHCP Requests

    Hi,
    We have setup a bridge between two of our offices using two WET200's in adhoc mode.   Everything is connected fine and the signal strengh is good.   All traffic pass's over the bridge correctly but DHCP requsts/replys seem to be failing to traverse the bridge.    Our DHCP server is hosted on site A and the computers on site B fail to obtain thiers IP's from the dhcp over the bridge requiring us to use static IP's.
    Firmware is currently the latest.
    Has anyone managed to resolve this issue?
    Thanks
    Nick

    Mr. Muir,
    What version of firmware are you running on the wet200's?
    If the latest, have you downloaded a fresh copy of the 2.0.3.2 and backed up your configs/ reflashed the firmware/ factory reset the device/ and reloaded the configuration.
    I would try this on both devices and let us know if your still having the same issue.

  • WLC not pass DHCP past bridged units

    I have a WLC 5508 with LWAP 1242 with wireless bridges connected to the APs I cannot get DHCP to pass through the bridge to the PC connected to the bridge.

    Some third-party WGBs need  to operate in non-DHCP relay mode. If problems occur with the DHCP  assignment on devices behind the non-Cisco WGB, use the following  commands:
    –config dhcp proxy disable
    –config dhcp proxy disable bootp-broadcast disable
    The default state is DHCP proxy enabled.
    the above commands introduced from 7.0.116.0.

  • ABS not distributing DHCP addresses via hub

    Hi --
    My home network based on an original Airport Extreme (about 3 years old) was working fine until about two weeks ago, but now I have intermittent problems.
    The most serious network problem is that computers with wireless connections are working OK -- they get to the internet with no problem -- but the wired devices (Mac G4, Mac G5, Dell PC, HP printer, Sonos media streamer, all connected via a hub) have lost their local 10.0.1.x addresses and can't acquire new ones. I can't print from any system, and the wired computers can't connect to the internet. The first time this happened I was able to fix it by changing settings on the base station (turning on "interface robustness") but now messing with settings doesn't help.
    A less serious problem is the base station loses its internet connection about once a day. This problem is resolved by disconnecting power from the ABS and restarting it.
    A suspicious coincidence is that both problems started about the time I bought the two new handsets for our wireless phone system. The phones are 5.8 GHz Panasonic KX series. There used to be 3 handsets, now there are 5. I moved the phone base station away from the ABS but that didn't affect anything.
    Has anybody else had ABS problems where wireless connections are OK but wired hub connections don't work? Or problems with interference with 5.8GHz phones? Any other ideas or suggestions?
    Original Airport Extreme Base Station   Mac OS X (10.4.9)  

    Hi --
    My home network based on an original Airport Extreme (about 3 years old) was working fine until about two weeks ago, but now I have intermittent problems.
    The most serious network problem is that computers with wireless connections are working OK -- they get to the internet with no problem -- but the wired devices (Mac G4, Mac G5, Dell PC, HP printer, Sonos media streamer, all connected via a hub) have lost their local 10.0.1.x addresses and can't acquire new ones. I can't print from any system, and the wired computers can't connect to the internet. The first time this happened I was able to fix it by changing settings on the base station (turning on "interface robustness") but now messing with settings doesn't help.
    A less serious problem is the base station loses its internet connection about once a day. This problem is resolved by disconnecting power from the ABS and restarting it.
    A suspicious coincidence is that both problems started about the time I bought the two new handsets for our wireless phone system. The phones are 5.8 GHz Panasonic KX series. There used to be 3 handsets, now there are 5. I moved the phone base station away from the ABS but that didn't affect anything.
    Has anybody else had ABS problems where wireless connections are OK but wired hub connections don't work? Or problems with interference with 5.8GHz phones? Any other ideas or suggestions?
    Original Airport Extreme Base Station   Mac OS X (10.4.9)  

  • AP12000 can not assign IP address to client

    upgrade to the latest firmware.
    want to setup ap1200 as a dhcp server for wireless client. but it seems there something wrong with setup. client cannot get IP address from AP. please take a look my configuration
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname xxx03
    enable secret xxx.
    username admin password xxx
    ip subnet-zero
    ip dhcp pool xxxpool3
    network 192.168.105.72 255.255.255.248
    default-router 192.168.105.65
    domain-name xxxx.com
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    ssid XXX WLAN
    authentication open
    guest-mode
    speed basic-1.0 basic-2.0 basic-5.5 basic-11.0
    rts threshold 2312
    station-role root
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface FastEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 192.168.105.69 255.255.255.192
    no ip route-cache
    ip default-gateway 192.168.105.65
    ip http server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag/ivory/1100
    bridge 1 route ip
    line con 0
    line vty 0 4
    login local
    line vty 5 15
    login
    end

    You will need to provide some additional detail about your setup.
    Version of CRM?
    Is IDF and/or ADFS setup?
    Some basic things to check:
    From the client computer, does a nslookup of the CRM server name resolve?  If not, it may be a DNS issue.
    Is the CRM site in IIS listening to all IP addresses?  Or set to listen to only one?
    Was a host header set up in IIS for the CRM site?
    What error do you get when you use the CRM server name from the client machine?  Only IP addresses working is a sign of a kerberos issue.  Check that you have the correct SPN's created for a non machine account running the CRM app pool in IIS.
    Jason Peterson

  • Cisco prime infrastructure not detect IP address of clients

    hi all,
    I have Cisco Prime infrastructure 1.2 and when move to monitor >> clients tab it lists me all the clients in my network but their IP address list estates "not detected" ?
    please any advice?
    I appreciate your kindly support.

    Just an update that while this appears to have worked fairly well (as far as Cisco Management Planes go), there was one small 'gotcha' I've noticed so far:
    After the services came back up, the entries for our RADIUS servers did not function.  No, not because I didn't update the clients address record on the RADIUS server itself, but because the RADIUS server record(s) within CPI have a field called 'Local Interface IP' that still reflects the previous IP assigned to CPI.  A quick edit/save with the new interface fixes up the issue however.
    Cheers!

  • WAP551 stops passing DHCP

    Hello
    I have 4 WAP551s at one of our sites, and I have discovered a problem whereby they stop distributing/passing through DHCP addresses to clients. This happens roughly every 2 days, at which point I simply reboot them all and magically the clients get addresses again and everything is OK for another couple of days.
    I don't think it's the DHCP server (Win 2012 R2) since it still gives out addresses on wired clients when this problem occurs.
    I have upgraded them all to the latest firmware and tried running them in a cluster (single point setup mode) and separately with the same SSID. Problem occurs in both modes.
    If I give my wireless interface a static IP, I get full network access, so I don't think there's any routing/switch config issues.
    Any ideas please? They're under warranty but I have no Cisco technical support contract. I could try get them all replaced but it seems unlikely to be a hardware fault with all 4.

    Sadly this issue is not resolved. I am on site today and could not get an IP address when trying to connect to the wireless network. This was affecting 2 of the 4 WAPs on the site. The one I normally have the issue with is working OK.
    I then plugged directly in to the LAN but still couldn't get an IP address so I suspected a DHCP server issue or rogue DHCP server on the LAN. I stopped the DHCP service on my server and did not get an IP address, so I don't think there is a rogue.
    I started the DHCP service and still couldn't get an IP address (wireless or wired). I then opened the DHCP console and noticed the server address was '169.254.x.x'! Never seen this before, so did a quick bit of research and this led me to disable all the NICs not in use on the server and restart the service again. This seemed to fix the issue and the server name came back up in DHCP instead of the 169 address.
    I could then get IP addresses on the wired connection only.
    I could not get IP addresses on wireless until I restarted (pulled the plug) the 2 WAPs.
    Really puzzled with this one but it seems as though everything could be a knock-on effect of an issue with the DHCP server.
    Anyone come across similar behaviour before? Although I don't suspect an issue with the switches, I will post the config here anyway (please see attachment). Maybe someone will spot something strange in there.
    You will see the interface that the DHCP server and WAPs are connected to in the interface descriptions.

Maybe you are looking for

  • Custom Disco Light Phone

    I just finished watching an episode of The Mighty Boosh. A British comedy for those of you not in the know. Now ... a character on the show had the coolest phone I have ever seen. It had a yellow backing and on the front it was covered in disco light

  • Write SQL for LOV for linked tables

    I have two tables: tblRegions (Parent Table) Region ID (Primary Key, sequence, trigger) =100 Region Code (Unique Key) = LA Region (Unique Key) = Latin America tblCompanies (Child Table) Company ID (PK, sequence, & trigger) = 600 Company Code (Unique

  • UNABLE TO CONNECT/ OTHER PERSON DECLINED YOUR INVITATION

    PLEASE HELP!! Im working in Tangiers and desperate to see my partner. I have tried in several hotel broadband wireless networks and I keep getting the unable to connect or the other person has declined your invitation. This is happening with other co

  • Quick VPN 1.2.5 and Windows Vista

    Hi, I have managed to install QuickVPN on Windows Vista, but It won´t connect to my WRV200 router. I have have enabled that the if the router is pinged it will reply but QuickVPN does not get connected. I had no problems with XP, does somebody manage

  • Oracle VM 3.1 Guest VM backup using raw disk

    Hi I am implementing VM 3.1, the Guest VM are using raw disks from SAN instead of virtual disks. I wonder if cloning the guests online is a good backup & recovery strategy or there are any pther options? TIA