|
Lines 151-157
Link Here
|
| 151 |
The context name. Default is "" (empty). |
151 |
The context name. Default is "" (empty). |
| 152 |
.It Cm context-engine=engine-id |
152 |
.It Cm context-engine=engine-id |
| 153 |
The SNMP Engine ID of the context to query with SNMPv3 PDUs, represented as |
153 |
The SNMP Engine ID of the context to query with SNMPv3 PDUs, represented as |
| 154 |
binary octet string. By default, this is set to the Engine ID of the SNMP agent. |
154 |
binary octet string. |
|
|
155 |
By default, this is set to the Engine ID of the SNMP agent. |
| 155 |
.El |
156 |
.El |
| 156 |
.It Fl D |
157 |
.It Fl D |
| 157 |
Perform SNMP USM Engine Discovery, rather than sending a request for the value |
158 |
Perform SNMP USM Engine Discovery, rather than sending a request for the value |
|
Lines 211-218
Link Here
|
| 211 |
will be searched. |
212 |
will be searched. |
| 212 |
.It Fl K |
213 |
.It Fl K |
| 213 |
Calculate and display the localized authentication and privacy keys |
214 |
Calculate and display the localized authentication and privacy keys |
| 214 |
corresponding to a plain text password. The password is obtain via the |
215 |
corresponding to a plain text password. |
| 215 |
environment. Additionally, if one or more OIDs are specified, the calculated |
216 |
The password is obtained via the environment. |
|
|
217 |
Additionally, if one or more OIDs are specified, the calculated |
| 216 |
keys are used when processing the SNMPv3 requests. |
218 |
keys are used when processing the SNMPv3 requests. |
| 217 |
.It Fl l Ar filename |
219 |
.It Fl l Ar filename |
| 218 |
The path of the posix local (unix domain) socket if local |
220 |
The path of the posix local (unix domain) socket if local |
|
Lines 317-328
Link Here
|
| 317 |
If any of the above is not specified, SNMP USM Engine Discovery is attempted. |
319 |
If any of the above is not specified, SNMP USM Engine Discovery is attempted. |
| 318 |
This is also the default behavior. |
320 |
This is also the default behavior. |
| 319 |
.It Cm name=username |
321 |
.It Cm name=username |
| 320 |
The USM user name to include in the SNMPv3 PDUs. By default, the user name is |
322 |
The USM user name to include in the SNMPv3 PDUs. |
| 321 |
obtain via the environment |
323 |
By default, the user name is obtained via the environment. |
| 322 |
.El |
324 |
.El |
| 323 |
.It Fl v Ar version |
325 |
.It Fl v Ar version |
| 324 |
The SNMP protocol version to use when sending requests. SNMP versions 1, 2 and |
326 |
The SNMP protocol version to use when sending requests. |
| 325 |
3 are supported. |
327 |
SNMP versions 1, 2 and 3 are supported. |
| 326 |
If no version option is provided |
328 |
If no version option is provided |
| 327 |
.Nm bsnmpget , |
329 |
.Nm bsnmpget , |
| 328 |
.Nm bsnmpwalk |
330 |
.Nm bsnmpwalk |
|
Lines 417-424
Link Here
|
| 417 |
Specifies a default SNMP USM user name. |
419 |
Specifies a default SNMP USM user name. |
| 418 |
.It Ev SNMPPASSWD |
420 |
.It Ev SNMPPASSWD |
| 419 |
Specifies the SNMP USM plain text password to use when calculating localized |
421 |
Specifies the SNMP USM plain text password to use when calculating localized |
| 420 |
authentication and privacy keys. If this variable exists in the environment, |
422 |
authentication and privacy keys. |
| 421 |
SMNPv3 is the default version to use for outgoing requests. |
423 |
If this variable exists in the environment, SMNPv3 is the |
|
|
424 |
default version to use for outgoing requests. |
| 422 |
.El |
425 |
.El |
| 423 |
.Sh SEE ALSO |
426 |
.Sh SEE ALSO |
| 424 |
.Xr gensnmpdef 1 |
427 |
.Xr gensnmpdef 1 |