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.
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
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 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 |