HP-ICF-RATE-LIMIT-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-RATE-LIMIT-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
 hpicfRateLimitMIB 1.3.6.1.4.1.11.2.14.10.2.14
This MIB module describes HP rate limit information.
       hpicfRateLimitObjects 1.3.6.1.4.1.11.2.14.10.2.14.1
           hpicfICMPRateLimitObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.1
               hpICMPRateLimitConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1
                   hpICMPRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1 no-access
A table that contains configuration objects on ICMP rate limit on a per interface basis.
                       hpICMPRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1 no-access
Entry that contains configuration objects on ICMP rate limit on a per interface basis
                           hpICMPRateLimitPortConfigIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.1 interfaceindex no-access
The interface index associated with this entry.
                           hpICMPRateLimitPortState 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.2 integer read-write
This object indicates whether ICMP rate limiting is enabled on the corresponding port. Because this is a State object it cannot distinguish between percent-based ICMP Rate-Limiting and the newer Kbps-based ICMP Rate-Limiting. Therefore, it has been deprecated in favor of hpICMPRateLimitPortControlMode. Enumeration: 'disabled': 2, 'enabled': 1.
                           hpICMPRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.3 integer32 read-write
This indicates the percent of ICMP rate limit on the port. The value of this object must be interpreted under the context of hpICMPRateLimitPortState. A value of 0 is not the same as disabling, but rather all ICMP traffic must be dropped.
                           hpICMPRateLimitPortAlarmFlag 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.4 integer read-write
This object indicates whether ICMP rate limiting alarm has been sent. When an alarm is sent, this object is set to set(2). Once a management station changes this object to clear(1), an alarm can be sent again for this port. Enumeration: 'clear': 1, 'set': 2.
                           hpICMPRateLimitPortKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.5 integer32 read-write
The maximum Kilobits-per-second of ICMP traffic that may be received inbound on the port. The value of this object must be interpreted under the context of hpICMPRateLimitControlMode. A value of 0 is not the same as disabling, but means instead that all ICMP traffic must be dropped.
                           hpICMPRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.6 integer read-write
The mode by which inbound ICMP traffic on this port will Rate-Limited. If icmpRateLimitPerPortOnly is configured, there will be a single maximum percentage-based rate for the entire port. If icmpRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per- second rate for the entire port. When ICMP rate-limiting is disabled, there are no maximum controls on inbound ICMP traffic for this port. Enumeration: 'disabled': 1, 'portKbps': 3, 'portPrct': 2.
                           hpICMPRateLimitPortIpPacketType 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.7 integer read-write
This object represents the type(s) of IP packet to which the specified ICMP rate-limit will be applied. The default is IPv4. Enumeration: 'ipv4AndIpv6Packets': 3, 'ipv6PacketsOnly': 2, 'ipv4PacketsOnly': 1.
               hpICMPRateLimitNotifyPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.1.2 interfaceindex no-access
The interface index associated with hpICMPRateLimitPortNotification event.
           hpicfBWMinEgressObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.2
               hpBWMinEgressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1
                   hpBWMinEgressPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.1 integer32 read-only
The number of bandwidth minimum egress queues supported on this system.
                   hpBWMinEgressPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2 no-access
A table that contains information about the port's egress Guaranteed Minimum Bandwidth percent configurations on this switch. The number of entries in this table is determined by hpBWMinEgressPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpBWMinEgressPortNumQueues being the highest.
                       hpBWMinEgressPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1 no-access
The information associated with each port's egress Guaranteed Minimum Bandwidth percent configuration.
                           hpBWMinEgressPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpBWMinEgressPortNumQueues being the highest.
                           hpBWMinEgressPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1.2 integer32 read-write
The percentage of Guaranteed Minimum bandwidth to be assigned to this egress queue for this port. Total values for all queues must not exceed 100 percent.
           hpicfBWMinIngressObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.3
               hpBWMinIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1
                   hpBWMinIngressPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.1 integer32 read-only
The number of bandwidth minimum ingress queues supported on this system.
                   hpBWMinIngressPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2 no-access
A table that contains information about the port's ingress Guaranteed Minimum Bandwidth percent configurations on this switch. The number of entries in this table is determined by hpBWMinIngressPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpBWMinIngressPortNumQueues being the highest.
                       hpBWMinIngressPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1 no-access
