User Guide

OmniAccess SafeGuard OS Administration Guide
248
Chapter 6: Configuring Authentication and Role Derivation
The apply command for the DHCP install scenario is:
(SafeGuardOS) (config) # aaa extended white-list apply WHinstall precedence 100
(SafeGuardOS) (config) #
Removing an Extended White List Entry
Before removing the extended white list entry, remove the apply for the white-list using
the following command in Global Configuration mode:
no aaa extended white-list apply whitelist_name
The command has no options or parameters.
Next, remove the configured extended white list using the no version of the aaa extended
white-list command.
no aaa extended white-list whitelist_name
In this example, we are removing the extended white-list called “WHinstall”.
(SafeGuardOS) (config) # no aaa extended white-list apply WHinstall
(SafeGuardOS) (config) # no aaa extended white-list specialUsers
(SafeGuardOS) (config) #
Displaying Extended White List Information
There are Privileged Exec show commands to display attribute rules and extended white
list configurations:
Syntax Description whitelist_name White list name in character string
format.
Syntax Description whitelist-name White list name in character string
format.
Command Use
show aaa attribute-rules Displays configuration information for an
attribute rule or for all attribute rules.
show aaa extended white-list
application
Displays statistics and precedence information
for one of more of the white lists.
show aaa extended white-list
configuration
Displays the current configuration of one or
more extended white lists.