netflowTemplateType
NETFLOW-MIB ·
fscom-nms variant
·
.1.3.6.1.4.1.52642.9.226.1.4.2.1.1
Object
column NetflowTemplateTypes
Defines the structure and interpretation of fields in a data record and serves as an INDEX in this table. Version 9 has two types of Templates: Flow Templates and Option Templates.
Context
- MIB
- NETFLOW-MIB
- OID
.1.3.6.1.4.1.52642.9.226.1.4.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- netflowTemplateEntry
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 'NETFLOW-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETFLOW-MIB::netflowTemplateType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETFLOW-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETFLOW-MIB::netflowTemplateType.<netflowTemplateType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETFLOW-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETFLOW-MIB::netflowTemplateType'
Syntax
- Source
- NetflowTemplateTypes
- Base type
Enumeration
Type Description
Defines different types of Template.
Values & Constraints
Type Values
1 | template |
2 | optionTemplate |