Modifying and deleting access groups

Prev Next

The following table describes the tasks you can perform to modify and delete access groups. The sections that follow provide examples of each task.

Task

Procedure

Add a description to an access group.

Use the aaa authorization access-groups group <group name> description <description> command. Enclose the description in double quotation marks if the description includes multiple words.

Remove an access group.

Use the no aaa authorization acccess-group group <group name> command.

Remove a description from an access group.

Use the no aaa authorization access-groups group <group name> description command.

Prerequisites
  • Admin access to the Central Management System appliance

Examples

The following examples illustrate the tasks described in the previous table.

Adding a description to an access group

The following example adds a description to the nx-alerts access group.

cm-05 (config) # aaa authorization access-groups group nx-alerts description "NX2500 alerts"
cm-05 (config) # show aaa authorization access-groups group nx-alerts

 AAA Authorization Access-groups Rules : Enabled
-------------------------------------------------
# Group: nx-alerts     Description: NX2500 alerts
--------------------------------------------------
...
Removing an access group

The following example deletes the ex-alerts access group.

cm-01 (config) # no aaa authorization access-groups group ex-alerts
cm-01 (config) # show aaa authoriztion access-groups group ex-alerts

 AAA Authorization Access-groups Rules : Enabled

 Unknown Access-group: ex-alerts
Removing a description from an access group

The following example removes the description that was added in Adding a description to an access group.

cm-05 (config) # no aaa authorization access-groups group nx-alerts description
cm-05 (config) # show aaa authorization access-groups group nx-alerts 

 AAA Authorization Access-groups Rules : Enabled
--------------------------------------------------
# Group: nx-alerts
--------------------------------------------------
...