Hi All,
I have successfully used the Rest-API on some ASR routers with local auth:
aaa authentication onep default local
aaa authorization onep default local
Now I'd like to change to use Radius:
aaa authentication login default group LOGON_AUTH local
aaa authentication onep default group LOGON_AUTH local
aaa authorization exec default group LOGON_AUTH local
aaa authorization onep default group LOGON_AUTH local
all successful for ssh, but not for API.
Does anybody know if the API should be able to use Radius?
Thanks,
Brian