~400 dhcp clients, ROS 6.19, DHCP deassings addresess from clients after lease timeout.
Client asks for lease update, radius answers ok, acces-accept, but dhcp send nak:
12:53:45 dhcp,debug,packet DHCP received request with id 1459788688 from 10.195.5.149
12:53:45 dhcp,debug,packet ciaddr = 10.195.5.149
12:53:45 dhcp,debug,packet chaddr = 6C:71:D9:67:CF:E9
12:53:45 dhcp,debug,packet Msg-Type = request
12:53:45 dhcp,debug,packet Client-Id = 01-6C-71-D9-67-CF-E9
12:53:45 dhcp,debug,packet Unknown(57) = 05-D4
12:53:45 dhcp,debug,packet Parameter-List = Subnet-Mask,Router,Domain-Server,Host-Name,Domain-Name,Unknown(28),Static-Route,NTP-Server,MS-Classless-Route
12:53:45 dhcp,debug,packet Class-Id = "udhcp 1.17.4"
12:53:45 dhcp,debug,packet Relay-Agent-Info = 01-06-00-04-00-52-01-0D-02-08-00-06-FC-FB-FB-85-32-00
12:53:45 dhcp,debug,packet Relay-Agent-Info = 01-06-00-04-00-52-04-0C-02-08-00-06-54-75-D0-BD-5B-40
12:53:45 radius,debug new request 17:33da code=Access-Request service=dhcp called-id=DHCP
12:53:45 radius,debug sending 17:33da to 10.192.7.132:1812
12:53:45 radius,debug,packet sending Access-Request with id 112 to 10.192.7.132:1812
12:53:45 radius,debug,packet Signature = 0x79fc455dad0b5963f2ac1f204289bf79
12:53:45 radius,debug,packet NAS-Port-Type = 15
12:53:45 radius,debug,packet NAS-Port = 2199348780
12:53:45 radius,debug,packet Calling-Station-Id = "1:6c:71:d9:67:cf:e9"
12:53:45 radius,debug,packet Framed-IP-Address = 10.195.5.142
12:53:45 radius,debug,packet Called-Station-Id = "DHCP"
12:53:45 radius,debug,packet User-Name = "6C:71:D9:67:CF:E9"
12:53:45 radius,debug,packet User-Password = 0x
12:53:45 radius,debug,packet Unknown-Attribute(vendor=Redback, type=96) = 0x0006fcfbfb853200
12:53:45 radius,debug,packet Unknown-Attribute(vendor=Redback, type=97) = 0x00040052010d
12:53:45 radius,debug,packet NAS-Identifier = "Router-PPPoE-01"
12:53:45 radius,debug,packet MT-Realm = 0x31302e3139322e372e313332
12:53:45 radius,debug,packet NAS-IP-Address = 10.192.32.92
12:53:45 radius,debug,packet received Access-Accept with id 112 from 10.192.7.132:1812
12:53:45 radius,debug,packet Signature = 0x1be294f8787795c4406520e87518f193
12:53:45 radius,debug,packet Framed-Pool = "nat"
12:53:45 radius,debug,packet MT-Address-List = "30M_class_client"
12:53:45 radius,debug,packet Session-Timeout = 7200
12:53:45 radius,debug received reply for 17:33da
12:53:45 dhcp,error DHCP: failed to add address-list 30M_class_client for IP 10.195.5.142: already have such entry (6)
12:53:45 dhcp,debug,packet DHCP sending nak with id 1459788688 to 255.255.255.255
12:53:45 dhcp,debug,packet ciaddr = 0.0.0.0
12:53:45 dhcp,debug,packet chaddr = 6C:71:D9:67:CF:E9
12:53:45 dhcp,debug,packet Msg-Type = nak
12:53:45 dhcp,debug,packet Server-Id = 10.170.4.1
12:53:45 dhcp,debug,packet Relay-Agent-Info = 01-06-00-04-00-52-01-0D-02-08-00-06-FC-FB-FB-85-32-00-01-06-00-04-00-52-04-0C-02-08-00-06-54-75-D0-BD-5B-40
12:53:45 dhcp,info DHCP deassigned 10.195.5.142 from 6C:71:D9:67:CF:E9
Every 2 hours(7200 sec) different clients loosing connection. Dhcp gives one address(10.195.5.149) but thinks about other(10.195.5.142), then deassign address, so clients losing all the connections.
[Ticket#2014090166000323] without answer from support.
Somebody else have this problem?