Cisco ASA 5505 User Manual

Page 765

Advertising
background image

37-25

Cisco ASA 5500 Series Configuration Guide using the CLI

Chapter 37 Configuring Management Access

Configuring AAA for System Administrators

Examples

The filter command has the following forms:

filter (represented by the configure option)

show running-config filter

clear configure filter

You can set the privilege level separately for each form, or set the same privilege level for all forms by
omitting this option. The following example shows how to set each form separately:

hostname(config)# privilege show level 5 command filter

hostname(config)# privilege clear level 10 command filter

hostname(config)# privilege cmd level 10 command filter

Alternatively, the following example shows how to set all filter commands to the same level:

hostname(config)# privilege level 5 command filter

The show privilege command separates the forms in the display.

The following example shows the use of the mode keyword. The enable command must be entered from
user EXEC mode, while the enable password command, which is accessible in configuration mode,
requires the highest privilege level:

hostname(config)# privilege cmd level 0 mode enable command enable

hostname(config)# privilege cmd level 15 mode cmd command enable

hostname(config)# privilege show level 15 mode cmd command enable

The following example shows an additional command, the configure command, which uses the mode
keyword:

hostname(config)# privilege show level 5 mode cmd command configure

hostname(config)# privilege clear level 15 mode cmd command configure

hostname(config)# privilege cmd level 15 mode cmd command configure

hostname(config)# privilege cmd level 15 mode enable command configure

Note

This last line is for the configure terminal command.

Step 3

aaa authorization command LOCAL

Example:

hostname(config)# aaa authorization

command LOCAL

Enables the use of local command privilege levels, which can be
checked with the privilege level of users in the local database,
RADIUS server, or LDAP server (with mapped attributes).

When you set command privilege levels, command authorization
does not occur unless you configure command authorization with
this command.

Command

Purpose

Advertising