dot1agCfmMepActive
ZXR10-CFM-MIB ·
.1.3.6.1.4.1.3902.3.120.1.3.1.1.5
Object
column SNMPv2-TCTruthValue
Administrative state of the MEP A Boolean indicating the administrative state of the MEP. True indicates that the MEP is to function normally, and false that it is to cease functioning.
Context
- MIB
- ZXR10-CFM-MIB
- OID
.1.3.6.1.4.1.3902.3.120.1.3.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot1agCfmMepEntry
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 'ZXR10-CFM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CFM-MIB::dot1agCfmMepActive'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXR10-CFM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXR10-CFM-MIB::dot1agCfmMepActive.<dot1agCfmMdIndex>.<dot1agCfmMaIndex>.<dot1agCfmSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXR10-CFM-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXR10-CFM-MIB::dot1agCfmMepActive'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |