Use the commands in this topic to enable the use of access groups for alerts.
To enable access groups for alerts:
Log in to the Central Management System appliance.
Go to CLI configuration mode:
cm-hostname > enable cm-hostname # configure terminal
Enable the access group for alerts feature:
cm-hostname (config) # aaa authorization access-groups area alerts enable [force]
where
forcesuppresses the prompt to confirm your action.If prompted to confirm your action, enter
YES.Verify your change:
cm-hostname (config) # show aaa authorization access-groupsSave your change:
cm-hostname (config) # write memory
Example
The following example enables access groups for alerts on the cm-05 appliance.
cm-05 (config) # aaa authorization access-groups area alerts enable Type 'YES' to confirm enabling access groups that limit access to certain objects like alerts for non-admin users: YES
cm-05 (config) # show aaa authorization access-groups AAA Access-groups enabled for : alerts ---------------------------------------------- # Group: nx-alerts ---------------------------------------------- # Rule Statements ---------------------------------------------- #1 Not Match Alert Severity: minor ...
Note
For an example of a fully configured access group, see Example: configuring an access groups for alerts.