raisecomSynceSourceSignalFail
SWITCH-SYNCE-MIB ·
.1.3.6.1.4.1.8886.1.20.2.2.1.2
Object
column SNMPv2-TCTruthValue
Indicates whether the syncE source signal is failed. True(1) means that the syncE source signal is failed. False(2) means that the syncE source signal is not failed.
Context
- MIB
- SWITCH-SYNCE-MIB
- OID
.1.3.6.1.4.1.8886.1.20.2.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- raisecomSynceSourceEntry
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 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYNCE-MIB::raisecomSynceSourceSignalFail'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYNCE-MIB::raisecomSynceSourceSignalFail.<raisecomSynceSourceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-SYNCE-MIB::raisecomSynceSourceSignalFail'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |