The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

snmpbulkget (1)
  • >> snmpbulkget (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • snmpbulkget (1) ( Разные man: Команды и прикладные программы пользовательского уровня )
  •  

    NAME

    snmpbulkget - communicate with a network entity using SNMP GETBULK requests
     
    

    SYNOPSIS

    snmpbulkget [application options] [common options] oid [oid...]  

    DESCRIPTION

    The snmpbulkget utility is an SNMP application that uses the SNMP GETBULK operation to send information to a network manager. You can specify one or more object identifiers (OIDs) on the command line. Each variable name must be entered in the format specified in snmp_variables(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.  

    OPTIONS

    The 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.  

    EXAMPLES

    Example 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"
    [...]
    
     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE
    AvailabilitySUNWsmcmd
    Interface StabilityExternal

     

    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), snmp_variables(4), attributes(5)

    RFC 1905  

    NOTES

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


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    OPTIONS
    EXAMPLES
    ATTRIBUTES
    EXIT STATUS
    SEE ALSO
    NOTES


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру