hpicfOpenFlowInstancePipelineModel
HP-ICF-OPENFLOW-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.27
Object
column r/w
Enumeration
This MIB object is used to configure the openflow instance pipeline model. A value of 0(none) indicates no table pipeline model which is equal to standard match. A value of 1(standardMatch) enables an instance in advertising its policy-engine and software tables. A value of 2(ipControlTable) enables an OpenFlow 1.3 instance in advertising its IP control table. A value of 3(customPipeline) enables an OpenFlow controller to create a custom OpenFlow table pipeline in the OpenFlow 1.3 instance.
Context
- MIB
- HP-ICF-OPENFLOW-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.27- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hpicfOpenFlowInstanceEntry
- Groups
- 3
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 'HP-ICF-OPENFLOW-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-OPENFLOW-MIB::hpicfOpenFlowInstancePipelineModel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-OPENFLOW-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-OPENFLOW-MIB::hpicfOpenFlowInstancePipelineModel.<hpicfOpenFlowInstanceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-OPENFLOW-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-OPENFLOW-MIB::hpicfOpenFlowInstancePipelineModel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | standardMatch |
2 | ipcontrolTable |
3 | customPipeline |