ipfixTransportSessionDeviceMode

IPFIX-MIB · .1.3.6.1.2.1.193.1.1.1.1.10

Object

column Enumeration
The mode of operation of the device for the given Transport
Session.  This object can have the following values:
              
exporting(1)
    This value MUST be used if the Transport Session is
    used for exporting Records to other IPFIX Devices;
    i.e., this device acts as Exporter.
              
collecting(2)
    This value MUST be used if the Transport Session is
    used for collecting Records from other IPFIX Devices;
    i.e., this device acts as Collector.

Context

MIB
IPFIX-MIB
OID
.1.3.6.1.2.1.193.1.1.1.1.10
Type
column
Access
readonly
Status
current
Parent
ipfixTransportSessionEntry
Groups
1

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 'IPFIX-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPFIX-MIB::ipfixTransportSessionDeviceMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPFIX-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPFIX-MIB::ipfixTransportSessionDeviceMode.<ipfixTransportSessionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPFIX-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPFIX-MIB::ipfixTransportSessionDeviceMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1exporting
2collecting

Conformance