MIBs Depot

HP-ICF-OPENFLOW-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.5.1.89
Last updated
2017-07-16 00:00
Organization
HP Networking
Revisions
2017-07-16 00:00, 2017-06-18 00:00, 2017-04-28 00:00, 2016-10-25 00:00, 2016-10-05 00:00, 2016-08-06 00:00, 2016-07-31 00:00, 2016-04-21 00:00, 2015-12-10 00:00, 2015-09-29 00:00, 2015-01-11 00:00, 2014-06-04 00:00, 2012-10-01 00:00, 2012-02-01 00:00
Namespace
hp
Source file
HP-ICF-OPENFLOW-MIB
Digest
sha256:67b05b9f58295d96f2889cfe170f8411f8909eb25c775f9ad93847bad71918d2

Description

The MIB module for configuring OpenFlow.

Contact

Hewlett Packard Company 8000 Foothills Blvd. Roseville, CA 95747

Imports

FromSymbols
HP-ICF-OIDhpSwitch
HP-ICF-TCVidList
IF-MIBInterfaceIndex, ifIndex
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
Q-BRIDGE-MIBPortList
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
HP-ICF-OID
HP-ICF-OPENFLOW-MIB
HP-ICF-TC
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
P-BRIDGE-MIB
Q-BRIDGE-MIB
RFC1158-MIB
RFC1271-MIB
RMON-MIB
RMON2-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC
TOKEN-RING-RMON-MIB

Objects

