Cisco Nexus 5000 Series Switch CLI Software Configuration Guide, NX-OS 4.0(1a)N1 (OL-16597-01, January 2009)

Send feedback to nx5000-docfeedback@cisco.com
22-9
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01
Chapter 22 Configuring User Accounts and RBAC
Verifying User Accounts and RBAC Configuration
Verifying User Accounts and RBAC Configuration
To display user account and RBAC configuration information, perform one of the following tasks:
Example User Accounts and RBAC Configuration
The following example shows how to configure a user role:
role name UserA
rule 3 permit read feature l2nac
rule 2 permit read feature dot1x
rule 1 deny command clear *
The following example shows how to configure a user role feature group:
role feature-group name Security-features
feature radius
feature tacacs
feature aaa
feature acl
feature access-list
Step 7
switch(config-role)# show role
(Optional) Displays the role configuration.
Step 8
switch(config-role)# copy running-config
startup-config
(Optional) Copies the running configuration to the
startup configuration.
Command Purpose
Command Purpose
show role Displays the user role configuration
show role feature Displays the feature list.
show role feature-group Displays the feature group configuration.
show startup-config security Displays the user account configuration in the startup
configuration.
show running-config security [all] Displays the user account configuration in the running
configuration. The all keyword displays the default
values for the user accounts.
show user-account Displays user account information.