Disabling access groups for alerts using the CLI

Prev Next

Use the commands in this topic to disable the use of access groups for alerts.

To disable access groups for alerts:
  1. Log in to the Central Management System appliance.

  2. Go to CLI configuration mode:

    cm-hostname > enable
    cm-hostname # configure terminal
  3. Disable the access group for alerts feature:

    cm-hostname (config) # no aaa authorization access-groups area alerts enable
  4. Verify your change:

    cm-hostname (config) # show aaa authorization access-groups
  5. Save your change:

    cm-hostname (config) # write memory

Example

The following example disables access groups for alerts on the cm-05 appliance. The nx-alerts access group is not removed, but has no effect unless access groups for alerts are re-enabled.

cm-05 (config) # no aaa authorization access-groups area alerts enable
cm-05 (config) # show aaa authorization access-groups
AAA Access-groups enabled for : none

----------------------------------------------
# Group: nx-alerts   
----------------------------------------------
# Rule           Statements
----------------------------------------------
#1               Not Match Alert Severity: minor
...