I have cisco Router 7206VXR and freeradius server , what I need is to change the user sevice in cisco router when changing it on freeradius.so if a user has1Mbps speed on freeradius the following commands will be applied to the user virtual interface on cisco router:
rate-limit output 1048000 196608 393216 conform-action transmit exceed-action drop
what I need is to change this command Automatically when changing the user service on freeradius so that the command become :
rate-limit output 2096000 393216 786432 conform-action transmit exceed-action drop (for 2Mbps)
I tried the following configuration but it didnt work:
aaa authorization network <name> group <radius>
aaa server radius dynamic-author
client <freeradius ip address> server-key xxxxx
any suggessions?
Thanks in advance