Penguin
Blame: snmpbulkget(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of snmpbulkget(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SNMPBULKGET
2 !!!SNMPBULKGET
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 NOTE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 snmpbulkget - communicates with a network entity using SNMP BULK Requests.
13 !!SYNOPSIS
14
15
16 snmpbulkget [[common arguments] [[objectID]...
17 !!DESCRIPTION
18
19
20 In addition to the common arguments, ''snmpbulkget''
21 takes one specific argument
22
23
24 -B
25
26
27 where ''nonrep'' specifies the number of input variables
28 that should not repeat, and ''rep'' is the maximum number
29 of repetitions of the rest of the variables. The default is
30 ''-B 0 100''.
31
32
33 For example
34
35
36 ''snmpbulkwalk -v 2c -B 1 10 zeus public system
37 interfaces''
38
39
40 will retrieve the variable system.sysDescr.0 (which is the
41 lexicographically next object to system) and the first 10
42 objects of the interfaces group.
43
44
45 ''system.sysDescr.0'' =
46 ''
47 interfaces.ifNumber.0'' = 2''
48 interfaces.ifTable.ifEntry.ifIndex.1'' = 1''
49 interfaces.ifTable.ifEntry.ifIndex.2'' = 2''
50 interfaces.ifTable.ifEntry.ifDescr.1'' =
51 ''
52 et cetera.
53
54
55 If the network entity has an error processing the request
56 packet, an error packet will be returned and a message will
57 be shown, helping to pinpoint why the request was
58 malformed.
59 !!NOTE
60
61
62 As the name implies, snmpbulkget utilizes the SNMP GETBULK
63 message, which is not available in SNMP v1.
64 !!SEE ALSO
65
66
67 snmpcmd(1), variables(5).
68 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.