Previous Topic: agentctrl-Agent Technology Control UtilityNext Topic: awbulkwalk-Retrieve MIB Attribute Values Using GetBulk


awbulk-Retrieve MIB Attribute Values Using GetBulk

Valid on UNIX/Linux, Windows, z/OS

awbulk retrieves MIB attribute values using GetBulk requests (available with SNMP V2C and higher), as specified in RFC 1905. If you use the -o option, the OID for the attribute is printed followed by the OID value.

Windows

install-path\services\bin

UNIX/Linux, z/OS

install-path/services/bin

Syntax

awbulk [-h hostname] [-p port] [-c community] [-v 1|2c|3] [-u user] 
[-a authPassword] [-x privPassword] [-s secLevel] [-P DES] [-A MD5|SHA] 
[-n contextName] [-r n_repetitions] [-t timeout] [-d level] [-f logFile] [-o] OID

Parameters

-h hostname

Host name or IP address of the system on which the agent is running.

Default: local node

-p port

Name in the /etc/services file that translates to a port number, or the number of the UDP port where the agent listens for incoming requests. This value must match the one used by the SNMP Administrator.

Default: 161

-c community

Name of any valid community in the configuration for the agent. To retrieve the MIB attribute value from a specific instance of an agent, postfix the community string with the @ sign, followed by the specific agent instance name.

Default: public

-v 1|2c|3

SNMP version.

-u user

User ID that owns the security (valid with SNMP V3 only).

-a authPassword

Auth password (SNMP V3 only).

-x privPassword

Priv password (SNMP V3 only).

-s secLevel

Security level:
1 NoAuthPriv (only Priv works)
2 AuthNoPriv (only Auth works)
3 AuthPriv (both work)

-P DES

DES privacy encryption mechanism (SNMP V3 only). Requires specification of an authentication mechanism also (-A option).

-A MD5|SHA

Authentication mechanism to use (SNMP V3 only).

-n contextName

MIBMUX instance name, for use with a MIBMUX (SNMP V3 only).

-r n_repetitions

Number of times the GetBulk request is repeated after the first request.

-t timeout

Maximum time value (in seconds) this program waits for a response to an SNMP request before exiting.

Default: 10 seconds

-d level

Debug level to use.

-f logFile

Name of the log file to use.

Default: stderr

-o OID

Object identifier of a specific instance of any attribute in the agent MIB.