NameOIDSyntaxAccessStatus
hpicfOpenFlowNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.0
hpicfOpenFlowObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.1
hpicfOpenFlowStatus
OBJECT-TYPE
Global configuration to enable or disable OpenFlow on the device. The 'disableWithClearConfig' enum disables OpenFlow along with removing all the OpenFlow related configuration.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.1INTEGER {enable(1), disable(2), disableWithClearConfig(3)}read-writecurrent
hpicfOpenFlowInstanceTable
OBJECT-TYPE
A table that is used create an OpenFlow instance. For maximum number of OpenFlow instances that can be supported, refer to hpicfOpenFLowMaxInstances MIB object.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4not-accessiblecurrent
hpicfOpenFlowInstanceEntry
OBJECT-TYPE
A set of objects that are used to create an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1not-accessiblecurrent
hpicfOpenFlowInstanceName
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
hpicfOpenFlowInstanceAdminStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.2INTEGER {enable(1), disable(2)}read-createcurrent
hpicfOpenFlowInstanceListenPortCfg
OBJECT-TYPE
This object indicates if a listen-port is configured on this OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.3TruthValueread-createcurrent
hpicfOpenFlowInstanceListenPort
OBJECT-TYPE
Port number for the listen-port on the OpenFlow instance. A valid port number is between 1024 and 65534 inclusive.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.4InetPortNumberread-createcurrent
hpicfOpenFlowInstanceListenPortIsOobm
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.5TruthValueread-createcurrent
hpicfOpenFlowInstanceMode
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.6INTEGER {active(1), passive(2)}read-createcurrent
hpicfOpenFlowInstanceFlowLocationMode
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.7INTEGER {hardwareOnly(1), hardwareAndSoftware(2)}read-createcurrent
hpicfOpenFlowConnectionInterruptionMode
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.8INTEGER {failSecure(1), failStandalone(2)}read-createcurrent
hpicfOpenFlowInstanceHwRateLimit
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.9Integer32read-createcurrent
hpicfOpenFlowInstanceSwRateLimit
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.10Integer32read-createcurrent
hpicfOpenFlowInstanceDatapathID
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.11Counter64read-onlycurrent
hpicfOpenFlowInstanceNumOfHwFlows
OBJECT-TYPE
This object indicates the number of hardware flows in this OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.12Counter64read-onlycurrent
hpicfOpenFlowInstanceNumOfSwFlows
OBJECT-TYPE
This object indicates the number of software flows in this OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.13Counter64read-onlycurrent
hpicfOpenFlowInstanceOperStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.14INTEGER {up(1), down(2)}read-onlycurrent
hpicfOpenFlowInstanceMaxBackOffInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.15Unsigned32 (1..3600)read-createcurrent
hpicfOpenFlowInstanceRowStatus
OBJECT-TYPE
Row status for this table.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.16RowStatusread-createcurrent
hpicfOpenFlowInstanceProbeInterval
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.17Unsigned32 (1..3600)read-createcurrent
hpicfOpenFlowInstanceProtoVersion
OBJECT-TYPE
This MIB object specifies the OpenFlow instance protocol version.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.18INTEGER {v1dot0(1), v1dot3(2)}read-createcurrent
hpicfOpenFlowInstanceProtoVersionOnly
OBJECT-TYPE
Setting this MIB object to true will support only the specific version mentioned by hpicfOpenFlowInstanceProtoVersion MIB and not compatible with lower versions.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.19TruthValueread-createcurrent
hpicfOpenFlowInstanceNumOfSwFlowTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.20Unsigned32read-createcurrent
hpicfOpenFlowInstanceOperStatusReason
OBJECT-TYPE
This MIB object specifies the reason for hpicfOpenFlowInstanceOperStatus to be down.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.21INTEGER {notApplicable(1), hardwareResourcesUnavailable(2), memberVLANNotConfigured(3), memberVLANRemoved(4), noValidPortsInMemberVLAN(5), controllerVLANNotConfigured(6), enableFailedInHardware(7), disabled(8)}read-onlycurrent
hpicfOpenFlowInstanceEgressOnlyPorts
OBJECT-TYPE
This MIB object specifies the list of egress only ports for this OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.22PortListread-onlycurrent
hpicfOpenFlowInstanceCapabilities
OBJECT-TYPE
This MIB object specifies the instance capabilities exchanged with the controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.23Bits {flowStatistics(0), tableStatistics(1), portStatistics(2), groupStatistics(3), meterStatistics(4), blockPorts(5)}read-onlycurrent
hpicfOpenFlowInstanceHwTableMissCount
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.24Counter64read-onlycurrent
hpicfOpenFlowInstanceTableModel
OBJECT-TYPE
This MIB object determines the table model of an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.25INTEGER {none(1), singleTable(2), policyEngineAndSoftware(3), ipControlWithPolicyEngineAndSoftware(4), customPipeline(5)}read-onlycurrent
hpicfOpenFlowInstanceMembers
OBJECT-TYPE
This MIB object is used to add member VLANs to an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.26VidListread-writecurrent
hpicfOpenFlowInstancePipelineModel
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.27INTEGER {none(0), standardMatch(1), ipcontrolTable(2), customPipeline(3)}read-writecurrent
hpicfOpenFlowInstanceDatapathDesc
OBJECT-TYPE
This MIB object is a user-defined description of the data path. If not set, hpicfOpenFlowInstanceName is used.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.28DisplayString (SIZE(0..255))read-writecurrent
hpicfOpenFlowInstanceSourceMacGrpTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.29INTEGER {enable(1), disable(2)}read-createcurrent
hpicfOpenFlowInstanceDestMacGrpTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.30INTEGER {enable(1), disable(2)}read-createcurrent
hpicfOpenFlowInstanceMissRuleDefaultAction
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.31INTEGER {none(0), drop(1), normal(2), ctrl(3)}read-writecurrent
hpicfOpenFlowInstanceOverrideProtocol
OBJECT-TYPE
This MIB object is used to configure the Override protocol associated with the instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.32Bits {stp(0), gvrp(1), mvrp(2), lacp(3), dot1x(4), udld(5), loopprotect(6), pvst(7), smartlink(8), dldp(9), bonjour(10), traditionalPipeline(11)}read-writecurrent
hpicfOpenFlowInstancePktInVlanTagging
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.4.1.33INTEGER {default(0), inputForm(1), tagAlways(2), untagAlways(3)}read-writecurrent
hpicfOpenFlowInstanceMembershipTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.5not-accessibledeprecated
hpicfOpenFlowInstanceMembershipEntry
OBJECT-TYPE
A set of objects that are used to add members to an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1not-accessibledeprecated
hpicfOpenFlowInstanceMembershipRowStatus
OBJECT-TYPE
Row status for this member.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.5.1.2RowStatusread-createdeprecated
hpicfOpenFlowControllerTable
OBJECT-TYPE
Table used to configure controllers. For maximum number of OpenFlow controllers that can be supported, refer to hpicfOpenFlowMaxControllers MIB object.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6not-accessiblecurrent
hpicfOpenFlowControllerEntry
OBJECT-TYPE
A set of objects that are used to configure OpenFlow Controllers.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1not-accessiblecurrent
hpicfOpenFlowControllerID
OBJECT-TYPE
Unique ID given to a Controller. This will be associated with an instance through hpicfOpenFlowInstanceControllerTable.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.1Integer32 (1..65535)not-accessiblecurrent
hpicfOpenFlowControllerInetAddressType
OBJECT-TYPE
Address type of this controller. This implementation supports only ipv4 type.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.2InetAddressTyperead-createcurrent
hpicfOpenFlowControllerInetAddress
OBJECT-TYPE
IP Address of the controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.3InetAddressread-createcurrent
hpicfOpenFlowControllerPort
OBJECT-TYPE
The port over which the controller can be reached.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.4InetPortNumberread-createcurrent
hpicfOpenFlowControllerInterface
OBJECT-TYPE
This MIB object specifies an interface over which the controller is reachable.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.5InterfaceIndexread-createcurrent
hpicfOpenFlowControllerRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.6RowStatusread-createcurrent
hpicfOpenFlowControllerSourceAddressType
OBJECT-TYPE
Address type of the Source IP. This implementation supports only ipv4 type.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.7InetAddressTyperead-createcurrent
hpicfOpenFlowControllerSourceAddress
OBJECT-TYPE
Source IP address to use when connecting to the controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.6.1.8InetAddressread-createcurrent
hpicfOpenFlowInstanceControllerTable
OBJECT-TYPE
Table that contains objects for connection state and status between an OpenFlow instance and a controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8not-accessiblecurrent
hpicfOpenFlowInstanceControllerEntry
OBJECT-TYPE
A set of objects used to monitor the status and state of connection between an OpenFlow instance and controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1not-accessiblecurrent
hpicfOpenFlowInstanceControllerStatus
OBJECT-TYPE
Connection status between an OpenFlow instance and a controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.1INTEGER {connected(1), disconnected(2)}read-onlycurrent
hpicfOpenFlowInstanceControllerState
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.2INTEGER {void(1), backoff(2), connecting(3), active(4), idle(5)}read-onlycurrent
hpicfOpenFlowInstanceControllerRole
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.3INTEGER {equal(1), master(2), slave(3)}read-onlycurrent
hpicfOpenFlowInstanceControllerConnSecure
OBJECT-TYPE
This object indicates if the connection between the controller and instance is secure. Setting this MIB to true will initiate TLS as transport protocol.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.4TruthValueread-createcurrent
hpicfOpenFlowInstanceControllerRowStatus
OBJECT-TYPE
Row status for this table. Row transition to 'createAndWait', 'notReady' and 'notInService' states are not allowed.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.8.1.5RowStatusread-createcurrent
hpicfOpenFlowMaxInstances
OBJECT-TYPE
This MIB object specifies the maximum number of OpenFlow instances.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.10Integer32read-onlycurrent
hpicfOpenFlowMaxFlows
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.11Integer32read-onlycurrent
hpicfOpenFlowMaxControllers
OBJECT-TYPE
This MIB object specifies the maximum number of OpenFlow controllers.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.12Integer32read-onlycurrent
hpicfOpenFlowInstanceMeterTable
OBJECT-TYPE
Table that contains objects related to meters of an OpenFlow instance. This table is populated when meters are configured from controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19not-accessiblecurrent
hpicfOpenFlowInstanceMeterEntry
OBJECT-TYPE
A set of objects used to retrieve details about meters associated with an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1not-accessiblecurrent
hpicfOpenFlowInstanceMeterID
OBJECT-TYPE
Unique ID given to a meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.1Unsigned32 (1..65535)not-accessiblecurrent
hpicfOpenFlowInstanceMeterFlowCount
OBJECT-TYPE
Number of flows on which this meter is applied.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.2Unsigned32read-onlycurrent
hpicfOpenFlowInstanceMeterInputPktCount
OBJECT-TYPE
Number of packets processed by this meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.3Counter64read-onlycurrent
hpicfOpenFlowInstanceMeterInputByteCount
OBJECT-TYPE
Number of bytes processed by this meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.4Counter64read-onlycurrent
hpicfOpenFlowInstanceMeterDuration
OBJECT-TYPE
Duration for which this meter is active.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.19.1.5Unsigned32read-onlycurrent
hpicfOpenFlowInstanceMeterBandTable
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20not-accessiblecurrent
hpicfOpenFlowInstanceMeterBandEntry
OBJECT-TYPE
A set of objects used to retrieve details about meter bands associated with a meter and an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1not-accessiblecurrent
hpicfOpenFlowInstanceMeterBandID
OBJECT-TYPE
Unique ID given to a band in a meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.1Unsigned32not-accessiblecurrent
hpicfOpenFlowInstanceMeterBandType
OBJECT-TYPE
This meter band type determines how the packets are processed.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.2INTEGER {drop(1), mark(2)}read-onlycurrent
hpicfOpenFlowInstanceMeterBandRate
OBJECT-TYPE
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
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.3Unsigned32read-onlycurrent
hpicfOpenFlowInstanceMeterBandRateUnit
OBJECT-TYPE
This MIB object specifies the unit for hpicfOpenFlowInstanceMeterBandRate MIB. The units can be either kilobits per second or packets per second.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.4INTEGER {kbps(1), pps(2)}read-onlycurrent
hpicfOpenFlowInstanceMeterInBandPktCount
OBJECT-TYPE
Number of packets processed by this meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.5Counter64read-onlycurrent
hpicfOpenFlowInstanceMeterInBandByteCount
OBJECT-TYPE
Number of bytes processed by this meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.6Counter64read-onlycurrent
hpicfOpenFlowInstanceMeterPrecedenceLevel
OBJECT-TYPE
DSCP Precedence level of the band in a meter.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.20.1.7Unsigned32read-onlycurrent
hpicfOpenFlowScalarObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.1.21
hpicfOpenFlowIPControlTableUsage
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.1Unsigned32 (0..100)read-writecurrent
hpicfOpenFlowIPControlTableStatsRefreshRate
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.2Unsigned32read-onlycurrent
hpicfOpenFlowIpControlTableMode
OBJECT-TYPE
This MIB object specifies the OpenFlow operation mode. In this mode, IP control table would be advertised by an OpenFlow 1.3 instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.9INTEGER {enable(1), disable(2)}read-writedeprecated
hpicfOpenFlowEgressOnlyPorts
OBJECT-TYPE
Setting this MIB object to 'enable' will advertise egress-only ports to the controller.
1.3.6.1.4.1.11.2.14.11.5.1.89.1.21.10INTEGER {enable(1), disable(2)}read-writecurrent
hpicfOpenFlowConformance
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.2
hpicfOpenFlowCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1
hpicfOpenFlowGroups
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2

