Community discussions

MikroTik App
 
bean3178
just joined
Topic Author
Posts: 3
Joined: Mon Jan 28, 2013 4:11 am

DHCP Bug in OS 5.22?

Mon Jan 28, 2013 5:48 pm

We have a RB2011UAS-2HnD-IN running 5.22. We have a bridge setup to bridge wlan1 and some physical ports. We have a DHCP server configured on that bridge. Cisco phones connected to the physical ports get a DHCP address fine along with TFTP option 150 and register to our phone system.

We are having a problem with 2 different models of wireless Cisco phones. They associate with the AP fine. But, one model never gets a DHCP address and another model is assigned the NETWORK address of the voice subnet.

If we move the DHCP scope to the Cisco switch that is trunked into the Mikrotik, then both the wired and wireless phones work fine. So, this leads me to believe that there are issues with the Mikrotik DHCP server.

[admin@TSS, Inc.] > ip pool print
# NAME RANGES
0 pool-voice 10.11.31.127-10.11.31.254

[admin@TSS, Inc.] > ip dhcp-server print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp-voice bridge-Voice pool-voice 3d

[admin@TSS, Inc.] > ip dhcp-server network print
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 10.11.31.224/27 10.11.31.225 172.29.1.3 tss.local
172.29.1.4

[admin@TSS, Inc.] > ip dhcp-server lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked
# ADDRESS MAC-ADDRESS HO.. SERVER RA.. STATUS
0 D 10.11.31.224 00:1A:A1:92:A2:2E SE.. dhcp... bound
1 D 10.11.31.228 00:0B:5F:80:0A:EB SE.. dhcp... bound


09:43:09 wireless,info 00:1A:A1:92:A2:2E@Wireless (wlan1): reassociating
09:43:09 wireless,info 00:1A:A1:92:A2:2E@Wireless (wlan1): disconnected, ok
09:43:09 wireless,info 00:1A:A1:92:A2:2E@Wireless (wlan1): connected
09:43:36 dhcp,debug,packet dhcp-voice received discover with id 1397440825 from 0.0.0.0
09:43:36 dhcp,debug,packet ciaddr = 0.0.0.0
09:43:36 dhcp,debug,packet chaddr = 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet Msg-Type = discover
09:43:36 dhcp,debug,packet Client-Id = 01-00-1A-A1-92-A2-2E
09:43:36 dhcp,debug,packet Host-Name = "SEP001AA192A22E"
09:43:36 dhcp,debug,packet Class-Id = "Cisco Systems Inc. Wireless Phone 7921"
09:43:36 dhcp,debug,packet Address-Request = 10.11.31.224
09:43:36 dhcp,debug,packet Parameter-List = Subnet-Mask,Router,Domain-Server,Host-Name,Domai
n-Name,Unknown(28),NTP-Server,Unknown(66),Unknown(149),Unknown(150)
09:43:36 dhcp,info dhcp-voice deassigned 10.11.31.224 from 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet dhcp-voice sending offer with id 1397440825 to 10.11.31.224
09:43:36 dhcp,debug,packet ciaddr = 0.0.0.0
09:43:36 dhcp,debug,packet yiaddr = 10.11.31.224
09:43:36 dhcp,debug,packet siaddr = 10.11.31.225
09:43:36 dhcp,debug,packet chaddr = 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet Msg-Type = offer
09:43:36 dhcp,debug,packet Server-Id = 10.11.31.225
09:43:36 dhcp,debug,packet Address-Time = 259200
09:43:36 dhcp,debug,packet Subnet-Mask = 255.255.255.224
09:43:36 dhcp,debug,packet Router = 10.11.31.225
09:43:36 dhcp,debug,packet Domain-Server = 172.29.1.3,172.29.1.4
09:43:36 dhcp,debug,packet Domain-Name = "tenantsolutions.local"
09:43:36 dhcp,debug,packet NTP-Server = 71.252.219.43,208.87.104.40
09:43:36 dhcp,debug,packet Unknown(150) = 31-30-2E-31-30-2E-31-30-2E-31-30-20-31-30-2E-31-30
-2E-31-30-2E-31-31
09:43:36 dhcp,debug,packet dhcp-voice received request with id 1397440825 from 0.0.0.0
09:43:36 dhcp,debug,packet ciaddr = 0.0.0.0
09:43:36 dhcp,debug,packet chaddr = 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet Msg-Type = request
09:43:36 dhcp,debug,packet Client-Id = 01-00-1A-A1-92-A2-2E
09:43:36 dhcp,debug,packet Host-Name = "SEP001AA192A22E"
09:43:36 dhcp,debug,packet Class-Id = "Cisco Systems Inc. Wireless Phone 7921"
09:43:36 dhcp,debug,packet Address-Request = 10.11.31.224
09:43:36 dhcp,debug,packet Server-Id = 10.11.31.225
09:43:36 dhcp,debug,packet Parameter-List = Subnet-Mask,Router,Domain-Server,Host-Name,Domai
n-Name,Unknown(28),NTP-Server,Unknown(66),Unknown(149),Unknown(150)
09:43:36 dhcp,info dhcp-voice assigned 10.11.31.224 to 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet dhcp-voice sending ack with id 1397440825 to 10.11.31.224
09:43:36 dhcp,debug,packet ciaddr = 0.0.0.0
09:43:36 dhcp,debug,packet yiaddr = 10.11.31.224
09:43:36 dhcp,debug,packet siaddr = 10.11.31.225
09:43:36 dhcp,debug,packet chaddr = 00:1A:A1:92:A2:2E
09:43:36 dhcp,debug,packet Msg-Type = ack
09:43:36 dhcp,debug,packet Server-Id = 10.11.31.225
09:43:36 dhcp,debug,packet Address-Time = 259200
09:43:36 dhcp,debug,packet Subnet-Mask = 255.255.255.224
09:43:36 dhcp,debug,packet Router = 10.11.31.225
09:43:36 dhcp,debug,packet Domain-Server = 172.29.1.3,172.29.1.4
09:43:36 dhcp,debug,packet Domain-Name = "tenantsolutions.local"
09:43:36 dhcp,debug,packet NTP-Server = 71.252.219.43,208.87.104.40
09:43:36 dhcp,debug,packet Unknown(150) = 31-30-2E-31-30-2E-31-30-2E-31-30-20-31-30-2E-31-30
-2E-31-30-2E-31-31