08-18-2020 06:16 AM
Hi
We are a small ISP running cisco IOS XE terminating sessions using ISG DHCP radius proxy to assign a single IPv4 address to each of our end users. The problem I am having is when our end user changes their router or any other DHCP capable host connected to the carrier switch they need to wait for the DHCP lease to expire in order to get assigned a lease. This has become a rather annoying support problem and I was hoping somebody may have a solution for it. I have implemented a keepalive based on ARP (as per below) and this successfully termintes the ISG session however the lease remains upon termination. Is anybody familiar with a solution for this problem or is it just a case that our support has to manually remove the binding. We have around 40K of subscribers on our BNG so shorting the lease time will cause radius to consistently be hammered!
Service-Type = Framed-User,
Framed-IP-Address = 192.10.10.30,
Framed-IP-Netmask = 255.255.255.0,
Cisco-AVPair += "ip:default-ipv4-gateway=192.10.10.1",
Cisco-AVPair += "ip:primary-dns=1.1.1.1",
Cisco-AVPair += "ip:secondary-dns=1.0.0.1",
cisco-avpair += "sub-qos-policy-out=Shape-25",
cisco-avpair += "subscriber:keepalive=idle 45 attempts 5 interval 5 protocol ARP",
Cisco-AVPair += "subscriber:classname=dhcp-red-class"
Solved! Go to Solution.
08-18-2020 07:27 AM
I found the answer if anyone ever reads this :_
conf t
ip dhcp use subscriber-id client-id
This in conjunction with the keepalive works
08-18-2020 07:27 AM
I found the answer if anyone ever reads this :_
conf t
ip dhcp use subscriber-id client-id
This in conjunction with the keepalive works
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide