Hello everybody,
I’m working on two different projects and both of them have a different behavior. My goal is to merge these Mikrotiks and for that I have a problem. One Mikrotik uses the Framed-pool radius attribute to identify groups of customers and the other Mikrotik uses the Mikrotik-Mark-Id attribute. The final Mikrotik must use only the Mikrotik-Mark-Id to identify customers. The old Radius sends Framed-pool and now also the Mikrotik-Mark-Id. The problem is that the new Mikrotik (based on the Mikrotik-Mark-Id) reject the radius connection because it received the attribute Framed-pool but the pool do not exist. For the new mikrotik is not important because it doesn’t need NAT-pool anymore just the Mikrotik-Mark-Id.
The question is: How to ignore the Framed-pool Radius attribute? How to ignore on the mikrotik some attribute which are sent by the Radius?
Thx for your help.