rcCfmL2IpTraceReplyFlag
RC-CFM-MIB ·
.1.3.6.1.4.1.2272.1.69.40.1.16
Object
column Enumeration
L2Trace result flag indicating status or error code. Each enum value represents a status or error case. 1 - No error 2 - L2Trace Internal Error 3 - Invalid Mac Address 4 - Mep must be enabled in order to perform L2Trace 5 - No L2Trace response received 6 - L2Trace to own Mep MAC is not sent 7 - L2Trace completed 8 - Lookup failure for L2Trace
Context
- MIB
- RC-CFM-MIB
- OID
.1.3.6.1.4.1.2272.1.69.40.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcCfmL2IpTraceReplyEntry
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::rcCfmL2IpTraceReplyFlag'
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::rcCfmL2IpTraceReplyFlag.<rcCfmL2IpTraceReplyIpAddrType>.<rcCfmL2IpTraceReplyIpAddr>.<rcCfmL2IpTraceReplySendOrder>.<rcCfmL2IpTraceReplyHop>.<rcCfmL2IpTraceReplyReceiveOrder>'
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::rcCfmL2IpTraceReplyFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | internalError |
3 | invalidMac |
4 | mepDisabled |
5 | noL2TraceResponse |
6 | l2TraceToOwnMepMac |
7 | l2TraceComplete |
8 | l2TraceLookupFailure |