HP-ICF-OPENFLOW-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-OPENFLOW-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpicfOpenFlowMIB 1.3.6.1.4.1.11.2.14.11.5.1.89
The MIB module for configuring OpenFlow.
       hpicfOpenFlowNotifications 1.3.6.1.4.1.11.2.14.11.5.1.89.0
       hpicfOpenFlowObjects 1.3.6.1.4.1.11.2.14.11.5.1.89.1
           hpicfOpenFlowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.1 integer read-write
Global configuration to enable or disable OpenFlow on the device. The 'disableWithClearConfig' enum disables OpenFlow along with removing all the OpenFlow related configuration. Enumeration: 'enable': 1, 'disable': 2, 'disableWithClearConfig': 3.
           hpicfOpenFlowInstanceTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4 no-access
A table that is used create an OpenFlow instance. For maximum number of OpenFlow instances that can be supported, refer to hpicfOpenFLowMaxInstances MIB object.
               hpicfOpenFlowInstanceEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1 no-access
A set of objects that are used to create an OpenFlow instance.
                   hpicfOpenFlowInstanceName 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.1 snmpadminstring no-access
Unique name given to an OpenFlow instance. The instance name 'aggregate' is special case denoting switch functioning as OpenFlow switch. The instance name allows lowercase alphanumeric characters and the special character underscore.
                   hpicfOpenFlowInstanceAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.2 integer read-only
This object is used to administratively enable or disable an OpenFlow instance. This MIB object can be set to 'enable' only when either hpicfOpenFlowInstanceListenPortCfg has been set to 'true' or atleast one controller is associated with this instance. Enumeration: 'enable': 1, 'disable': 2.
                   hpicfOpenFlowInstanceListenPortCfg 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.3 truthvalue read-only
This object indicates if a listen-port is configured on this OpenFlow instance.
                   hpicfOpenFlowInstanceListenPort 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.4 inetportnumber read-only
Port number for the listen-port on the OpenFlow instance. A valid port number is between 1024 and 65534 inclusive.
                   hpicfOpenFlowInstanceListenPortIsOobm 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.5 truthvalue read-only
This object indicates if a listen-port is configured for this OpenFlow instance over OOBM(Out Of Band Management) interface. This MIB object will be applicable only if there is a physical OOBM port on the device.
                   hpicfOpenFlowInstanceMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.6 integer read-only
This object allows the user to specify the mode of OpenFlow operation for an instance. In active mode, new flows get redirected to the OpenFlow controller. In passive mode, new flows are not sent to the OpenFlow controller.This object is applicable only for an OpenFlow version 1.0 instance. Enumeration: 'active': 1, 'passive': 2.
                   hpicfOpenFlowInstanceFlowLocationMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.7 integer read-only
This object specifies if the flows for this instance will be located in hardware only or in hardware and software. By default, flows will be located in hardware and software.This object is applicable only for an OpenFlow version 1.0 instance. Enumeration: 'hardwareOnly': 1, 'hardwareAndSoftware': 2.
                   hpicfOpenFlowConnectionInterruptionMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.8 integer read-only
This MIB object is used to specify the type of fallback when the switch loses connection with the controller. In fail-secure mode, packets and messages destined to the current controller are dropped. Flows should continue to expire according to their timeouts in fail-secure mode. In fail-standalone mode, the switch acts as a legacy Ethernet switch or router. Enumeration: 'failSecure': 1, 'failStandalone': 2.
                   hpicfOpenFlowInstanceHwRateLimit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.9 integer32 read-only
This object limits the bandwidth per module in kilobits per second, that this OpenFlow instance can utilize. This implementation supports a minimum rate limit of 0 kbps and a maximum rate limit of 10000000 kbps.
                   hpicfOpenFlowInstanceSwRateLimit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.10 integer32 read-only
This object limits the number of packets per second for each module, that this instance can send to the software path on the CPU. Increasing the software rate limit would increase CPU consumption and may impact the system performance. For maximum number of packets per second for each module, that an OpenFlow instance can send to the software path on the CPU, refer to hpicfOpenFLowInstanceMaxSwRateLimit MIB object.
                   hpicfOpenFlowInstanceDatapathID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.11 counter64 read-only
Datapath ID(DPID) uniquely identifies a datapath between this instance and the controller. Its lower 48-bits are intended for switch MAC address, while the upper 16-bits are defined by the implementation.
                   hpicfOpenFlowInstanceNumOfHwFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.12 counter64 read-only
This object indicates the number of hardware flows in this OpenFlow instance.
                   hpicfOpenFlowInstanceNumOfSwFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.13 counter64 read-only
This object indicates the number of software flows in this OpenFlow instance.
                   hpicfOpenFlowInstanceOperStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.14 integer read-only
This object is used to determine the operational state of an OpenFlow instance. The reason for operational status to be down is specified by the hpicfOpenFlowInstanceOperStatusReason MIB. Enumeration: 'down': 2, 'up': 1.
                   hpicfOpenFlowInstanceMaxBackOffInterval 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.15 unsigned32 read-only
Interval between two consecutive attempts made by an instance to reconnect to a controller increases exponentially till it reaches the value specified by this MIB object. All subsequent attempts use this value as the interval between retries.
                   hpicfOpenFlowInstanceRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.16 rowstatus read-only
Row status for this table.
                   hpicfOpenFlowInstanceProbeInterval 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.17 unsigned32 read-only
This MIB object specifies the interval between two consecutive probes sent from an instance to the controller. This MIB value also determines how soon the instance will enter the connection interruption mode. If the instance does not hear a reply from the controller for three consecutive probes, it will flag the controller as unreachable and enter connection interruption mode.
                   hpicfOpenFlowInstanceProtoVersion 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.18 integer read-only
This MIB object specifies the OpenFlow instance protocol version. Enumeration: 'v1dot3': 2, 'v1dot0': 1.
                   hpicfOpenFlowInstanceProtoVersionOnly 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.19 truthvalue read-only
Setting this MIB object to true will support only the specific version mentioned by hpicfOpenFlowInstanceProtoVersion MIB and not compatible with lower versions.
                   hpicfOpenFlowInstanceNumOfSwFlowTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.20 unsigned32 read-only
This MIB object specifies the number of software flow tables for this OpenFlow instance. The maximum value supported is 8. This object is applicable only for an OpenFlow version 1.3 instance.
                   hpicfOpenFlowInstanceOperStatusReason 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.21 integer read-only
This MIB object specifies the reason for hpicfOpenFlowInstanceOperStatus to be down. Enumeration: 'enableFailedInHardware': 7, 'hardwareResourcesUnavailable': 2, 'controllerVLANNotConfigured': 6, 'noValidPortsInMemberVLAN': 5, 'disabled': 8, 'notApplicable': 1, 'memberVLANRemoved': 4, 'memberVLANNotConfigured': 3.
                   hpicfOpenFlowInstanceEgressOnlyPorts 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.22 portlist read-only
This MIB object specifies the list of egress only ports for this OpenFlow instance.
                   hpicfOpenFlowInstanceCapabilities 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.23 bits read-only
This MIB object specifies the instance capabilities exchanged with the controller. Bits: 'meterStatistics': 4, 'tableStatistics': 1, 'groupStatistics': 3, 'blockPorts': 5, 'portStatistics': 2, 'flowStatistics': 0.
                   hpicfOpenFlowInstanceHwTableMissCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.24 counter64 read-only
This MIB object specifies the number of packets which do not match any rules in the hardware table. This object is applicable only for an OpenFlow version 1.0 instance.
                   hpicfOpenFlowInstanceTableModel 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.25 integer read-only
This MIB object determines the table model of an OpenFlow instance. Enumeration: 'policyEngineAndSoftware': 3, 'customPipeline': 5, 'none': 1, 'singleTable': 2, 'ipControlWithPolicyEngineAndSoftware': 4.
                   hpicfOpenFlowInstanceMembers 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.26 vidlist read-write
This MIB object is used to add member VLANs to an OpenFlow instance.
                   hpicfOpenFlowInstancePipelineModel 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.27 integer read-write
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. Enumeration: 'customPipeline': 3, 'none': 0, 'ipcontrolTable': 2, 'standardMatch': 1.
                   hpicfOpenFlowInstanceDatapathDesc 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.28 displaystring read-write
