ciCircuitFlow
CIRCUIT-IF-MIB ·
.1.3.6.1.2.1.94.1.1.1.2
Object
column CiFlowDirection
The direction of data flow through the circuit for which
the virtual interface is defined. The following define
the information that the virtual interface will report.
transmit(1) - Only transmitted frames
receive(2) - Only received frames
both(3) - Both transmitted and received frames.
It is recommended that the ifDescr of the circuit
interfaces that are not both(3) SHOULD have text warning
the operators that the particular interface represents
only half the traffic on the circuit.
Context
- MIB
- CIRCUIT-IF-MIB
- OID
.1.3.6.1.2.1.94.1.1.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ciCircuitEntry
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 'CIRCUIT-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIRCUIT-IF-MIB::ciCircuitFlow'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIRCUIT-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIRCUIT-IF-MIB::ciCircuitFlow.<ciCircuitObject>.<ciCircuitFlow>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIRCUIT-IF-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIRCUIT-IF-MIB::ciCircuitFlow'
Syntax
- Source
- CiFlowDirection
- Base type
Enumeration
Values & Constraints
Type Values
1 | transmit |
2 | receive |
3 | both |