All MIBs › OpenROUTE-MIB › proElsTimestamp
proElsTimestamp
Module: OpenROUTE-MIB
OID (symbolic): OpenROUTE-MIB::proElsTimestamp
OID (numeric): 1.3.6.1.4.1.1.6.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object indicates whether ELS messages should be timestamped and, if yes, the timebase to use.
Setting the object to proTSOff(1) disables timestamping.
Setting the object to proTSSysUpTime(2) uses the sysUpTime value as the timestamp.
Setting the object to proTSTimeOfDay(3) uses the real-time clock value as the timestamp.
What is proElsTimestamp?
Controls whether ELS log messages are timestamped and which clock is used: off(1) disables timestamping, sysUpTime(2) stamps messages with time since last reload, and timeOfDay(3) uses the router's real-time clock. Admins set this to timeOfDay when correlating router logs against wall-clock timestamps from other systems.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1.6.2.1.3 snmpwalk -v2c -c public <target> OpenROUTE-MIB::proElsTimestamp
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1.6.2.1.3.1 snmpget -v2c -c public <target> OpenROUTE-MIB::proElsTimestamp.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1.6.2.1.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> proElsTimestamp.1
Start monitoring OpenROUTE Networks router/WAN optimization device with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the OpenROUTE-MIB::proElsTimestamp OID value, configure state conditions and alerts, and monitor any OpenROUTE Networks router/WAN optimization device 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.1 | proteon | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6 | proSystem | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2 | proEls | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2.1 | proElsGeneric | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2.1.3 | proElsTimestamp | OpenROUTE-MIB |