3Com 8760 User Guide - Page 154

snmp-server targets, Example, Syntax, version, udp-port, notification-type, no snmp-server, targets

Page 154 highlights

CHAPTER 5: COMMAND LINE INTERFACE - group-name - The name of the SNMP group to which the user is assigned (32 characters maximum). There are three pre-defined groups: RO, RWAuth, or RWPriv. - auth-proto - The authentication type used for user authentication: md5 or none. - auth-passphrase - The user password required when authentication is used (8 - 32 characters). - priv-proto - The encryption type used for SNMP data encryption: des or none. - priv-passphrase - The user password required when data encryption is used (8 - 32 characters). • Users must be assigned to groups that have the same security levels. If a user who has "AuthPriv" security (uses authentication and encryption) is assigned to a read-only (RO) group, the user will not be able to access the database. An AuthPriv user must be assigned to the RWPriv group with the AuthPriv security level. • To configure a user for the RWAuth group, you must include the auth-proto and auth-passphrase keywords. • To configure a user for the RWPriv group, you must include the auth-proto, auth-passphrase, priv-proto, and priv-passphrase keywords. Example Enterprise AP(config)#snmp-server user User Name :chris Group Name :RWPriv Authtype(md5,none):md5 Passphrase:a good secret Privacy(des,none) :des Passphrase:a very good secret Enterprise AP(config)# snmp-server targets This command configures SNMP v3 notification targets. Use the no form to delete an SNMP v3 target. Syntax snmp-server targets [version {3}] [udp-port {port-number}] [notification-type {TRAP}] no snmp-server targets • target-id - A user-defined name that identifies a receiver of SNMP notifications. (Maximum length: 32 characters) 5-52

  • 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
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261

5-52
C
HAPTER
5: C
OMMAND
L
INE
I
NTERFACE
-
group-name
- The name of the SNMP group to which the user is
assigned (32 characters maximum). There are three pre-defined groups:
RO, RWAuth, or RWPriv.
-
auth-proto
- The authentication type used for user authentication: md5
or none.
-a
uth-passphrase
- The user password required when authentication is
used (8 – 32 characters).
-
priv-proto
- The encryption type used for SNMP data encryption: des or
none.
-
priv-passphrase
- The user password required when data encryption is
used (8 – 32 characters).
• Users must be assigned to groups that have the same security levels. If a
user who has “AuthPriv” security (uses authentication and encryption) is
assigned to a read-only (RO) group, the user will not be able to access the
database. An AuthPriv user must be assigned to the RWPriv group with the
AuthPriv security level.
• To configure a user for the RWAuth group, you must include the
auth-proto
and
auth-passphrase
keywords.
• To configure a user for the RWPriv group, you must include the
auth-proto, auth-passphrase, priv-proto,
and
priv-passphrase
keywords.
Example
snmp-server targets
This command configures SNMP v3 notification targets. Use the
no
form to
delete an SNMP v3 target.
Syntax
snmp-server targets
<
target-id
> <
ip-addr
> <
sec-name
>
[
version
{
3
}] [
udp-port
{
port-number
}] [
notification-type
{
TRAP
}]
no snmp-server
targets
<
target-id
>
target-id
- A user-defined name that identifies a receiver of SNMP
notifications. (Maximum length: 32 characters)
Enterprise AP(config)#snmp-server user
User Name<1-32> :chris
Group Name<1-32> :RWPriv
Authtype(md5,<cr>none):md5
Passphrase<8-32>:a good secret
Privacy(des,<cr>none) :des
Passphrase<8-32>:a very good secret
Enterprise AP(config)#