This MIB object is a user-defined description of the data path. If not set, hpicfOpenFlowInstanceName is used.
                   hpicfOpenFlowInstanceSourceMacGrpTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.29 integer read-only
This object is used to enable or disable the source MAC group table in the OpenFlow pipeline. This MIB object can be set to 'enable' only on one instance. Enumeration: 'enable': 1, 'disable': 2.
                   hpicfOpenFlowInstanceDestMacGrpTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.30 integer read-only
This object is used to enable or disable the destination MAC group table in the OpenFlow table. This MIB object can be set to 'enable' only on one instance. Enumeration: 'enable': 1, 'disable': 2.
                   hpicfOpenFlowInstanceMissRuleDefaultAction 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.31 integer read-write
This MIB object is used to configure the flow miss action associated with the instance. A value of 0(none) indicates no flow miss action specified, which is to drop all unknown packets. A value of 1(drop) enables an instance to drop all unknown packets. A value of 2(normal) enables an instance to forward all unknown packets using non-OpenFlow pipeline. A value of 3(ctrl) enables an instance to forward all unknown packets to the OpenFlow controller. Enumeration: 'none': 0, 'drop': 1, 'ctrl': 3, 'normal': 2.
                   hpicfOpenFlowInstanceOverrideProtocol 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.32 bits read-write
This MIB object is used to configure the Override protocol associated with the instance. Bits: 'gvrp': 1, 'traditionalPipeline': 11, 'mvrp': 2, 'dot1x': 4, 'lacp': 3, 'pvst': 7, 'stp': 0, 'udld': 5, 'dldp': 9, 'bonjour': 10, 'loopprotect': 6, 'smartlink': 8.
                   hpicfOpenFlowInstancePktInVlanTagging 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.33 integer read-write
This MIB object is used to configure the 802.1q tagging property for a packet encapsulated inside the OpenFlow packet-in header. A value of 0 (default) indicates the default behavior which is the packet encapsulated inside a packet-in message will be tagged in the following cases a) the instance type is aggregate. b) the instance is a named instance with more than one member VLAN. c) the instance is a named instance and the packet was received with a tag. It will be untagged in all other cases. A value of 1 (inputForm) directs the instance to send the encapsulated packet as it was received on the physical port. A value of 2 (tagAlways) directs the instance to send the encapsulated packet always with an 802.1q tag irrespective of how it was received on the physical port. A value of 3 (untagAlways) directs the instance to send the encapsulated packet always without an 802.1q tag irrespective of how it was received on the physical port. Enumeration: 'default': 0, 'untagAlways': 3, 'tagAlways': 2, 'inputForm': 1.
           hpicfOpenFlowInstanceMembershipTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5 no-access
Table used to add members to OpenFlow instances. This table is deprecated and instead object hpicfOpenFlowInstanceMembers is used to configure members for an OpenFlow instance.
               hpicfOpenFlowInstanceMembershipEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1 no-access
A set of objects that are used to add members to an OpenFlow instance.
                   hpicfOpenFlowInstanceMembershipRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1.2 rowstatus read-only
Row status for this member.
           hpicfOpenFlowControllerTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6 no-access
Table used to configure controllers. For maximum number of OpenFlow controllers that can be supported, refer to hpicfOpenFlowMaxControllers MIB object.
               hpicfOpenFlowControllerEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1 no-access
A set of objects that are used to configure OpenFlow Controllers.
                   hpicfOpenFlowControllerID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.1 integer32 no-access
Unique ID given to a Controller. This will be associated with an instance through hpicfOpenFlowInstanceControllerTable.
                   hpicfOpenFlowControllerInetAddressType 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.2 inetaddresstype read-only
Address type of this controller. This implementation supports only ipv4 type.
                   hpicfOpenFlowControllerInetAddress 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.3 inetaddress read-only
IP Address of the controller.
                   hpicfOpenFlowControllerPort 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.4 inetportnumber read-only
The port over which the controller can be reached.
                   hpicfOpenFlowControllerInterface 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.5 interfaceindex read-only
This MIB object specifies an interface over which the controller is reachable.
                   hpicfOpenFlowControllerRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.6 rowstatus read-only
Row status for this table. The hpicfOpenFlowControllerInetAddress and hpicfOpenFlowControllerInterface MIB objects have to be set to valid values to move this object to 'active' state. This conceptual row can be deleted only if the corresponding controller association is removed from the hpicfOpenFlowInstanceControllerTable.
                   hpicfOpenFlowControllerSourceAddressType 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.7 inetaddresstype read-only
Address type of the Source IP. This implementation supports only ipv4 type.
                   hpicfOpenFlowControllerSourceAddress 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.8 inetaddress read-only
Source IP address to use when connecting to the controller.
           hpicfOpenFlowInstanceControllerTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8 no-access
Table that contains objects for connection state and status between an OpenFlow instance and a controller.
               hpicfOpenFlowInstanceControllerEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1 no-access
A set of objects used to monitor the status and state of connection between an OpenFlow instance and controller.
                   hpicfOpenFlowInstanceControllerStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.1 integer read-only
Connection status between an OpenFlow instance and a controller. Enumeration: 'connected': 1, 'disconnected': 2.
                   hpicfOpenFlowInstanceControllerState 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.2 integer read-only
Connection state between an OpenFlow instance and a controller. The state 'void' implies that there is no connection. The state 'backoff' represents a state where the device is attempting to reconnect to the controller at increasing intervals of time. The state 'connecting' represents a state where the device is in the process of connecting to the controller. The state 'active' implies that a connection has been established and that the controller is responsive. The state 'idle' implies that the connection is idle and waiting for a response. Enumeration: 'active': 4, 'void': 1, 'connecting': 3, 'idle': 5, 'backoff': 2.
                   hpicfOpenFlowInstanceControllerRole 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.3 integer read-only
Role of a controller in an instance. The default role of a controller is equal. In this role, the controller has full access to the switch and is equal to other controllers in the same role. In slave role, the controller has read-only access to the switch. The master role is similar to equal and has full access to the switch, the difference is that the switch ensures it is the only controller in this role. When a controller changes its role to master, the switch changes all other controllers with the role master to have the role slave. Enumeration: 'slave': 3, 'master': 2, 'equal': 1.
                   hpicfOpenFlowInstanceControllerConnSecure 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.4 truthvalue read-only
This object indicates if the connection between the controller and instance is secure. Setting this MIB to true will initiate TLS as transport protocol.
                   hpicfOpenFlowInstanceControllerRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.5 rowstatus read-only
Row status for this table. Row transition to 'createAndWait', 'notReady' and 'notInService' states are not allowed.
           hpicfOpenFlowMaxInstances 1.3.6.1.4.1.11.2.14.11.5.1.89.1.10 integer32 read-only
This MIB object specifies the maximum number of OpenFlow instances.
           hpicfOpenFlowMaxFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.11 integer32 read-only
This MIB objects specifies the total number of flows that can be supported on the switch. That is, the sum of all hardware flows and software flows across all OpenFlow instances cannot exceed this number.
           hpicfOpenFlowMaxControllers 1.3.6.1.4.1.11.2.14.11.5.1.89.1.12 integer32 read-only
This MIB object specifies the maximum number of OpenFlow controllers.
           hpicfOpenFlowInstanceMeterTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19 no-access
Table that contains objects related to meters of an OpenFlow instance. This table is populated when meters are configured from controller.
                 hpicfOpenFlowInstanceMeterEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1 no-access
A set of objects used to retrieve details about meters associated with an OpenFlow instance.
                     hpicfOpenFlowInstanceMeterID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.1 unsigned32 no-access
Unique ID given to a meter.
                     hpicfOpenFlowInstanceMeterFlowCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.2 unsigned32 read-only
Number of flows on which this meter is applied.
                     hpicfOpenFlowInstanceMeterInputPktCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.3 counter64 read-only
Number of packets processed by this meter.
                     hpicfOpenFlowInstanceMeterInputByteCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.4 counter64 read-only
Number of bytes processed by this meter.
                     hpicfOpenFlowInstanceMeterDuration 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.5 unsigned32 read-only
Duration for which this meter is active.
           hpicfOpenFlowInstanceMeterBandTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20 no-access
Table that contains objects related to meter bands for a specific meter in an OpenFlow instance. This table is populated when meters and their bands are configured from controller.
                 hpicfOpenFlowInstanceMeterBandEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1 no-access
