Disabling access groups for alerts using the CLI

Prev Next

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

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

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  3. Disable the access group for YARA rules feature:

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

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

    hostname (config) # write memory

Example

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

hostname (config) # no aaa authorization access-groups area yara_rules enable
hostname (config) # show aaa authorization access-groups
AAA Access-groups enabled for : none

 No Access groups configured.