Query: snmpbulkget
OS: sunos
Section: 1m
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
snmpbulkget(1M) System Administration Commands snmpbulkget(1M)NAMEsnmpbulkget - communicate with a network entity using SNMP GETBULK requestsSYNOPSISsnmpbulkget [application options] [common options] oid [oid...]DESCRIPTIONThe snmpbulkget utility is an SNMP application that uses the SNMP GETBULK operation to send information to a network manager. You can spec- ify one or more object identifiers (OIDs) on the command line. Each variable name must be entered in the format specified in snmp_vari- ables(4). If the network entity has an error processing the request packet, an error packet is returned and a message displayed, indicating the way in which the request was malformed.OPTIONSThe following options are supported: -Cnnum Set the non-repeaters field in the GETBULK PDU. This specifies the number of supplied variables that should not be iterated over. The default is 0. -Crnum Set the max-repetitions field in the GETBULK PDU. This specifies the maximum number of iterations over the repeating variables. The default is 10. In addition to this option, snmpbulkget takes the common options described in the snmpcmd(1M) manual page.EXAMPLESExample 1: Retrieving Multiple Objects The following snmpbulkget command retrieves the variable system.sysDescr.0 (which is the lexicographically next object to system) and the first five objects in the ifTable: # snmpbulkget -v2c -Cn1 -Cr5 -Os -c public zeus system ifTable This command produces output such as the following: sysDescr.0 = STRING: "SunOS zeus.net.cmu.edu 4.1.3_U1 1 sun4m" ifIndex.1 = INTEGER: 1 ifIndex.2 = INTEGER: 2 ifDescr.1 = STRING: "lo0" [...]ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsmcmd | +-----------------------------+-----------------------------+ |Interface Stability |External | +-----------------------------+-----------------------------+EXIT STATUS0 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 ALSOsnmpcmd(1M), snmp_variables(4), attributes(5) RFC 1905NOTESAs the name implies, snmpbulkget uses the SNMP GETBULK message, which is not available in SNMPv1. SunOS 5.10 20 Jan 2004 snmpbulkget(1M)
Related Man Pages |
---|
snmpbulkwalk(1) - mojave |
snmpbulkwalk(1) - suse |
snmpbulkwalk(1m) - sunos |
snmpget(1m) - sunos |
snmpbulkwalk(1) - v7 |
Similar Topics in the Unix Linux Community |
---|
Perl parsing compared to Ksh parsing |
Why is gcc missing from </usr/sfw/bin> |
$PATH error (possibly) |
Oracle DB install failure |