The information associated with each port's ingress Guaranteed Minimum Bandwidth percent configuration.
                           hpBWMinIngressPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpBWMinIngressPortNumQueues being the highest.
                           hpBWMinIngressPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1.2 integer32 read-write
The percentage of Guaranteed Minimum bandwidth to be assigned to this ingress queue for this port. Total values for all queues must not exceed 100 percent.
           hpicfRateLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.4
               hpRateLimitPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1
                   hpEgressRateLimitPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.1 integer32 read-only
The number of egress rate-limiting queues supported on this system.
                   hpEgressRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2 no-access
A table that contains information about the port egress Rate-Limiting configurations on this switch.
                       hpEgressRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1 no-access
The information associated with each port's egress Rate-Limiting configuration.
                           hpEgressRateLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.1 interfaceindex no-access
The ifIndex value which uniquely identifies a row in the Interfaces Table.
                           hpEgressRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.2 integer read-write
The mode by which this port will be Rate-Limited on egress. If egressRateLimitPerPortOnly is configured, there will be a single maximum percentage-based rate for the entire port. If egressRateLimitPerQueue is configured, the values for each of the queues indicate the maximum percentage of port traffic that may be transmitted by that queue. If egressRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second rate for the entire port. The queues are defined under hpEgressRateLimitPortPrctTable. When egress rate-limiting is disabled, there are no maximum controls on egress for this port. NOTE : Currently, egressRateLimitPerPortOnlyBpsMode and egressRateLimitPerQueueBpsMode are not supported. Enumeration: 'egressRateLimitPerPortOnly': 2, 'egressRateLimitPerPortOnlyBpsMode': 4, 'disabled': 1, 'egressRateLimitPerPortOnlyKbpsMode': 6, 'egressRateLimitPerQueueBpsMode': 5, 'egressRateLimitPerQueue': 3.
                           hpEgressRateLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.3 integer32 read-write
When hpEgressRateLimitPortControlMode is configured for egressRateLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on egress.
                           hpEgressRateLimitPortSingleControlBps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.4 unsigned32 read-write
When hpEgressRateLimitPortControlMode is configured for egressRateLimitPerPortOnlyBpsMode, this value is the maximum bits-per-second of traffic that may be transmitted by this port on egress.
                           hpEgressRateLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.5 integer32 read-write
When hpEgressRateLimitPortControlMode is configured for egressRateLimitPerPortOnlyKbpsMode, this value is the maximum kilobits-per-second of traffic that may be transmitted by this port on egress.
                           hpEgressRateLimitPortQueueControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.6 integer read-write
The mode by which queues on this port will be rate-limited on egress. If egressRateLimitQueuePrctMode is configured, the values for each of the queues indicate the maximum percentage of port traffic that may be transmitted by that queue.If egressRateLimitQueueKbpsMode is configured, the maximum transmission-rate values for each of the queues will be expressed in kilobits-per-second. The queues are defined under hpEgressRateLimitPortQueueTable. When egress rate-limiting is disabled, there are no maximum controls on egress for this port. Enumeration: 'disabled': 1, 'egressRateLimitQueueKbpsMode': 3, 'egressRateLimitQueuePrctMode': 2.
                   hpEgressRateLimitPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3 no-access
A table that contains information about the port egress Rate-Limiting percent configurations on this switch. The number of entries in this table is determined by hpEgressRateLimitPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest priority and queue hpEgressRateLimitPortNumQueues being the highest priority.
                       hpEgressRateLimitPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1 no-access
The information associated with each port's egress Rate-Limiting percent configuration.
                           hpEgressRateLimitPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1.1 integer32 no-access
The queue associated with this entry. The priority o of the queues is in ascending order, starting with queue one being the lowest and queue hpEgressRateLimitgressPortNumQueues being the highest.
                           hpEgressRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1.2 integer32 read-write
The maximum percentage of traffic that may be transmitted by this port's queue on egress. hpEgressRateLimitPortControlMode must be configured to use egressRateLimitPerQueue for this to take effect. A value of 0-percent for any queue means that no traffic will ever be transmitted on this port for that egress queue.
                   hpEgressRateLimitPortBpsTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4 no-access
A table that contains information about the port egress Rate-Limiting bits-per-second configurations on this switch. The number of entries in this table is determined by hpEgressRateLimitPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest priority and queue hpEgressRateLimitPortNumQueues being the highest priority queue.
                       hpEgressRateLimitPortBpsEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1 no-access
The information associated with each port's egress Rate-Limiting bits-per-second configuration.
                           hpEgressRateLimitPortBpsQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpEgressRateLimitgressPortNumQueues being the highest.
                           hpEgressRateLimitPortBps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1.2 unsigned32 read-write
The maximum bits-per-second of traffic that may be transmitted by this port's queue on egress. hpEgressRateLimitPortControlMode must be configured to use egressRateLimitPerQueue for this to take effect. A value of 0-percent for any queue means that no traffic will ever be transmitted on this port for that egress queue. The values for each queue must not exceed the bits-per-second capability of the current network link speed.
                   hpEgressRateLimitPortQueueConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.5 no-access
A table that contains information about the port egress- queue rate-limiting configurations on this switch.
                       hpEgressRateLimitPortQueueConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.5.1 no-access
The information associated with the egress rate-limiting configuration for the queues on each port.
                           hpEgressRateLimitPortQueueIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.5.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpEgressRateLimitEgressPortNumQueues being the highest.
                           hpEgressRateLimitPortQueueMax 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.5.1.2 integer32 read-write
The maximum amount of traffic that may be transmitted by this port's corresponding queue on egress. When the value of hpEgressRateLimitPortQueueControlMode is egressRateLimitQueuePrctMode, this maximum value is a percentage. A limit of 100% acts as no limit. A value of 0-percent for any queue means that no traffic will ever be transmitted on this port for that egress queue. When the value of hpEgressRateLimitPortQueueControlMode is egressRateLimitQueueKbpsMode, this maximum value is in kilobits-per-second. A limit of kbps which matches the port's maximum media speed acts as no limit.
           hpicfIngressRateLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.5
               hpRateLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1
                   hpIngressRateLimitPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.1 integer32 read-only
The number of ingress rate-limiting queues supported on this system.
                   hpIngressRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2 no-access
A table that contains information about the port ingress Rate-Limiting configurations on this switch.
                       hpIngressRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1 no-access
The information associated with each port's ingress Rate-Limiting configuration.
                           hpIngressRateLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.1 interfaceindex no-access
The ifIndex value which uniquely identifies a row in the Interfaces Table.
                           hpIngressRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.2 integer read-write
The mode by which this port will be Rate-Limited on ingress. If ingressRateLimitPerPortOnly is configured, there will be a single maximum percentage-based rate for the entire port. If ingressRateLimitPerQueue is configured, the values for each of the queues indicate the maximum percentage of port traffic that may be transmitted by that queue. If ingressRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second rate for the entire port. The queues are defined under hpIngressRateLimitPortPrctTable. When ingress rate-limiting is disabled, there are no maximum controls on ingress for this port. NOTE : Currently, IngressRateLimitPerPortOnlyBpsMode and ingressRateLimitPerQueueBpsMode are not supported. Enumeration: 'ingressRateLimitPerPortOnlyKbpsMode': 6, 'ingressRateLimitPerPortOnly': 2, 'ingressRateLimitPerQueueBpsMode': 5, 'ingressRateLimitPerQueue': 3, 'disabled': 1, 'ingressRateLimitPerPortOnlyBpsMode': 4.
                           hpIngressRateLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.3 integer32 read-write
When hpIngressRateLimitPortControlMode is configured for ingressRateLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on egress.
                           hpIngressRateLimitPortSingleControlBps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.4 unsigned32 read-write
When hpIngressRateLimitPortControlMode is configured for ingressRateLimitPerPortOnlyBpsMode, this value is the maximum bits-per-second of traffic that may be transmitted by this port on ingress.
                           hpIngressRateLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.5 integer32 read-write
When hpIngressRateLimitPortControlMode is configured for ingressRateLimitPerPortOnlyKbpsMode, this value is the maximum kilobits-per-second of traffic that may be transmitted by this port on ingress.
                   hpIngressRateLimitPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3 no-access
