sonetSectionDayValidData
SL-SONET-SUP-PM-MIB ·
smartoptics variant
·
.1.3.6.1.4.1.4515.1.6.3.1.3.15.1.3
Object
column SNMPv2-TCTruthValue
This variable assumes the value true(1) if the data stored for this interval is both valid and complete. It is set to false(2) if the data stored for this interval is incomplete or otherwise invalid because (a) the data stored for this interval is for a period greater or less than 24 hours, or (b) some data is missing.
Context
- MIB
- SL-SONET-SUP-PM-MIB
- OID
.1.3.6.1.4.1.4515.1.6.3.1.3.15.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sonetSectionDayEntry
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 'SL-SONET-SUP-PM-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SONET-SUP-PM-MIB::sonetSectionDayValidData'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-SONET-SUP-PM-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SONET-SUP-PM-MIB::sonetSectionDayValidData.<ifIndex>.<sonetSectionDayNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-SONET-SUP-PM-MIB' -M '/opt/observium/mibs/smartoptics:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-SONET-SUP-PM-MIB::sonetSectionDayValidData'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |