User Guide

OmniAccess SafeGuard OS Administration Guide
249
Chapter 6: Configuring Authentication and Role Derivation
Showing Attribute Rules Information
To display information about a single attribute rule or all attribute rules, use the show aaa
attribute-rules configuration command using the following syntax:
show aaa attribute-rules configuration {rule_name}
Specifying the command without a attribute rule name displays all the configured
attribute rules.
The following example is representative of the command output:
(SafeGuardOS) #show aaa attribute-rules configuration installMachine
aaa attribute-rule installMachine
description "DHCP match conditions"
operation and
match system.srcIP contained-by "192.168.0.0 / 24"
match dhcp.classID equals "dlsinstl"
(SafeGuardOS) #
Showing Extended White List Usage
To display the activity level of one or more extended white list entries, use the show aaa
extended white-list application command in Privileged Exec mode:
show aaa extended white-list application {whitelist_name}
The following example is representative of the command output:
(SafeGuardOS) #show aaa extended white-list application whinstall
Precedence White-List Name Hit Count Hit Failure
----------------------------------------------------------------------------
100 WHinstall 3 0
(SafeGuardOS) #
Syntax Description rule-name Displays the description of the attribute rule. If
you do not specify an attribute rule name, all
configured attribute rules are displayed.
Syntax Description whitelist_
name
(Optional) Displays the usage for the specified
white list. If you do not specify a white list
name, all configured white list entries are
displayed.