Creating Feature Groups - Cisco Nexus 9000 Series Configuration Manual

Nx-os security configuration guide, release 9.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring User Accounts and RBAC

Creating Feature Groups

You can create custom feature groups to add to the default list of features provided by the Cisco NX-OS
software. These groups contain one or more of the features. You can create up to 64 feature groups.
Note
You cannot change the default feature group L3.
Before you begin
If you want to distribute the user role configuration, enable user role configuration distribution on all Cisco
NX-OS devices to which you want the configuration distributed.
SUMMARY STEPS
1. configure terminal
2. role feature-group name group-name
3. feature feature-name
4. exit
5. (Optional) show role feature-group
6. (Optional) show role {pending | pending-diff}
7. (Optional) role commit
8. (Optional) copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
role feature-group name group-name
Example:
switch(config)# role feature-group name GroupA
switch(config-role-featuregrp)#
Step 3
feature feature-name
Example:
switch(config-role-featuregrp)# feature radius
Step 4
exit
Example:
switch(config-role-featuregrp)# exit
switch(config)#
Purpose
Enters global configuration mode.
Specifies a user role feature group and enters role feature
group configuration mode.
The group-name argument is a case-sensitive, alphanumeric
character string with a maximum length of 32 characters.
Specifies a feature for the feature group.
Repeat this command for as many features as needed.
Note
Use the show role component command to
display a list of features.
Exits role feature group configuration mode.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
Creating Feature Groups
165

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents