netflowTemplateType
QTECH-NETFLOW-MIB ·
.1.3.6.1.4.1.34751.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
- QTECH-NETFLOW-MIB
- OID
.1.3.6.1.4.1.34751.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 'QTECH-NETFLOW-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NETFLOW-MIB::netflowTemplateType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-NETFLOW-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-NETFLOW-MIB::netflowTemplateType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-NETFLOW-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-NETFLOW-MIB::netflowTemplateType'
Syntax
- Source
- NetflowTemplateTypes
- Base type
Enumeration
Values & Constraints
Type Values
1 | template |
2 | optionTemplate |