rcCfmTransmitLtmFlag
RC-CFM-MIB ·
.1.3.6.1.4.1.2272.1.69.18.1.15
Object
column Enumeration
LTM result flag indicating LTM status or error code. Each enum value represents a status or error case. 1 - No error 2 - Ltm Internal Error 3 - Unknown Remote Maintenance End Point 4 - Invalid Remote Maintenance End Point Mac Address 5 - Unset Remote Maintenance End Point Mac Address 6 - Mep must be enabled in order to perform LTM 7 - No Ltr response received 8 - Linktrace to own Mep MAC is not sent 9 - Endpoint must be enabled in order to perform LTM 10 - Pbt-trunk must be enabled in order to perform LTM 11 - LTM completed 12 - LTM leaf node
Context
- MIB
- RC-CFM-MIB
- OID
.1.3.6.1.4.1.2272.1.69.18.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcCfmTransmitLtmEntry
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::rcCfmTransmitLtmFlag'
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::rcCfmTransmitLtmFlag.<rcCfmTransmitLtmDomainIndex>.<rcCfmTransmitLtmAssociationIndex>.<rcCfmTransmitLtmIndex>'
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::rcCfmTransmitLtmFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | internalError |
3 | noRemoteMep |
4 | invalidRemoteMepMac |
5 | noRemoteMepMacLearned |
6 | mepDisabled |
7 | noLtrResponse |
8 | ltmToOwnMepMac |
9 | epDisabled |
10 | trunkDisabled |
11 | ltmComplete |
12 | ltmLeafNode |