milekz
March 23, 2016, 12:22pm
1
Hi, I have CCR MT 6.35rc33
users have ip and rate limit from radius
I need to change rate limit speed
I try:
echo "Framed-IP-Address=192.168.101.5,Mikrotik-Rate-Limit=128k/750k" | radclient -x 10.5.5.xxx:3799 coa xoxoxox
Sending CoA-Request of id 177 to 10.5.5.xxx port 3799
Framed-IP-Address = 192.168.101.5
Mikrotik-Rate-Limit = "128k/750k"
rad_recv: CoA-NAK packet from host 10.5.5.xxx port 3799, id=177, length=47
Error-Cause = Session-Context-Not-Found
NAS-Identifier = "router_ccr"
NAS-IP-Address = 10.5.5.xxx
What's wrong ?
milekz:
Hi, I have CCR MT 6.35rc33
users have ip and rate limit from radius
I need to change rate limit speed
I try:
echo “Framed-IP-Address=192.168.101.5,Mikrotik-Rate-Limit=128k/750k” | radclient -x 10.5.5.xxx:3799 coa xoxoxox
Sending CoA-Request of id 177 to 10.5.5.xxx port 3799
Framed-IP-Address = 192.168.101.5
Mikrotik-Rate-Limit = “128k/750k”
rad_recv: CoA-NAK packet from host 10.5.5.xxx port 3799, id=177, length=47
Error-Cause = Session-Context-Not-Found
NAS-Identifier = “router_ccr”
NAS-IP-Address = 10.5.5.xxx
What’s wrong ?
Dont know if it will help you now, but it may help someone in future
your CoA request is missing user-name attribute
echo “user-name=<user_name>,Framed-IP-Address=192.168.101.5,Mikrotik-Rate-Limit=128k/750k” | radclient -x 10.5.5.xxx:3799 coa xoxoxox