feature (user role feature group)
To configure a feature in a user role feature group, use the feature command. To delete a feature in a user
role feature group, use the no form of this command.
feature feature-name
no feature feature-name
Syntax Description
Cisco NX-OS feature name as listed in the show role
feature command output.
feature-name
Command Default
None
Command Modes
User role feature group configuration
Command History
ModificationRelease
This command was introduced.4.0(1)
Usage Guidelines
Use the show role feature command to list the valid feature names to use in this command.
This command does not require a license.
Examples
This example shows add features to a user role feature group:
switch# configure terminal
switch(config)# role feature-group name SecGroup
switch(config-role-featuregrp)# feature aaa
switch(config-role-featuregrp)# feature radius
switch(config-role-featuregrp)# feature tacacs
This example shows how to remove a feature from user role feature group:
switch# configure terminal
switch(config)# role feature-group name MyGroup
switch(config-role-featuregrp)# no feature callhome
Related Commands
DescriptionCommand
Displays the user role feature groups.show role feature-group
Cisco Nexus 7000 Series Security Command Reference
316
F Commands
feature (user role feature group)