This command displays and configures user accounts, also called user profiles, of the primary management module.
Function | What it does | Command | Valid targets |
---|---|---|---|
Display all user profiles | Displays all 12 management-module user profiles. Returned
values are:
|
users |
where x is the primary management-module bay number. |
Display single user profile | Displays the specified management-module user profile.
Returned values are:
|
users -
user_number
where user_number is a number from 1 to 12 that corresponds to the user number assigned in the "Display all user profiles" list. |
where x is the primary management-module bay number. |
Delete user profile | Delete the specified management-module user profile. |
users
-
user_number
-clear
where user_number is a number from 1 to 12 that corresponds to the user number assigned in the "Display all user profiles" list. It is possible to delete an empty user profile. Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Create user profile |
Create the specified management-module user profile. All fields must be specified when creating a user profile for the BladeCenter T management module. For management modules other than those installed in a BladeCenter T unit, only the following user-profile fields are required:
|
users
-
user_number
-n
user_name
-p
user_password
-a
user_authority
-cn
context_name
-ap
auth_protocol
-pp
privacy_protocol
-ppw
privacy_pwd
-at
access_type
-i
ip_addr/hostname
where:
|
where x is the primary management-module bay number. |
Create user profile (continued) |
Command use restricted (see Commands and user authority). |
||
Set user name | Sets a user name in the specified management-module user profile. |
users
-
user_number
-n
user_name
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set user password | Sets a user password in the specified management-module user profile. |
users
-
user_number
-p
user_password
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set user authority level |
Sets a user authority level in the specified management-module user profile. |
users
-
user_number
-a
user_authority
where:
The custom authority level parameter is specified using the following syntax:
where
the levels are one or more of the following authority levels, separated
by a vertical bar ( | ):
|
where x is the primary management-module bay number. |
Set user authority level (continued) |
where the devices are one or more of the following
devices, separated by a vertical bar ( | ). Ranges of devices are separated
by a dash ( - ).
Command use restricted (see Commands and user authority). |
||
Set SNMPv3 user context name | Sets an SNMPv3 context name in the specified management-module
user profile. The context name defines the context the SNMPv3 user is working in. A context name can be shared by multiple users. |
users
-
user_number
-cn
context_name
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set SNMPv3 user authentication protocol | Sets the SNMPv3 authentication protocol to be used for the specified management-module user profile. |
users
-
user_number
-ap
auth_protocol
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set SNMPv3 user privacy protocol | Sets the SNMPv3 privacy protocol to be used for the specified
management-module user profile. If the privacy protocol is set to none, no -ppw command option (privacy password) is required. |
users
-
user_number
-pp
privacy_protocol
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set privacy password for SNMPv3 user | Sets an SNMPv3 privacy password in the specified management-module user profile. |
users
-
user_number
-ppw
privacy_pwd
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set access type for SNMPv3 user | Sets an SNMPv3 access type for the specified management-module
user profile. This command supports the following access types:
|
users
-
user_number
-at
access_type
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
Set IP address or hostname for SNMPv3 trap receiver | Sets the IP address or hostname that will receive SNMPv3 traps for the specified management-module user profile. |
users
-
user_number
-i
ip_addr/hostname
where:
Command use restricted (see Commands and user authority). |
where x is the primary management-module bay number. |
users -3 -n user3 -p passw0rd -a rbs:super:c1|b1-b14|s1-s4 -cn joe -ap md5 -pp des
-ppw passw0rd -at read -I 192.168.70.129
users -4 -rbs:bo|clm:b1-b3|c1
users
The following example shows the information that is returned from these two commands:
system:mm[1]> users -3 -n user3 -p passw0rd -a rbs:super:c1|b1-b14|s1-s4
-cn joe -ap md5 -pp des -ppw passw0rd -at read -I 192.168.70.129
OK
system:mm[1]> users -4 -rbs:bo|clm:b1-b3|c1
OK
system:mm[1]> users
1. USERID
Role:supervisor
Blades:1|2|3|4|5|6|7|8|9|10|11|12|13|14
Chassis:1
Switches:1|2|3|4
2. <not used>
3. user3
Role:supervisor
Blades:1|2|3|4|5|6|7|8|9|10|11|12|13|14
Chassis:1
Switches:1|2|3|4
4. user4
Role:blade operator|chassis log management
Blades:1|2|3
Chassis:1
Switches:N/A
5. <not used>
6. <not used>
7. <not used>
8. <not used>
9. <not used>
10. <not used>
11. <not used>
12. <not used>
system:mm[1]>