HP-ICF-OPENFLOW-MIB

File: HP-ICF-OPENFLOW-MIB.mib (53413 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF IF-MIB INET-ADDRESS-MIB
HP-ICF-OID Q-BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter64 Unsigned32 TimeTicks
TruthValue RowStatus SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP InterfaceIndex
ifIndex InetAddressType InetAddress
InetPortNumber hpSwitch PortList

Defined Types

HpicfOpenFlowInstanceEntry  
SEQUENCE    
  hpicfOpenFlowInstanceName SnmpAdminString
  hpicfOpenFlowInstanceAdminStatus INTEGER
  hpicfOpenFlowInstanceListenPortCfg TruthValue
  hpicfOpenFlowInstanceListenPort InetPortNumber
  hpicfOpenFlowInstanceListenPortIsOobm TruthValue
  hpicfOpenFlowInstanceMode INTEGER
  hpicfOpenFlowInstanceFlowLocationMode INTEGER
  hpicfOpenFlowConnectionInterruptionMode INTEGER
  hpicfOpenFlowInstanceHwRateLimit Integer32
  hpicfOpenFlowInstanceSwRateLimit Integer32
  hpicfOpenFlowInstanceDatapathID Counter64
  hpicfOpenFlowInstanceNumOfHwFlows Counter64
  hpicfOpenFlowInstanceNumOfSwFlows Counter64
  hpicfOpenFlowInstanceOperStatus INTEGER
  hpicfOpenFlowInstanceMaxBackOffInterval Unsigned32
  hpicfOpenFlowInstanceRowStatus RowStatus
  hpicfOpenFlowInstanceProbeInterval Unsigned32
  hpicfOpenFlowInstanceProtoVersion INTEGER
  hpicfOpenFlowInstanceProtoVersionOnly TruthValue
  hpicfOpenFlowInstanceNumOfSwFlowTable Unsigned32
  hpicfOpenFlowInstanceOperStatusReason INTEGER
  hpicfOpenFlowInstanceEgressOnlyPorts PortList
  hpicfOpenFlowInstanceCapabilities BITS
  hpicfOpenFlowInstanceHwTableMissCount Counter64
  hpicfOpenFlowInstanceTableModel INTEGER

HpicfOpenFlowInstanceMembershipEntry  
SEQUENCE    
  hpicfOpenFlowInstanceMembershipRowStatus RowStatus

HpicfOpenFlowControllerEntry  
SEQUENCE    
  hpicfOpenFlowControllerID Integer32
  hpicfOpenFlowControllerInetAddressType InetAddressType
  hpicfOpenFlowControllerInetAddress InetAddress
  hpicfOpenFlowControllerPort InetPortNumber
  hpicfOpenFlowControllerInterface InterfaceIndex
  hpicfOpenFlowControllerRowStatus RowStatus

HpicfOpenFlowInstanceControllerEntry  
SEQUENCE    
  hpicfOpenFlowInstanceControllerStatus INTEGER
  hpicfOpenFlowInstanceControllerState INTEGER
  hpicfOpenFlowInstanceControllerRole INTEGER
  hpicfOpenFlowInstanceControllerConnSecure TruthValue
  hpicfOpenFlowInstanceControllerRowStatus RowStatus

HpicfOpenFlowInstanceMeterEntry  
SEQUENCE    
  hpicfOpenFlowInstanceMeterID Unsigned32
  hpicfOpenFlowInstanceMeterFlowCount Unsigned32
  hpicfOpenFlowInstanceMeterInputPktCount Counter64
  hpicfOpenFlowInstanceMeterInputByteCount Counter64
  hpicfOpenFlowInstanceMeterDuration Unsigned32

HpicfOpenFlowInstanceMeterBandEntry  
SEQUENCE    
  hpicfOpenFlowInstanceMeterBandID Unsigned32
  hpicfOpenFlowInstanceMeterBandType INTEGER
  hpicfOpenFlowInstanceMeterBandRate Unsigned32
  hpicfOpenFlowInstanceMeterBandRateUnit INTEGER
  hpicfOpenFlowInstanceMeterInBandPktCount Counter64
  hpicfOpenFlowInstanceMeterInBandByteCount Counter64

Defined Values

hpicfOpenFlowMIB 1.3.6.1.4.1.11.2.14.11.5.1.89
The MIB module for configuring OpenFlow.
MODULE-IDENTITY    

hpicfOpenFlowNotifications 1.3.6.1.4.1.11.2.14.11.5.1.89.0
OBJECT IDENTIFIER    

hpicfOpenFlowObjects 1.3.6.1.4.1.11.2.14.11.5.1.89.1
OBJECT IDENTIFIER    

hpicfOpenFlowConformance 1.3.6.1.4.1.11.2.14.11.5.1.89.2
OBJECT IDENTIFIER    

hpicfOpenFlowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.1
Global configuration to enable or disable OpenFlow on the device. The 'disableWithClearConfig' enum disables OpenFlow along with removing all the OpenFlow related configuration.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), disableWithClearConfig(3)  

hpicfOpenFlowInstanceTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4
Table used to create an OpenFlow instance. For maximum number of OpenFlow instances that can be supported, refer to hpicfOpenFLowMaxInstances MIB object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowInstanceEntry

hpicfOpenFlowInstanceEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1
A set of objects that are used to create an OpenFlow instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowInstanceEntry  

hpicfOpenFlowInstanceName 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

hpicfOpenFlowInstanceAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfOpenFlowInstanceListenPortCfg 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.3
This object indicates if a listen-port is configured on this OpenFlow instance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfOpenFlowInstanceListenPort 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.4
Port number for the listen-port on the OpenFlow instance. A valid port number is between 1024 and 65534 inclusive.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

hpicfOpenFlowInstanceListenPortIsOobm 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfOpenFlowInstanceMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), passive(2)  

hpicfOpenFlowInstanceFlowLocationMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hardwareOnly(1), hardwareAndSoftware(2)  

hpicfOpenFlowConnectionInterruptionMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER failSecure(1), failStandalone(2)  

hpicfOpenFlowInstanceHwRateLimit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.9
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpicfOpenFlowInstanceSwRateLimit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.10
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpicfOpenFlowInstanceDatapathID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceNumOfHwFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.12
This object indicates the number of hardware flows in this OpenFlow instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceNumOfSwFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.13
This object indicates the number of software flows in this OpenFlow instance.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceOperStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hpicfOpenFlowInstanceMaxBackOffInterval 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.15
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

hpicfOpenFlowInstanceRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.16
Row status for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfOpenFlowInstanceProbeInterval 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.17
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3600  

hpicfOpenFlowInstanceProtoVersion 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.18
This MIB object specifies the OpenFlow instance protocol version.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1dot0(1), v1dot3(2)  

hpicfOpenFlowInstanceProtoVersionOnly 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.19
Setting this MIB object to true will support only the specific version mentioned by hpicfOpenFlowInstanceProtoVersion MIB and not compatible with lower versions.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfOpenFlowInstanceNumOfSwFlowTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.20
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowInstanceOperStatusReason 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.21
This MIB object specifies the reason for hpicfOpenFlowInstanceOperStatus to be down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notApplicable(1), hardwareResourcesUnavailable(2), memberVLANNotConfigured(3), memberVLANRemoved(4), noValidPortsInMemberVLAN(5)  

hpicfOpenFlowInstanceEgressOnlyPorts 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.22
This MIB object specifies the list of egress only ports for this OpenFlow instance.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

hpicfOpenFlowInstanceCapabilities 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.23
This MIB object specifies the instance capabilities exchanged with the controller.
Status: current Access: read-only
OBJECT-TYPE    
  BITS flowStatistics(0), tableStatistics(1), portStatistics(2), groupStatistics(3), meterStatistics(4), blockPorts(5)  

hpicfOpenFlowInstanceHwTableMissCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.24
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceTableModel 1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.25
This MIB object determines the table model of an OpenFlow instance.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), singleTable(2), policyEngineAndSoftware(3), ipControlWithPolicyEngineAndSoftware(4)  

hpicfOpenFlowInstanceMembershipTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5
Table used to add members to OpenFlow instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowInstanceMembershipEntry

hpicfOpenFlowInstanceMembershipEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1
A set of objects that are used to add members to an OpenFlow instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowInstanceMembershipEntry  

hpicfOpenFlowInstanceMembershipRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1.2
Row status for this member.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfOpenFlowControllerTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6
Table used to configure controllers. For maximum number of OpenFlow controllers that can be supported, refer to hpicfOpenFlowMaxControllers MIB object.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowControllerEntry

hpicfOpenFlowControllerEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1
A set of objects that are used to configure OpenFlow Controllers.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowControllerEntry  

