Community discussions

MikroTik App
 
User avatar
yarda
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 74
Joined: Tue May 22, 2007 4:58 pm
Location: Czech Republic - Southern Bohemia
Contact:

More radius value on attributes?

Mon Aug 27, 2012 11:52 pm

Is there any way adding more than one attribute value of the same "operator" on MT generated attributes (Vendor 14988)?

my idea:

This does not work
username attribute op value
----------------------------------------------
operator Mikrtotik-Address-List = addresslist1
operator Mikrtotik-Address-List += addresslist2
operator Mikrtotik-Address-List += addresslist3
as it is for example on attribute Framed-Route

This Works
username attribute op value
----------------------------------------------
operator Framed-Route = "10.200.100.0/24 10.100.100.1 88 2 -1 3 400"
operator Framed-Route += "10.200.101.0/24 10.100.100.1 88 2 -1 3 400"
operator Framed-Route += "10.200.105.0/24 10.100.100.1 88 2 -1 3 400"