Ok, so I'm sure we're all familiar with standard aaa configs on Catalyst switches:
aaa new-model
aaa authentication login default group radius enable
aaa authorization exec default group radius if-authenticated
I want to do the same thing on my ASAs, but I can't seem to find anything that does the same thing as
aaa authorization exec default group radius if-authenticated
I have privilege levels implemented on the Cats and am beginning a similar implementation on the ASAs, but just am not having much luck...and the documentation I'm finding really sucks.
Any direction would be appreciated....