ethIfOamCfmMhfActive
RAD-OamCfm-MIB ·
.1.3.6.1.4.1.164.3.1.6.1.3.12.2.1.4
Object
A Boolean indicating the administrative state of the MHF. True indicates that the MHF is to function normally, and false that it is to cease functioning.
Context
- MIB
- RAD-OamCfm-MIB
- OID
.1.3.6.1.4.1.164.3.1.6.1.3.12.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ethIfOamCfmMhfEntry
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 'RAD-OamCfm-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-OamCfm-MIB::ethIfOamCfmMhfActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-OamCfm-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-OamCfm-MIB::ethIfOamCfmMhfActive.<ethIfOamCfmMhfMdIdx>.<ethIfOamCfmMhfMipIdx>.<ethIfOamCfmMhfIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-OamCfm-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-OamCfm-MIB::ethIfOamCfmMhfActive'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |