fs6374DMTransmitResultOK
ARICENT-fs6374-MIB ·
.1.3.6.1.4.1.29601.2.107.4.1.1.7
Object
column SNMPv2-TCTruthValue
This object specifies the result of the operation:
- true The Delay measurement Message (1DM or DMM) will be
(or has been) sent.
- false The Delay measurement Message (1DM or DMM) will not
be sent.
Context
- MIB
- ARICENT-fs6374-MIB
- OID
.1.3.6.1.4.1.29601.2.107.4.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fs6374DMTableEntry
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 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-fs6374-MIB::fs6374DMTransmitResultOK'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-fs6374-MIB::fs6374DMTransmitResultOK.<fs6374ContextId>.<fs6374ServiceName>.<fs6374DMSessionId>.<fs6374DMSeqNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-fs6374-MIB::fs6374DMTransmitResultOK'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |