Penguin
Blame: snmpbulkwalk(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of snmpbulkwalk(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SNMPBULKWALK
2 !!!SNMPBULKWALK
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 NOTE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 snmpbulkwalk - communicates with a network entity using SNMP BULK Requests.
13 !!SYNOPSIS
14
15
16 snmpbulkwalk [[common arguments] [[objectID]
17 !!DESCRIPTION
18
19
20 Snmpbulkwalk is an SNMP application that uses BULK Requests
21 to query for a tree of information about a network
22 entity.
23
24
25 A variable may also be given on the command line. This
26 variable specifies which portion of the object identifier
27 space will be searched using BULK Requests. All variables in
28 the subtree below the given variable are queried as a single
29 request and their values presented to the user. Each
30 variable name is given in the format specified in
31 variables(5).
32
33
34 If the
35
36
37 For example
38
39
40 ''snmpbulkwalk -v 2c zeus public system''
41
42
43 will retrieve all of the variables under
44 system:
45
46
47 ''system.sysDescr.0'' =
48 ''
49 system.sysObjectID.0'' = OID:
50 enterprises.hp.nm.hpsystem.10.1.1''
51 system.sysUpTime.0'' = Timeticks: (155274552) 17 days,
52 23:19:05''
53 system.sysContact.0'' = ''
54 system.sysName.0'' = ''
55 system.sysLocation.0'' = ''
56 system.sysServices.0'' = 72
57
58
59 If the network entity has an error processing the request
60 packet, an error packet will be returned and a message will
61 be shown, helping to pinpoint why the request was
62 malformed.
63
64
65 If the tree search causes attempts to search beyond the end
66 of the MIB, a message will be displayed:
67
68
69 ''End of MIB.''
70 !!NOTE
71
72
73 As the name implies, snmpbulkwalk utilizes the SNMP GETBULK
74 message, which is not available in SNMP v1.
75 !!SEE ALSO
76
77
78 snmpcmd(1), variables(5).
79 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.