100
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter       F Commands
feature (user role feature group)
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
Command Default None
Command Modes User role feature group configuration mode
Command History
Usage Guidelines Use the show role feature command to list the valid feature names to use in this command.
Examples This example shows how to add features to a user role feature group: 
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 a user role feature group: 
switch(config)# role feature-group name MyGroup 
switch(config-role-featuregrp)# no feature callhome 
Related Commands
feature-name Switch feature name as listed in the show role feature command output.
Release Modification
5.2(1)N1(1) This command was introduced. 
Command Description
role feature-group 
name
Creates or configures a user role feature group.
show role 
feature-group
Displays the user role feature groups.