flowStatus
MEF-R-MIB ·
.1.3.6.1.4.1.164.20.8.1.6.3.1.47
Object
column Bits
This object displays the flow status.
Bit 0 = '1' denotes that operational state of the flow is OK.
This bit duplicates the flow ifOperStatus. It allows to
get all status information by one access.
Bit 1 = '1' denotes that the administrative state of the flow is
'down'.
Bit 2 = '1' denotes that ifOperStatus of the flow ingress
port is not 'up'.
Bit 3 = '1' denotes that ifOperStatus of the flow egress
port is not 'up'.
Bit 4 = '1' denotes that loopback test of the flow is activate.
Bit 5 = '1' denotes that flow was not set up due to lack
of internal resources.
Bit 6 = '1' denotes that the device is not receiving CFM OAM
messages on this flow.
Bit 7 = '1' denotes that the flow is under Y.1564 test.
Bit 8 = '1' denotes that the flow is under RFC2544 test.
Bit 9 = '1' denotes that the flow is under MEF46 Latching
Loopback.
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 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MEF-R-MIB::flowStatus.<flowIdx1>.<flowIdx2>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MEF-R-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MEF-R-MIB::flowStatus'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | operStat |
1 | adminStatDown |
2 | ingressOperStatNotUp |
3 | egressOperStatNotUp |
4 | test |
5 | lackOfResources |
6 | cfmOamFailure |
7 | y1564Test |
8 | rfc2544Test |
9 | mef46Loop |