The following commands are used to configure authentication, authorization and accounting (AAA):
| Command | Description |
|---|---|
aaa new-model |
Enables AAA |
radius-server host {ip-address | hostname} [auth-port port-number] [acct-port port-number] [timeout seconds] [retransmit retries] [key string] |
Configures the RADIUS server |
radius-server key {0 string | 7 string | string} |
Sets the RADIUS key |
aaa authentication login {default | list-name} method1 |
Configures AAA authentication |
aaa authorization {network | exec | commands level | reverse-access | configuration} {default | list-name} method1 |
Configures AAA authorization |
aaa accounting {system | network | exec | connection | commands level} {default | list-name} {start-stop | stop-only | none} [method1] |
Configures AAA accounting |