ipfixTransportSessionDestinationAddressType
IPFIX-MIB ·
.1.3.6.1.2.1.193.1.1.1.1.5
Object
column Enumeration
The type of address used for the destination address, as specified in RFC 4001. The InetAddressType supported values are ipv4(1) and ipv6(2). This object is used with protocols (specified in ipfixTransportSessionProtocol) like TCP (6) and UDP (17) that have the notion of addresses. SCTP (132) should use the ipfixTransportSessionSctpAssocId instead. If SCTP (132) or any other protocol without the notion of addresses is used, the object MUST be set to unknown(0).
Context
- MIB
- IPFIX-MIB
- OID
.1.3.6.1.2.1.193.1.1.1.1.5- 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::ipfixTransportSessionDestinationAddressType'
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::ipfixTransportSessionDestinationAddressType.<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::ipfixTransportSessionDestinationAddressType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
Conformance
Member of