A table that contains information about the port ingress Rate-Limiting percent configurations on this switch. The number of entries in this table is determined by hpIngressRateLimitPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest priority and queue hpIngressRateLimitPortNumQueues being the highest priority.
                       hpIngressRateLimitPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1 no-access
The information associated with each port's ingress Rate-Limiting percent configuration.
                           hpIngressRateLimitPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpIngressRateLimitgressPortNumQueues being the highest.
                           hpIngressRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1.2 integer32 read-write
The maximum percentage of traffic that may be transmitted by this port's queue on ingress. hpIngressRateLimitPortControlMode must be configured to use ingressRateLimitPerQueue for this to take effect. A value of 0-percent for any queue means that no traffic will ever be transmitted on this port for that ingress queue. The values for each queue must not exceed 100 percent.
                   hpIngressRateLimitPortBpsTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4 no-access
A table that contains information about the port ingress Rate-Limiting bits-per-second configurations on this switch. The number of entries in this table is determined by hpIngressRateLimitPortNumQueues. The priority of the queues is in ascending order, starting with queue one being the lowest priority and queue hpIngressRateLimitPortNumQueues being the highest priority queue.
                       hpIngressRateLimitPortBpsEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1 no-access
The information associated with each port's egress Rate-Limiting bits-per-second configuration.
                           hpIngressRateLimitPortBpsQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1.1 integer32 no-access
The queue associated with this entry. The priority of the queues is in ascending order, starting with queue one being the lowest and queue hpIngressRateLimitgressPortNumQueues being the highest.
                           hpIngressRateLimitPortBps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1.2 unsigned32 read-write
The maximum bits-per-second of traffic that may be transmitted by this port's queue on ingress. hpIngressRateLimitPortControlMode must be configured to use ingressRateLimitPerQueue for this to take effect. A value of 0-percent for any queue means that no traffic will ever be transmitted on this port for that ingress queue. The values for each queue must not exceed the bits-per-second capability of the current network link speed.
           hpicfIngressBcastLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.6
               hpBcastLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1
                   hpIngressBcastLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1 no-access
A table that contains information about the port ingress Broadcast-Limiting configurations on this switch.
                       hpIngressBcastLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1 no-access
The information associated with each port's ingress Broadcast-Limiting configuration.
                           hpIngressBcastLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.1 interfaceindex no-access
The ifIndex value which uniquely identifies a row in the Interfaces Table.
                           hpIngressBcastLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.2 integer read-write
The mode by which this port will be Broadcast-Limited on ingress. If ingressBcastLimitPerPortOnly is configured, there will be a single maximum percentage-based broadcast traffic limit for the entire port. If ingressBcastLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second maximum broadcast traffic rate for the entire port. When ingress Broadcast-limiting is disabled, there are no maximum broadcast traffic controls on ingress for this port. Enumeration: 'disabled': 1, 'ingressBcastLimitPerPortOnly': 2, 'ingressBcastLimitPerPortOnlyKbpsMode': 3.
                           hpIngressBcastLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.3 integer32 read-write
When hpIngressBcastLimitPortControlMode is configured for ingressBcastLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on ingress.
                           hpIngressBcastLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.4 integer32 read-write
When hpIngressBcastLimitPortControlMode is configured for ingressBcastLimitPerPortOnlyKbpsMode, this value is the maximum kilobits-per-second of broadcast traffic that may be transmitted by this port on ingress.
           hpicfIngressMcastLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.7
               hpMcastLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1
                   hpIngressMcastLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1 no-access
A table that contains information about the port ingress Multicast-Limiting configurations on this switch.
                       hpIngressMcastLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1 no-access
The information associated with each port's ingress Multicast-Limiting configuration.
                           hpIngressMcastLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.1 interfaceindex no-access
The ifIndex value which uniquely identifies a row in the Interfaces Table.
                           hpIngressMcastLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.2 integer read-write
The mode by which this port will be Multicast-Limited on ingress. If ingressMcastLimitPerPortOnly is configured, there will be a single maximum percentage-based multicast traffic limit for the entire port. If ingressMcastLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second maximum multicast traffic rate for the entire port. When ingress Multicast-limiting is disabled, there are no maximum multicast traffic controls on ingress for this port. Enumeration: 'disabled': 1, 'ingressMcastLimitPerPortOnly': 2, 'ingressMcastLimitPerPortOnlyKbpsMode': 3.
                           hpIngressMcastLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.3 integer32 read-write