Conformance

NameOIDStatus
hpicfOpenFlowCompliance
MODULE-COMPLIANCE
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.1deprecated
hpicfOpenFlowCompliance1
MODULE-COMPLIANCE
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.2deprecated
hpicfOpenFlowCompliance2
MODULE-COMPLIANCE
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.3deprecated
hpicfOpenFlowCompliance3
MODULE-COMPLIANCE
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.4deprecated
hpicfOpenFlowCompliance4
MODULE-COMPLIANCE
This compliance statement is for devices supporting OpenFlow. The basic support for OpenFlow requires implementation of the objects listed in the mandatory groups.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.1.5current
hpicfOpenFlowGlobalConfigGroup
OBJECT-GROUP
Controls the global configuration of OpenFlow status and allocation of policy engine resource.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.1current
hpicfOpenFlowInstanceGroup
OBJECT-GROUP
A collection of objects used to define an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.2deprecated
hpicfOpenFlowInstanceMembershipGroup
OBJECT-GROUP
An object used to associate a member to an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.3deprecated
hpicfOpenFlowControllerGroup
OBJECT-GROUP
A collection of objects used to define controllers.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.4deprecated
hpicfOpenFlowInstanceControllerGroup
OBJECT-GROUP
A set of objects used to monitor the status and state of an OpenFlow Instance and controller connection.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.6current
hpicfOpenFlowInstanceMeterGroup
OBJECT-GROUP
A collection of objects used to retrieve details about instance-specific meters.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.13current
hpicfOpenFlowInstanceMeterBandGroup
OBJECT-GROUP
A collection of objects used to retrieve details about meter band types.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.14current
hpicfOpenFlowScalarsGroup
OBJECT-GROUP
Basic Scalars required for OpenFlow implementation.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.15deprecated
hpicfOpenFlowInstanceGroup1
OBJECT-GROUP
A collection of objects used to define an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.16deprecated
hpicfOpenFlowScalarsGroup1
OBJECT-GROUP
Basic Scalars required for OpenFlow implementation.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.17current
hpicfOpenFlowInstanceGroup2
OBJECT-GROUP
A collection of objects used to define an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.20deprecated
hpicfOpenFlowInstanceGroup3
OBJECT-GROUP
A collection of objects used to define an OpenFlow instance.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.21current
hpicfOpenFlowControllerGroup1
OBJECT-GROUP
A collection of objects used to define controllers.
1.3.6.1.4.1.11.2.14.11.5.1.89.2.2.22current