|
Firewall Privilege Levels
Feb 06,2010 00:00
by
alperen
Firewall Privilege LevelsUse the configuration mode privilege command to set user-defined privilege levels for specified PIX Firewall commands. This command is modeled after the Cisco IOS privilege command feature. The structure of this command makes it easy to set different privilege levels for related configuration, show, and clear commands. When both commands and users have privilege levels set, the two can be compared to determine if the user can execute a specific command. If the user’s privilege level is lower than the command’s privilege level, the user is prevented from using the command. Use the no form of the command to remove the privilege declaration. The syntax is
Any aaa authentication and aaa authorization commands must be updated to include any new privilege levels before they can be used with the AAA server configuration. Use the show curpriv command to display the current privilege level for a user and show privilege [all | command command | level level] to display the privileges for a command or set of commands. The following output shows creating a user admin7 assigned to privilege level 7, and then a series of show commands available to privilege level 7. Pix(config)# username admin7 password cisCo7 privilege 7 The following output shows the results of logging in as admin7, the show curpriv command showing the privilege level, and an attempt to run two commands not defined for privilege level 7. P_UNPR indicates user (unprivileged) level, P_PRIV indicates that the enable command has been issued. Pix# exit Configuring Cisco Secure ACS for WindowsUnderstanding the process of configuring Cisco Secure ACS for Windows is an exam objective, and this topic was covered in Chapters 4 and 8. Review that material, and, if possible, get a little hands-on experience configuring an ACS server. |