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 attribute's OID is printed followed by the OID value.
Windows
install-path\services\bin
UNIX/Linux, z/OS
install-path/services/bin
This command has the following format:
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
Specifies the host name or IP address of the system on which the agent is running.
Default: local node
Specifies a 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
Specifies the name of any valid community in the agent's configuration. If you want to retrieve the MIB attribute value from a specific instance of an agent, you must postfix the community string with the @ sign, followed by the specific agent instance name.
Default: public
SNMP version.
Specifies the User ID that owns the security (valid with SNMP V3 only).
Specifies the Auth password (SNMP V3 only).
Specifies the Priv password (SNMP V3 only).
Specifies the security level., one of the following:
1 NoAuthPriv (only Priv works)
2 AuthNoPriv (only Auth works)
3 AuthPriv (both work)
Specifies the DES privacy encryption mechanism (SNMP V3 only). Requires specification of an authentication mechanism also (-A option).
Specifies which authentication mechanism to use (SNMP V3 only).
Specifies the MIBMUX instance name, for use with a MIBMUX (SNMP V3 only).
Specifies the number of times the GetBulk request is repeated after the first request.
Specifies a maximum time value (in seconds) this program waits for a response to an SNMP request before exiting.
Default: 10 seconds
Debug level to use.
Name of the log file to use.
Default: stderr
Specifies the object identifier of a specific instance of any attribute in the agent MIB.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |