You could try to do setup the following commands on the router:
aaa authentication login default local
aaa accounting network default start-stop radius
:
radius-server host auth-port 0 acct-port 1646
This basically says, don't send authentications to the radius server but send
the accounting records (for network connections) to the server via port 1646.