EAP110-OUTDOORv3 not get DHCP address

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

EAP110-OUTDOORv3 not get DHCP address

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
EAP110-OUTDOORv3 not get DHCP address
EAP110-OUTDOORv3 not get DHCP address
2021-08-25 22:58:26
Model: EAP110-Outdoor  
Hardware Version: V3
Firmware Version:

I'm trying to set up at a new site a new EAP110, but EAP does not apply offered IP address via DHCP. Other TP-Links devices working fine on other sites with the same settings.

 

DHCP log:

Aug 25 22:51:09 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1                                      
Aug 25 22:51:09 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1                             
Aug 25 22:51:12 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1                                      
Aug 25 22:51:12 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1                             
Aug 25 22:51:15 helper dhcpd[11998]: DHCPDISCOVER from c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1                                      
Aug 25 22:51:15 helper dhcpd[11998]: DHCPOFFER on 10.0.0.105 to c0:06:c3:cd:ef:cd (EAP110-Outdoor-C0-06-C3-CD-EF-CD) via 10.0.0.1

DHCPD answer (tcpdump):

22:54:38.158950 d2:4f:5e:83:0f:d9 > 00:00:0c:f6:a7:ac, ethertype IPv4 (0x0800), length 345: (tos 0x0, ttl 64, id 50506, offset 0, flags [DF], proto UDP (17), length 331)
    192.168.4.3.67 > 10.0.0.1.67: [udp sum ok] BOOTP/DHCP, Reply, length 303, hops 1, xid 0x2f2fa585, secs 3809, Flags [Broadcast] (0x8000)
          Your-IP 10.0.0.105
          Gateway-IP 10.0.0.1
          Client-Ethernet-Address c0:06:c3:cd:ef:cd
          Vendor-rfc1048 Extensions
            Magic Cookie 0x63825363
            DHCP-Message Option 53, length 1: Offer
            Server-ID Option 54, length 4: 192.168.4.3
            Lease-Time Option 51, length 4: 9600
            Subnet-Mask Option 1, length 4: 255.255.255.0
            Default-Gateway Option 3, length 4: 10.0.0.1
            Domain-Name-Server Option 6, length 8: 192.168.4.3,172.30.20.254
            Domain-Name Option 15, length 11: "xxxxxxx.lan"
            NTP Option 42, length 4: 172.30.20.1
            T138 Option 138, length 4: 3232236550
            END Option 255, length 0

Config:

authoritative;
allow unknown-clients;
allow client-updates;
allow bootp;

use-host-decl-names on;
default-lease-time 9600;
max-lease-time 9600;
log-facility local7;

option voip-tftp-server code 150 = { ip-address };
option wlan-controller code 138 = { ip-address };

option domain-name-servers 192.168.4.3, 172.30.20.254;
option ntp-servers 172.30.20.1;
option voip-tftp-server 192.168.4.5;
option wlan-controller 192.168.4.6;
option domain-name "xxxxxxx.lan";
option domain-search "xxxxxxx.lan";

subnet 10.0.0.0 netmask 255.255.255.0 {
        option subnet-mask 255.255.255.0;
        option routers 10.0.0.1;
        pool {
                range 10.0.0.100 10.0.0.200;
                allow all clients;
        }

}

 

 

  0      
  0      
#1
Options
7 Reply
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 06:49:55
Do you use the Omada controller to manage this EAP? Is the DHCP server also a TP-Link router? If you can provide more details about your topology, I think we can help you further. But before that, I think you can check whether your EAP110-Out door is running the latest firmware from this link: https://www.tp-link.com/us/support/download/eap110-outdoor/#Firmware
  0  
  0  
#2
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 07:01:00

@Somnus 

How I can connect to EAP and check for firmware update, if EAP not getting IP?

 

I using dedicated dhcp server. Also I'm tried local dhcp server in same subnet without success: dhcp server in cisco router and tftpd32.

  0  
  0  
#3
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 07:12:30
If you didn't use omada controller, the firmware is not that important. But you can connect a laptop directly to the LAN port of the POE adapter, assign a static IP to this laptop, and use the default IP 192.168.0.253 to log into the EAP's admin page, and then you can check if the EAP is getting IP via DHCP or static IP.
  0  
  0  
#4
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 07:38:29

@Somnus 

Not working for me.

 

I see the MAC address of the EAP, but I don't get ARP record:

 

gw-vyaz#show mac-address-table interface fastEthernet 0/2/3
Destination Address  Address Type  VLAN  Destination Port
-------------------  ------------  ----  --------------------
c006.c3cd.efcd        Dynamic       1000        FastEthernet0/2/3    

gw-vyaz#show arp | in efcd
gw-vyaz#
gw-vyaz#show run interface bvI 1
Building configuration...

Current configuration : 227 bytes
!
interface BVI1
 description LAN
 ip address 192.168.0.1 255.255.255.0 secondary
 ip address 10.0.0.1 255.255.255.0
 ip helper-address 192.168.4.3
 ip virtual-reassembly in
 no ip route-cache
 ip policy route-map SECURED
end

gw-vyaz#ping 192.168.0.253
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.253, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
gw-vyaz#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
gw-vyaz(config)#arp 192.168.0.253 c006.c3cd.efcd arpa
gw-vyaz(config)#^Z
gw-vyaz#show arp | in efcd
Internet  192.168.0.253           -   c006.c3cd.efcd  ARPA  
gw-vyaz#ping 192.168.0.253
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.253, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
gw-vyaz#

 

 

  0  
  0  
#5
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 07:51:16

@Somnus FYI Correct default IP is 192.168.0.254

  0  
  0  
#6
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-08-26 08:42:58
My mistake. Mixed it with OC's. Are you able to log in via 192.168.0.254?
  0  
  0  
#7
Options
Re:EAP110-OUTDOORv3 not get DHCP address
2021-09-07 04:12:00

Dear @DmitryG,

 

DmitryG wrote

@Somnus 

How I can connect to EAP and check for firmware update, if EAP not getting IP?

 

You may refer to Situation 2 from the FAQ below to log into the web UI of your EAP, then check the current firmware version.

How do I login to the web management page of the EAP Series products

 

The latest firmware of EAP110-Outdoor V3 is 5.0.2 Build 20210604, I'd suggest you install it if the current firmware it's not up to date.

Besides, please ensure the LAN Network of EAP is configured to Dynamic IP (you can check it from its web UI).

 

If you cannot log into the web UI of the EAP, please check if you can ping the EAP in the LAN, try to factory reset the EAP then try again.

 

If your concern is resolved, I'd encourage you to give feedback to the community so others can be confident of the solution.

 

Thank you so much for your cooperation and support!

>> Omada EAP Firmware Trial Available Here << *Try filtering posts on each forum by Label of [Early Access]*
  0  
  0  
#8
Options

Information

Helpful: 0

Views: 1529

Replies: 7

Related Articles