ciCircuitFlow

CIRCUIT-IF-MIB · .1.3.6.1.2.1.94.1.1.1.2

Object

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

Walk 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
1transmit
2receive
3both