Trying to prepare a network for the eventual migration to Radius authentication, but I’m running into a problem with the DHCP server saving address list information with static leases.
[admin@CCR] > /ip dhcp-server lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked
# ADDRESS MAC-ADDRESS HOST-NAME SERVER RATE-LIMIT STATUS
0 D 100.65.3.254 3A:00:3E:95:93:CB dhcp1 bound
1 100.65.3.253 00:21:A4:32:04:62 Some User ... dhcp1 bound
[admin@CCR] > /ip dhcp-server lease export
# may/12/2015 15:44:52 by RouterOS 6.19
# software id = XXXX-XXXX
#
/ip dhcp-server lease
add address=100.65.3.253 client-id=1:0:21:a4:32:4:62 mac-address=00:21:A4:32:04:62 server=dhcp1
[admin@CCR] > /ip dhcp-server lease set 1 address-list=Silver
[admin@CCR] > /ip dhcp-server lease export
# may/12/2015 15:45:13 by RouterOS 6.19
# software id = XXXX-XXXX
#
/ip dhcp-server lease
add address=100.65.3.253 client-id=1:0:21:a4:32:4:62 mac-address=00:21:A4:32:04:62 server=dhcp1
Yes, it’s older firmware. I’ve already checked the change log and do not see this listed as being fixed.
Anyone else see this behavior?
Thanks!