All MIBs › BEA-WEBLOGIC-MIB › wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled
wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled
OID (numeric): 1.3.6.1.4.1.140.625.1040.1.8
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Configures this SNMP agent to provide read-only access to MBean types that you have created and registered (custom MBeans). If you enable this access, when you register a custom MBean in a WebLogic Server MBeanServer, this SNMP agent dynamically updates a runtime MIB module that WebLogic Server maintains for custom MBeans. For each custom MBean type, WebLogic Server adds a table to the MIB module. For each instance of the custom MBean, it adds a table row. While WebLogic Server does not persist the MIB as a file or other data structure, the OIDs in the MIB remain constant across server sessions. The MIB module for custom MBeans is managed by a subAgent. Its master agent is this WebLogic Server SNMP agent and it communicates with the master agent through the AgentX port.
What is wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled?
This OID enables read-only SNMP access to custom MBeans registered in the server. When enabled, custom MBeans are automatically exposed via SNMP. Example: when enabled, a custom MBean named 'PaymentProcessor' becomes queryable via SNMP immediately after registration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.1040.1.8 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.1040.1.8.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1040 | wlssnmpAgentDeploymentTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1040.1 | wlssnmpAgentDeploymentEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1040.1.8 | wlssnmpAgentDeploymentSNMPAccessForUserMBeansEnabled | BEA-WEBLOGIC-MIB |