sunos man page for snmpgetnext

Query: snmpgetnext

OS: sunos

Section: 1m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

snmpgetnext(1M) 					  System Administration Commands					   snmpgetnext(1M)

NAME
snmpgetnext - communicate with a network entity using SNMP GETNEXT requests
SYNOPSIS
snmpgetnext [-Cf] [common options] oid [oid...]
DESCRIPTION
The snmpgetnext utility is an SNMP application that uses the SNMP GETNEXT request to query for information on a network entity. You can specify one or more object identifiers (OIDs) as arguments on the command line. Each variable name must be specified in the format speci- fied in snmp_variables(4) . For each variable, the one that is lexicographically "next" in the remote entity's MIB is returned. For example, the command: # snmpgetnext -c public zeus interfaces.ifTable.ifEntry.ifType.1 retrieves the variable interfaces.ifTable.ifEntry.ifType.2: interfaces.ifTable.ifEntry.ifType.2 = softwareLoopback(24) If the network entity has an error processing the request packet, an error packet is returned and a message displayed. The message indi- cates the way in which the request was malformed.
OPTIONS
The following options are supported: -Cf If -Cf is not specified, some applications (including snmpget(1M) and snmpgetnext) attempt to fix errors returned by the agent that you were talking to and resend the request. The -Cf option suppresses this fix-and-resend feature. Fix-and-resend is useful if you specified a nonexistent OID in your request and you are using SNMPv1, which requires "all or nothing" types of requests. In addition to this option, snmpgetnext takes the common options described in the snmpcmd(1M) manual page.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmcmd | +-----------------------------+-----------------------------+ |Interface Stability |External | +-----------------------------+-----------------------------+
EXIT STATUS
0 Successful completion. 1 A usage syntax error. A usage message is displayed. Also used for timeout errors. 2 An error occurred while executing the command. An error message is displayed.
SEE ALSO
snmpcmd(1M), snmpget(1M), snmp_variables(4), attributes(5) SunOS 5.10 20 Jan 2004 snmpgetnext(1M)
Related Man Pages
snmpwalk(1m) - sunos
snmpget(1) - debian
snmpget(1) - suse
snmpget(1) - x11r4
snmpget(1) - minix
Similar Topics in the Unix Linux Community
perl Help