A set of objects used to retrieve details about meter bands associated with a meter and an OpenFlow instance.
                     hpicfOpenFlowInstanceMeterBandID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.1 unsigned32 no-access
Unique ID given to a band in a meter.
                     hpicfOpenFlowInstanceMeterBandType 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.2 integer read-only
This meter band type determines how the packets are processed. Enumeration: 'drop': 1, 'mark': 2.
                     hpicfOpenFlowInstanceMeterBandRate 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.3 unsigned32 read-only
This MIB object specifies the rate beyond which the incoming packets would be treated according to action specified by hpicfOpenFlowInstanceMeterBandType MIB. The units of this rate is determined by the hpicfOpenFlowInstanceMeterBandRateUnit MIB
                     hpicfOpenFlowInstanceMeterBandRateUnit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.4 integer read-only
This MIB object specifies the unit for hpicfOpenFlowInstanceMeterBandRate MIB. The units can be either kilobits per second or packets per second. Enumeration: 'pps': 2, 'kbps': 1.
                     hpicfOpenFlowInstanceMeterInBandPktCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.5 counter64 read-only
Number of packets processed by this meter.
                     hpicfOpenFlowInstanceMeterInBandByteCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.6 counter64 read-only
Number of bytes processed by this meter.
                     hpicfOpenFlowInstanceMeterPrecedenceLevel 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.7 unsigned32 read-only
DSCP Precedence level of the band in a meter.
           hpicfOpenFlowScalarObjects 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21
                 hpicfOpenFlowIPControlTableUsage 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.1 unsigned32 read-write
This object is used to specify maximum percentage of IP control table resources that can be used by OpenFlow. The percentage is not a guarantee, but a maximum allowed limit.
                 hpicfOpenFlowIPControlTableStatsRefreshRate 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.2 unsigned32 read-only
This MIB object is used to specify the time interval at which the hardware will be polled for statistics. A value of '0' would mean that the hardware will no longer be polled to update the statistics.
                 hpicfOpenFlowIpControlTableMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.9 integer read-write
This MIB object specifies the OpenFlow operation mode. In this mode, IP control table would be advertised by an OpenFlow 1.3 instance. Enumeration: 'enable': 1, 'disable': 2.
                 hpicfOpenFlowEgressOnlyPorts 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.10 integer read-write
Setting this MIB object to 'enable' will advertise egress-only ports to the controller. Enumeration: 'enable': 1, 'disable': 2.
       hpicfOpenFlowConformance 1.3.6.1.4.1.11.2.14.11.5.1.89.2
           hpicfOpenFlowCompliances 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1
               hpicfOpenFlowCompliance 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.1
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
               hpicfOpenFlowCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.2
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
               hpicfOpenFlowCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.3
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
               hpicfOpenFlowCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.4
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
               hpicfOpenFlowCompliance4 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.5
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
           hpicfOpenFlowGroups 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2
               hpicfOpenFlowGlobalConfigGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.1
Controls the global configuration of OpenFlow status and allocation of policy engine resource.
               hpicfOpenFlowInstanceGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.2
A collection of objects used to define an OpenFlow instance.
               hpicfOpenFlowInstanceMembershipGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.3
An object used to associate a member to an OpenFlow instance.
               hpicfOpenFlowControllerGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.4
A collection of objects used to define controllers.
               hpicfOpenFlowInstanceControllerGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.6
A set of objects used to monitor the status and state of an OpenFlow Instance and controller connection.
               hpicfOpenFlowInstanceMeterGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.13
A collection of objects used to retrieve details about instance-specific meters.
               hpicfOpenFlowInstanceMeterBandGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.14
A collection of objects used to retrieve details about meter band types.
               hpicfOpenFlowScalarsGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.15
Basic Scalars required for OpenFlow implementation.
               hpicfOpenFlowInstanceGroup1 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.16
A collection of objects used to define an OpenFlow instance.
               hpicfOpenFlowScalarsGroup1 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.17
Basic Scalars required for OpenFlow implementation.
               hpicfOpenFlowInstanceGroup2 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.20
A collection of objects used to define an OpenFlow instance.
               hpicfOpenFlowInstanceGroup3 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.21
A collection of objects used to define an OpenFlow instance.
               hpicfOpenFlowControllerGroup1 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.22
A collection of objects used to define controllers.