snmpbulkget(1)


NAME

   snmpbulkget  -  communicates  with  a network entity using SNMP GETBULK
   requests.

SYNOPSIS

   snmpbulkget [COMMON OPTIONS] [-Cn <num>] [-Cr <NUM>] AGENT OID [OID]...

DESCRIPTION

   snmpbulkget is an SNMP application that uses the SNMP  GETBULK  request
   to  query  a  network  entity efficiently for information.  One or more
   object identifiers (OIDs) may be given  as  arguments  on  the  command
   line.   Each  variable  name  is  given  in  the  format  specified  in
   variables(5).

   If the network entity has an error processing the  request  packet,  an
   error  packet  will be returned and a message will be shown, helping to
   pinpoint why the request was malformed.

OPTIONS

   -Cn<NUM>
           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.

   -Cr<NUM>
           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 these options,  snmpbulkget  takes  the  common  options
   described  in  the  snmpcmd(1)  manual  page.   Note  that  snmpbulkget
   REQUIRES  an argument specifying the agent to query and  at  least  one
   OID argument, as described there.

EXAMPLE

   The command:

   snmpbulkget -v2c -Cn1 -Cr5 -Os -c public zeus system ifTable

   will   retrieve   the   variable   system.sysDescr.0   (which   is  the
   lexicographically next object to system) and the first 5 objects in the
   ifTable:

   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"
   et cetera.

NOTE

   As  the  name  implies,  snmpbulkget utilizes the SNMP GETBULK message,
   which is not available in SNMPv1.

SEE ALSO

   snmpcmd(1), variables(5), RFC 1905.


More Linux Commands

manpages/netdevice.7.html
netdevice(7) - Low level access to Linux network devices....
This man page describes the sockets interface which is used to configure network devices. Linux supports some standard ioctls to configure network devices. They

manpages/ber_bvecadd.3.html
ber_bvecadd(3) - OpenLDAP LBER types and allocation function
The following are the basic types and structures defined for use with the Lightweight BER library. ber_int_t is a signed integer of at least 32 bits. It is comm

manpages/Tcl_UniCharIsGraph.3.html
Tcl_UniCharIsGraph(3) - routines for classification of Tcl_U
All of the routines described examine Tcl_UniChars and return a boolean value. A non-zero return value means that the character does belong to the character cla

manpages/git-remote-testgit.1.html
git-remote-testgit(1) - Example remote-helper (Man Page)....
This command is a simple remote-helper, that is used both as a testcase for the remote-helper functionality, and as an example to show remote-helper authors one

manpages/set_thread_area.2.html
set_thread_area(2) - Set a Thread Local Storage (TLS) area
set_thread_area() sets an entry in the current threads thread-local storage (TLS) array. The TLS array entry set by set_thread_area() corresponds to the value o

manpages/snprintf.3.html
snprintf(3) - formatted output conversion - Linux man page
The functions in the printf() family produce output according to a format as described below. The functions printf() and vprintf() write output to stdout, the s

manpages/elvtune.8.html
elvtune(8) - I/O elevator tuner (Admin - Linux man page)....
elvtune allows to tune the I/O elevator per blockdevice queue. The tuning can be safely done at runtime. Tuning the elevator means being able to change disk per

manpages/perlhack.1.html
perlhack(1) - How to hack on Perl - Linux manual page.......
This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perlbug bug tracker, patch

manpages/XtAppSetTypeConverter.3.html
XtAppSetTypeConverter(3) - register resource converter......
XtSetTypeConverter registers the specified type converter and destructor in all application contexts created by the calling process, including any future applic

manpages/crond.8.html
crond(8) - daemon to execute scheduled commands (Man Page)
Cron is started from /etc/rc.d/init.d or /etc/init.d when classical sysvinit scripts are used. In case systemd is enabled, then unit file is installed into /lib

manpages/XFree86-DGA.3.html
XFree86-DGA(3) - Client library for the XFree86-DGA extensio
The XFree86-DGA extension is an X server extension for allowing client programs direct access to the video frame buffer. This is a brief description of the prog

manpages/is_notimeout.3ncurses.html
is_notimeout(3ncurses) - curses window properties (ManPage)
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is





We can't live, work or learn in freedom unless the software we use is free.