All MIBs › BEA-WEBLOGIC-MIB › webserviceTimestampClockSynchronized
webserviceTimestampClockSynchronized
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::webserviceTimestampClockSynchronized
OID (numeric): 1.3.6.1.4.1.140.625.1185.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies whether the Web Service assumes synchronized clocks. If the clockSynchronized attribute is false, the Web Service rejects all inbound messages with that contain expirations, because this is the only safe way to ensure that the message hasn't already expired. In this case, the Web Service also does not enforce a freshness policy. If this attribute is set to true, then the Web Service enforces expirations on inbound messages to the best of its ability and enforces an optional freshness policy (via maxProcessingDelay). The default value of this attribute is true.
What is webserviceTimestampClockSynchronized?
This OID indicates whether the web service assumes the local clock is synchronized with client clocks, affecting how strictly timestamp validation is enforced. If clocks are not synchronized, the service must be more conservative with expiration checks. Example: if set to 'false', the service rejects all messages with expiration times regardless of the timestamp, since it cannot trust clock accuracy.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.1185.1.6 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::webserviceTimestampClockSynchronized
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.1185.1.6.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::webserviceTimestampClockSynchronized.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::webserviceTimestampClockSynchronized 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.6 | webserviceTimestampClockSynchronized | BEA-WEBLOGIC-MIB |