cienaCesPmInstanceCollectionTimeFormat
CIENA-CES-PM ·
.1.3.6.1.4.1.1271.2.3.1.2.2.1.1.16
Object
column r/w
Enumeration
This object allows the user to choose the reference time of PM instance collection start and end times. The value none(0) sets the start time to now and the end time to none, ignoring any time values specified by the user. The value utc(1) sets the start and end time value references to the Unix Epoch, January 1, 1970, 00:00:00 UTC. The value relative-to-now(2) sets the start and end time value references to now. The default value is none(0). This object returns a value of none(0) on GET.
Context
- MIB
- CIENA-CES-PM
- OID
.1.3.6.1.4.1.1271.2.3.1.2.2.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cienaCesPmInstanceEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CIENA-CES-PM' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-PM::cienaCesPmInstanceCollectionTimeFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-PM' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-PM::cienaCesPmInstanceCollectionTimeFormat.<cienaCesPmInstanceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-PM' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-PM::cienaCesPmInstanceCollectionTimeFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | utc |
2 | relative-to-now |