HP StoreOnce D2D4324 HP StoreOnce Backup System CLI Reference Guide (BB877-909 - Page 102

snmp add user, Upon successful command entry

Page 102 highlights

snmp add user Description of Command Function Creates a new SNMP user. Command Syntax snmp add user USERNAME security-level {noAuthNoPriv|authNoPriv|authPriv} [authorization-algo {MD5|SHA}] [authorization-pwd ] [privacy-algo {DES|AES}] [privacy-pwd ] Command Authority Administrator Command Object Requirements Not applicable - no objects exist within this command. Command Parameter Requirements • USERNAME - This parameter defines the user name to create (in any string format). • security-level - This parameter defines the SNMP version 3 security level assigned to this group: ◦ noAuthNoPriv: no user authorization or privacy encryption performed (default) ◦ authNoPriv: user authorization performed but no privacy encryption ◦ authPriv: user authorization and privacy encryption performed • authorization-algo - This optional parameter specifies the user authentication algorithm used to authorize messages sent or received on behalf of this user (default is MD5). • authentication-password - This optional parameter specifies the user authentication password (default is no password set). Passwords must contain at least eight characters. • privacy-algo - This optional parameter identifies the SNMP version 3 privacy algorithm used to encrypt messages or received on behalf of this user (default is DES). • privacy-password - This optional parameter specifies the privacy password for SNMP version 3 and decryption (default is no password set). Passwords must contain at least eight characters. Requirements for Command Execution The command entry must conform to the command syntax. Successful Command Output Upon successful command entry, the SNMP user "username" is created and added to a group per the security level set for the SNMP agent and the following is displayed: Command Successful, snmp user 'username' added Command Operation during Abnormal Conditions • If any of the command elements (snmp, add, user) are misspelled, the following is displayed: element: command not found • If the command does not conform to the required syntax, the following is displayed: Command Failed - the command does not conform to the required syntax, SYNTAX, where SYNTAX is the command syntax as described under Command Syntax in this section. Example # snmp add user john-snmp security-level noAuthNoPriv authorization-algo SHA authorization-pwd auth798wd privacy-algo AES privacy-pwd priv945wd 102 Alphabetical List of Commands and Details

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196

snmp add user
Description of Command Function
Creates a new SNMP user.
Command Syntax
snmp add user USERNAME security-level {noAuthNoPriv|authNoPriv|authPriv}
[authorization-algo {MD5|SHA}] [authorization-pwd
<authorization-password>] [privacy-algo {DES|AES}] [privacy-pwd
<privacy-password>]
Command Authority
Administrator
Command Object Requirements
Not applicable – no objects exist within this command.
Command Parameter Requirements
USERNAME
– This parameter defines the user name to create (in any string format).
security-level
– This parameter defines the SNMP version 3 security level assigned to this group:
noAuthNoPriv: no user authorization or privacy encryption performed (default)
authNoPriv: user authorization performed but no privacy encryption
authPriv: user authorization and privacy encryption performed
authorization-algo
– This optional parameter specifies the user authentication algorithm used
to authorize messages sent or received on behalf of this user (default is MD5).
authentication-password
– This optional parameter specifies the user authentication password
(default is no password set). Passwords must contain at least eight characters.
privacy-algo
– This optional parameter identifies the SNMP version 3 privacy algorithm used
to encrypt messages or received on behalf of this user (default is DES).
privacy-password
– This optional parameter specifies the privacy password for SNMP version
3 and decryption (default is no password set). Passwords must contain at least eight characters.
Requirements for Command Execution
The command entry must conform to the command syntax.
Successful Command Output
Upon successful command entry, the SNMP user “username” is created and added to a group per
the security level set for the SNMP agent and the following is displayed:
Command Successful, snmp user
username
added
Command Operation during Abnormal Conditions
If any of the command elements (
snmp
,
add
,
user
) are misspelled, the following is displayed:
element: command not found
If the command does not conform to the required syntax, the following is displayed:
Command Failed - the command does not conform to the required syntax,
SYNTAX
, where SYNTAX is the command syntax as described under Command Syntax in this
section.
Example
# snmp add user john-snmp security-level noAuthNoPriv authorization-algo
SHA authorization-pwd auth798wd privacy-algo AES privacy-pwd priv945wd
102
Alphabetical List of Commands and Details