ipfixTemplateDefinitionFlags
IPFIX-MIB ·
.1.3.6.1.2.1.193.1.1.3.1.5
Object
column Bits
This bitmask indicates special attributes for the
Information Element:
scope(0)
This Information Element is used for scope.
flowKey(1)
This Information Element is a Flow Key.
Thus, we get the following values for an Information Element:
If neither bit scope(0) nor bit flowKey(1) is set
The Information Element is neither used for scoping nor
as Flow Key.
If only bit scope(0) is set
The Information Element is used for scoping.
If only bit flowKey(1) is set
The Information Element is used as Flow Key.
Both bit scope(0) and flowKey(1) MUST NOT be set at the same
time. This combination is not allowed.
Context
- MIB
- IPFIX-MIB
- OID
.1.3.6.1.2.1.193.1.1.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipfixTemplateDefinitionEntry
- 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::ipfixTemplateDefinitionFlags'
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::ipfixTemplateDefinitionFlags.<ipfixTransportSessionIndex>.<ipfixTemplateObservationDomainId>.<ipfixTemplateId>.<ipfixTemplateDefinitionIndex>'
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::ipfixTemplateDefinitionFlags'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | scope |
1 | flowKey |
Conformance
Member of