When hpIngressMcastLimitPortControlMode is configured for ingressMcastLimitPerPortOnly, this value is the maximum percentage of multicast traffic that may be transmitted by this port on ingress.
                           hpIngressMcastLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.4 integer32 read-write
When hpIngressMcastLimitPortControlMode is configured for ingressMcastLimitPerPortOnlyKbpsMode, this value is the maximum kilobits-per-second of multicast traffic that may be transmitted by this port on ingress.
           hpicfUnknownUnicastLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.8
               hpUnknownUnicastLimitPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1
                   hpUnknownUnicastLimitConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1 no-access
A table that contains information about the unknown-unicast rate limiting configurations on this switch.
                       hpUnknownUnicastLimitConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1.1 no-access
The information associated with each port's unknown-unicast rate limiting configuration.
                           hpUnknownUnicastLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1.1.1 interfaceindex no-access
The ifIndex value which uniquely identifies a row in the interfaces table.
                           hpUnknownUnicastLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1.1.2 integer read-write
The mode by which unknown-unicast ingress traffic on this port will be rate limited. If unknownUnicastLimitPerPortOnly is configured, the limit will be a percentage of the current line rate of the port. The percentage is specified in hpUnknownUnicastLimitPortSingleControlPrct. If unknownUnicastLimitPerPortOnlyKbpsMode is configured, the limit will be an absolute value in kilobits-per-second. The kbps rate is specified in hpUnknownUnicastLimitPortSingleControlKbps. If disabled is configured, any unknown-unicast rate limit will be removed. Enumeration: 'disabled': 1, 'unknownUnicastLimitPerPortOnly': 2, 'unknownUnicastLimitPerPortOnlyKbpsMode': 3.
                           hpUnknownUnicastLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1.1.3 integer32 read-write
When hpUnknownUnicastLimitPortControlMode is unknownUnicastLimitPerPortOnly, this value is the maximum allowed ingress rate for unknown-unicast traffic on this port as a percentage of the current line rate.
                           hpUnknownUnicastLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.8.1.1.1.4 integer32 read-write
When hpUnknownUnicastLimitPortControlMode is UnknownUnicastLimitPerPortOnlyKbpsMode, this value is the maximum allowed ingress rate for unknown-unicast traffic on this port in kilobits-per-second.
           hpicfIngressRateLimitVlanObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.9
               hpicfIngressRateLimitVlanConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.9.1 no-access
A table of VLAN rate limits.
                   hpicfIngressRateLimitVlanConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.9.1.1 no-access
A set of objects used to configure rate limits on a VLANs.
                       hpicfIngressRateLimitVlanIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.9.1.1.1 interfaceindex no-access
The VLAN ifIndex value that uniquely identifies a row in the Interfaces Table and corresponds to the VLAN on which the rate limit is being set.
                       hpicfIngressRateLimitVlanControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.9.1.1.2 integer read-write
The rate limit mode. A value of 1 indicates that there is no rate limit set. A value of 2 indicates that the rate limit on the VLAN will be set in Kilobits per second. Enumeration: 'disabled': 1, 'ingressVlanKbps': 2.
                       hpicfIngressRateLimitVlanKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.9.1.1.3 unsigned32 read-write
The maximum rate of inbound traffic permitted on the VLAN in kilobits per second. This limit is the total aggregate inbound traffic allowed across all ports in the VLAN. The value of this object only takes effect when hpicfIngressRateLimitVlanControlMode is set to 'ingressVlanKbps. A limit of 0 will drop all traffic. The actual traffic limit applied in hardware may be rounded down to the nearest multiple of the platform-dependent rate limiting granularity.
       hpicfRateLimitConformance 1.3.6.1.4.1.11.2.14.10.2.14.2
           hpicfRateLimitGroups 1.3.6.1.4.1.11.2.14.10.2.14.2.1
               hpICMPRateLimitPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.1
A collection of objects providing configuration to ICMP rate limiting on an interface.
               hpICMPRateLimitPortNotifyGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.2
