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
Host name or IP address of the system on which the agent is running.
Default: local node
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
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
SNMP version.
User ID that owns the security (valid with SNMP V3 only).
Auth password (SNMP V3 only).
Priv password (SNMP V3 only).
Security level:
1 NoAuthPriv (only Priv works)
2 AuthNoPriv (only Auth works)
3 AuthPriv (both work)
DES privacy encryption mechanism (SNMP V3 only). Requires specification of an authentication mechanism also (-A option).
Authentication mechanism to use (SNMP V3 only).
MIBMUX instance name, for use with a MIBMUX (SNMP V3 only).
Number of times the GetBulk request is repeated after the first request.
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
Object identifier of a specific instance of any attribute in the agent MIB.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|