cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1140
Views
0
Helpful
1
Replies

ACS 3.3 Config Command Authorization

bpotschien
Level 1
Level 1

Hi,

I want to allow an user only to add/remove routes on a router. The shell command authorization works fine. But when the user is in config mode, he can start any command!

The debug says:

1w2d: AAA/AUTHOR: config command authorization not enabled

How can I enable this and how/where can I configure it on the ACS?

Thanks in advance

1 Accepted Solution

Accepted Solutions

gfullage
Cisco Employee
Cisco Employee

On ACs just allow the user to enter the "route" command like you have any other shell command they're allowed to do.

On the router/NAS, you have to tell it specifically that you want authorization for config commands with the following:

aaa authorization config-commands

Note that the format of this command changes slightly on different IOS versions, but if you do "aaa authorization ?" you'll be able to figure it out.

View solution in original post

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

On ACs just allow the user to enter the "route" command like you have any other shell command they're allowed to do.

On the router/NAS, you have to tell it specifically that you want authorization for config commands with the following:

aaa authorization config-commands

Note that the format of this command changes slightly on different IOS versions, but if you do "aaa authorization ?" you'll be able to figure it out.