A collection of notifications used to indicate ICMP rate limiting on an interface events.
               hpBWMinIngressPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.3
A collection of objects providing configuration to Guaranteed Minimum ingress bandwidth on an interface.
               hpBWMinEgressPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.4
A collection of objects providing configuration to Guaranteed Minimum egress bandwidth on an interface.
               hpEgressRateLimitPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.5
A collection of objects providing configuration to Egress Rate-Limiting on an interface.
               hpIngressRateLimitPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.6
A collection of objects providing configuration to Ingress Rate-Limiting on an interface.
               hpICMPRateLimitPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.7
This replaces the deprecated hpICMPRateLimitPortConfigGroup. A collection of objects providing configuration to ICMP rate limiting on an interface.
               hpEgressRateLimitPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.8
This replaces the deprecated hpEgressRateLimitPortConfigGroup. A collection of objects providing configuration to Egress Rate-Limiting on an interface.
               hpIngressRateLimitPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.9
This replaces the deprecated hpIngressRateLimitPortConfigGroup. A collection of objects providing configuration to Ingress Rate-Limiting on an interface.
               hpBcastLimitIngressPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.10
A collection of objects providing configuration to Ingress Broadcast Limiting on an interface.
               hpMcastLimitIngressPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.11
A collection of objects providing configuration to Ingress Multicast Limiting on an interface.
               hpBcastLimitIngressPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.12
This replaces the deprecated hpBcastLimitIngressPortConfigGroup. A collection of objects providing configuration of Ingress Broadcast Limiting on an interface.
               hpMcastLimitIngressPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.13
This replaces the deprecated hpMcastLimitIngressPortConfigGroup A collection of objects providing configuration of Ingress Multicast Limiting on an interface.
               hpICMPRateLimitPortConfigGroup3 1.3.6.1.4.1.11.2.14.10.2.14.2.1.14
This replaces the deprecated hpICMPRateLimitPortConfigGroup2. A collection of objects providing configuration for ICMP rate limiting on an interface.
               hpUnknownUcastLimitIngressPortConfigGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.15
A collection of objects providing configuration to Ingress Unknown Unicast traffic Limiting on an interface.
               hpicfIngressRateLimitVlanGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.16
A collection of HP proprietary objects to support configuration of VLAN-based rate limits on HP Networking devices.
               hpUnknownUcastLimitIngressPortConfigGroup2 1.3.6.1.4.1.11.2.14.10.2.14.2.1.17
A collection of objects providing configuration to Ingress Unknown Unicast traffic Limiting on an interface.
               hpEgressRateLimitPortConfigGroup3 1.3.6.1.4.1.11.2.14.10.2.14.2.1.18
This replaces the deprecated hpEgressRateLimitPortConfigGroup2. A collection of objects providing configuration to Egress Rate-Limiting on an interface.
               hpEgressRateLimitPortQueueConfigEntryGroup 1.3.6.1.4.1.11.2.14.10.2.14.2.1.19
A collection of objects providing configuration to egress rate-limit on an interface queues.
           hpicfRateLimitCompliances 1.3.6.1.4.1.11.2.14.10.2.14.2.2
               hpicfRateLimitCompliance 1.3.6.1.4.1.11.2.14.10.2.14.2.2.1
The compliance statement for device support of HP-ICF-RATE-LIMIT MIB.
               hpicfRateLimitCompliance1 1.3.6.1.4.1.11.2.14.10.2.14.2.2.2
The compliance statement for device support of HP-ICF-RATE-LIMIT MIB.
               hpicfRateLimitCompliance2 1.3.6.1.4.1.11.2.14.10.2.14.2.2.3
The compliance statement for device support of HP-ICF-RATE-LIMIT MIB.
               hpicfRateLimitCompliance3 1.3.6.1.4.1.11.2.14.10.2.14.2.2.4
The compliance statement for HP switches running IngressRateLimitVlan feature.
               hpicfRateLimitCompliance4 1.3.6.1.4.1.11.2.14.10.2.14.2.2.5
The compliance statement for device support of HP-ICF-RATE-LIMIT MIB.
     hpICMPRateLimitPortNotification 1.3.6.1.4.1.11.2.14.12.5.0.1
This notification indicates limit has exceeded.