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 |
Remove an access group. | Use the |
Remove a description from an access group. | Use the |
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-alertscm-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 descriptioncm-05 (config) # show aaa authorization access-groups group nx-alerts
AAA Authorization Access-groups Rules : Enabled
--------------------------------------------------
# Group: nx-alerts
--------------------------------------------------
...