All MIBs › BEA-WEBLOGIC-MIB › webserviceTimestampMaxProcessingDelay
webserviceTimestampMaxProcessingDelay
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::webserviceTimestampMaxProcessingDelay
OID (numeric): 1.3.6.1.4.1.140.625.1185.1.4
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description: Specifies the freshness policy for received messages: the Web Serivce observes the processing delay by subtracting the Created time in the Timestamp from the current time. If the observed processing delay is greater than maxProcessingDelay plus clockSkew, then the message is rejected as stale. This attribute is specified in milliseconds. Setting maxProcessingDelay to NO_MAX_PROCESSING_DELAY disables to enforcement of the freshenss policy.
What is webserviceTimestampMaxProcessingDelay?
This OID specifies the maximum allowed delay (in milliseconds) between when a message was created and when it is processed, protecting against replay attacks using stale messages. It defines the freshness window for message validity. Example: a value of 300000 (5 minutes) means messages older than 5 minutes are rejected as stale, even if properly signed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.1185.1.4 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::webserviceTimestampMaxProcessingDelay
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.1185.1.4.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::webserviceTimestampMaxProcessingDelay.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::webserviceTimestampMaxProcessingDelay 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.1185 | webserviceTimestampTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1185.1 | webserviceTimestampEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1185.1.4 | webserviceTimestampMaxProcessingDelay | BEA-WEBLOGIC-MIB |