rcCfmMaintenanceEndPointMepStatus
RC-CFM-MIB ·
.1.3.6.1.4.1.2272.1.69.3.1.15
Object
column Enumeration
Indicating if the mep status is active or inactive. Only Dual-Home Ring endpoint client meps can have active/inactive status. All other mep types have active status.
Context
- MIB
- RC-CFM-MIB
- OID
.1.3.6.1.4.1.2272.1.69.3.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcCfmMaintenanceEndPointEntry
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 'RC-CFM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-CFM-MIB::rcCfmMaintenanceEndPointMepStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-CFM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-CFM-MIB::rcCfmMaintenanceEndPointMepStatus.<rcCfmMaintenanceEndPointDomainIndex>.<rcCfmMaintenanceEndPointAssociationIndex>.<rcCfmMaintenanceEndPointId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-CFM-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-CFM-MIB::rcCfmMaintenanceEndPointMepStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |