User Guide

OmniAccess SafeGuard OS Administration Guide
293
Chapter 6: Configuring Authentication and Role Derivation
Showing Rule Map Usage
To display the activity level of one or more rule maps, use the show aaa rule-maps
application command in Privileged Exec mode:
show aaa rule-maps application {mapname}
The following example is representative of the command output:
(SafeGuardOS) # show aaa rule-maps application
Precedence Rule Map Name Hit Count Hit Failures
---------- ------------- --------- ------------
9 greyListExample 109 0
12 whiteListExample 112 0
The fields in the output represent:
Showing a Rule Map Configuration
To display the configuration of one or more rule maps, use the show aaa rule-maps
configuration command in Privileged Exec mode:
show aaa rule-maps configuration {mapname}
Syntax Description mapname (Optional) Displays the usage for the specified
rule-map. If you do not specify a rule map
name, all configured rule maps are displayed.
Field Description
Precedence The precedence order for the rule map. Valid values are
1 through 65535, with 1 being the highest precedence
value.
Rule Map Name The name of the rule map.
Hit Count The number of times a rule-map’s condition have
matched causing the role to be assigned.
Hit Failures The number of times a match was made, but the role
couldn’t be assigned.
Syntax Description mapname (Optional) Displays the configuration for the
specified rule-map. If you do not specify a rule
map name, all configured rule maps are
displayed.