hpicfOpenFlowControllerID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.1
Unique ID given to a Controller. This will be associated with an instance through hpicfOpenFlowInstanceControllerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hpicfOpenFlowControllerInetAddressType 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.2
Address type of this controller. This implementation supports only ipv4 type.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpicfOpenFlowControllerInetAddress 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.3
IP Address of the controller.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpicfOpenFlowControllerPort 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.4
The port over which the controller can be reached.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

hpicfOpenFlowControllerInterface 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.5
This MIB object specifies an interface over which the controller is reachable.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

hpicfOpenFlowControllerRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfOpenFlowInstanceControllerTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8
Table that contains objects for connection state and status between an OpenFlow instance and a controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowInstanceControllerEntry

hpicfOpenFlowInstanceControllerEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1
A set of objects used to monitor the status and state of connection between an OpenFlow instance and controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowInstanceControllerEntry  

hpicfOpenFlowInstanceControllerStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.1
Connection status between an OpenFlow instance and a controller.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), disconnected(2)  

hpicfOpenFlowInstanceControllerState 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER void(1), backoff(2), connecting(3), active(4), idle(5)  

hpicfOpenFlowInstanceControllerRole 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER equal(1), master(2), slave(3)  

hpicfOpenFlowInstanceControllerConnSecure 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.4
This object indicates if the connection between the controller and instance is secure. Setting this MIB to true will initiate TLS as transport protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfOpenFlowInstanceControllerRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.5
Row status for this table. Row transition to 'createAndWait', 'notReady' and 'notInService' states are not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfOpenFlowMaxInstances 1.3.6.1.4.1.11.2.14.11.5.1.89.1.10
This MIB object specifies the maximum number of OpenFlow instances.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfOpenFlowMaxFlows 1.3.6.1.4.1.11.2.14.11.5.1.89.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfOpenFlowMaxControllers 1.3.6.1.4.1.11.2.14.11.5.1.89.1.12
This MIB object specifies the maximum number of OpenFlow controllers.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfOpenFlowInstanceMeterTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19
Table that contains objects related to meters of an OpenFlow instance. This table is populated when meters are configured from controller.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowInstanceMeterEntry

hpicfOpenFlowInstanceMeterEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1
A set of objects used to retrieve details about meters associated with an OpenFlow instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowInstanceMeterEntry  

hpicfOpenFlowInstanceMeterID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.1
Unique ID given to a meter.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

hpicfOpenFlowInstanceMeterFlowCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.2
Number of flows on which this meter is applied.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowInstanceMeterInputPktCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.3
Number of packets processed by this meter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceMeterInputByteCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.4
Number of bytes processed by this meter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceMeterDuration 1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.5
Duration for which this meter is active.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowInstanceMeterBandTable 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfOpenFlowInstanceMeterBandEntry

hpicfOpenFlowInstanceMeterBandEntry 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1
A set of objects used to retrieve details about meter bands associated with a meter and an OpenFlow instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfOpenFlowInstanceMeterBandEntry  

hpicfOpenFlowInstanceMeterBandID 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.1
Unique ID given to a band in a meter.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowInstanceMeterBandType 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.2
This meter band type determines how the packets are processed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER drop(1), mark(2)  

hpicfOpenFlowInstanceMeterBandRate 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.3
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
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowInstanceMeterBandRateUnit 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.4
This MIB object specifies the unit for hpicfOpenFlowInstanceMeterBandRate MIB. The units can be either kilobits per second or packets per second.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER kbps(1), pps(2)  

hpicfOpenFlowInstanceMeterInBandPktCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.5
Number of packets processed by this meter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowInstanceMeterInBandByteCount 1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.6
Number of bytes processed by this meter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpicfOpenFlowScalarObjects 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21
OBJECT IDENTIFIER    

hpicfOpenFlowIPControlTableUsage 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100  

hpicfOpenFlowIPControlTableStatsRefreshRate 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfOpenFlowIpControlTableMode 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.9
This MIB object specifies the OpenFlow operation mode. In this mode, IP control table would be advertised by an OpenFlow 1.3 instance.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfOpenFlowEgressOnlyPorts 1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.10
Setting this MIB object to 'enable' will advertise egress-only ports to the controller.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfOpenFlowCompliances 1.3.6.1.4.1.11.2.14.11.5.1.89.2.1
OBJECT IDENTIFIER    

hpicfOpenFlowGroups 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
OBJECT-GROUP    

hpicfOpenFlowScalarsGroup 1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.15
Basic Scalars required for OpenFlow implementation.
Status: current Access: read-write
OBJECT-GROUP    

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.
Status: current Access: read-write
MODULE-COMPLIANCE