Penguin
Blame: snmpgetnext(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of snmpgetnext(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SNMPGETNEXT
2 !!!SNMPGETNEXT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
11 snmpgetnext - communicates with a network entity using SNMP GET NEXT Requests.
12 !!SYNOPSIS
13
14
15 snmpgetnext [[ common arguments ] objectID
16 [[objectID]...
17 !!DESCRIPTION
18
19
20 Snmpget is an SNMP application that uses the GET NEXT
21 Request to query for information on a network entity. One or
22 more object identifiers may be given as arguments on the
23 command line. Each variable name is given in the format
24 specified in variables(5). For each one, the variable
25 that is lexicographicly
26 ''
27
28
29 For example
30
31
32 ''snmpgetnext zeus public
33 interfaces.ifTable.ifEntry.ifType.1''
34
35
36 will retrieve the variable
37 interfaces.ifTable.ifEntry.ifType.2:
38
39
40 ''interfaces.ifTable.ifEntry.ifType.2 =
41 softwareLoopback(24)''
42
43
44 If the network entity has an error processing the request
45 packet, an error message will be shown, helping to pinpoint
46 in what way the request was malformed.
47 !!SEE ALSO
48
49
50 snmpcmd(1), variables(5).
51 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.