All MIBs › BEA-WEBLOGIC-MIB › networkAccessPointTimeoutConnectionWithPendingResponses
networkAccessPointTimeoutConnectionWithPendingResponses
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::networkAccessPointTimeoutConnectionWithPendingResponses
OID (numeric): 1.3.6.1.4.1.140.625.705.1.81
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Determines if connections with pending responses are allowed to timeout. It defaults to false. If set to true, the connection will be timed out for this channel if it exceeds the idleConnectionTimeout value. Note: This setting only applies to IIOP connections.
What is networkAccessPointTimeoutConnectionWithPendingResponses?
This OID (IIOP-specific) controls whether connections with unanswered requests can still time out due to idle time. Standard behavior prevents timeout of connections waiting for responses. Example: enabled might cause an IIOP connection with slow-responding methods to close after idleConnectionTimeout, potentially breaking long-running RMI calls.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.705.1.81 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::networkAccessPointTimeoutConnectionWithPendingResponses
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.705.1.81.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::networkAccessPointTimeoutConnectionWithPendingResponses.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::networkAccessPointTimeoutConnectionWithPendingResponses 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.705 | networkAccessPointTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.705.1 | networkAccessPointEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.705.1.81 | networkAccessPointTimeoutConnectionWithPendingResponses | BEA-WEBLOGIC-MIB |