ipfixTransportSessionStatus
IPFIX-MIB ·
.1.3.6.1.2.1.193.1.1.1.1.16
Object
column Enumeration
The status of a Transport Session. This object can have the
following values:
unknown(0)
This value MUST be used if the status of the
Transport Session cannot be detected by the equipment.
This value should be avoided as far as possible.
inactive(1)
This value MUST be used for Transport Sessions that
are specified in the system but are not currently active.
The value can be used, for example, for Transport
Sessions that are backup (secondary) sessions in a
Transport Session group.
active(2)
This value MUST be used for Transport Sessions that are
currently active and transmitting or receiving data.
Context
- MIB
- IPFIX-MIB
- OID
.1.3.6.1.2.1.193.1.1.1.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipfixTransportSessionEntry
- Groups
- 1
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 'IPFIX-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPFIX-MIB::ipfixTransportSessionStatus'
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::ipfixTransportSessionStatus.<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::ipfixTransportSessionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | inactive |
2 | active |
Conformance
Member of