Technical data
C WebLogic SNMP Agent Command-Line Reference
C-50 Administration Guide
If you invoke this command from a computer that is running the Examples Server, the
command returns output similar to the following truncated output. Note that the output
includes the full OID for each attribute instance below the
serverRuntimeTable
object.
Object ID:
.1.3.6.1.4.1.140.625.360.1.1.32.101.98.52.50.55.97.53.101.55.101.
56.97.51.98.97.52.99.97.57.53.100.51.51.98.102.51.98.57.48.98.51.
55
STRING: eb427a5e7e8a3ba4ca95d33bf3b90b37
Object ID:
.1.3.6.1.4.1.140.625.360.1.5.32.101.98.52.50.55.97.53.101.55.101.
56.97.51.98.97.52.99.97.57.53.100.51.51.98.102.51.98.57.48.98.51.
55
STRING: ServerRuntime:examplesServer
Object ID:
.1.3.6.1.4.1.140.625.360.1.10.32.101.98.52.50.55.97.53.101.55.101
.56.97.51.98.97.52.99.97.57.53.100.51.51.98.102.51.98.57.48.98.51
.55
STRING: ServerRuntime
Object ID:
.1.3.6.1.4.1.140.625.360.1.15.32.101.98.52.50.55.97.53.101.55.101
.56.97.51.98.97.52.99.97.57.53.100.51.51.98.102.51.98.57.48.98.51
.55
STRING: examplesServer
...
The following example retrieves the name of all servers in the examples domain. The
OID specified in the example command is the numerical value that the WebLogic
Server MIB assigns to the
serverRuntimeName object type.
java snmpwalk -c public@examples localhost
.1.3.6.1.4.1.140.625.360.1.15
The following example returns all attributes of the
ServerRuntimeMBean instance
that is hosted on a Managed Server named
MS1. Note that the OID
.1.3.6.1.4.1.140.625.360 refers to the serverRuntimeTable object in the
WebLogic MIB.
java snmpwalk -c public@MS1 localhost .1.3.6.1.4.1.140.625.360