HP-ICF-RATE-LIMIT-MIB

File: HP-ICF-RATE-LIMIT-MIB.mib (53919 bytes)

Imported modules

SNMPv2-SMI IF-MIB SNMPv2-CONF
HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 InterfaceIndex
ifIndex MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP hpicfObjectModules hpicfRateLimitTrapsPrefix

Defined Types

HpICMPRateLimitPortConfigEntry  
SEQUENCE    
  hpICMPRateLimitPortConfigIndex InterfaceIndex
  hpICMPRateLimitPortState INTEGER
  hpICMPRateLimitPortPrct Integer32
  hpICMPRateLimitPortAlarmFlag INTEGER
  hpICMPRateLimitPortKbps Integer32
  hpICMPRateLimitPortControlMode INTEGER
  hpICMPRateLimitPortIpPacketType INTEGER

HpBWMinEgressPortPrctEntry  
SEQUENCE    
  hpBWMinEgressPortPrctQueue Integer32
  hpBWMinEgressPortPrct Integer32

HpBWMinIngressPortPrctEntry  
SEQUENCE    
  hpBWMinIngressPortPrctQueue Integer32
  hpBWMinIngressPortPrct Integer32

HpEgressRateLimitPortConfigEntry  
SEQUENCE    
  hpEgressRateLimitPortIndex InterfaceIndex
  hpEgressRateLimitPortControlMode INTEGER
  hpEgressRateLimitPortSingleControlPrct Integer32
  hpEgressRateLimitPortSingleControlBps Unsigned32
  hpEgressRateLimitPortSingleControlKbps Integer32

HpEgressRateLimitPortPrctEntry  
SEQUENCE    
  hpEgressRateLimitPortPrctQueue Integer32
  hpEgressRateLimitPortPrct Integer32

HpEgressRateLimitPortBpsEntry  
SEQUENCE    
  hpEgressRateLimitPortBpsQueue Integer32
  hpEgressRateLimitPortBps Unsigned32

HpIngressRateLimitPortConfigEntry  
SEQUENCE    
  hpIngressRateLimitPortIndex InterfaceIndex
  hpIngressRateLimitPortControlMode INTEGER
  hpIngressRateLimitPortSingleControlPrct Integer32
  hpIngressRateLimitPortSingleControlBps Unsigned32
  hpIngressRateLimitPortSingleControlKbps Integer32

HpIngressRateLimitPortPrctEntry  
SEQUENCE    
  hpIngressRateLimitPortPrctQueue Integer32
  hpIngressRateLimitPortPrct Integer32

HpIngressRateLimitPortBpsEntry  
SEQUENCE    
  hpIngressRateLimitPortBpsQueue Integer32
  hpIngressRateLimitPortBps Unsigned32

HpIngressBcastLimitPortConfigEntry  
SEQUENCE    
  hpIngressBcastLimitPortIndex InterfaceIndex
  hpIngressBcastLimitPortControlMode INTEGER
  hpIngressBcastLimitPortSingleControlPrct Integer32
  hpIngressBcastLimitPortSingleControlKbps Integer32

HpIngressMcastLimitPortConfigEntry  
SEQUENCE    
  hpIngressMcastLimitPortIndex InterfaceIndex
  hpIngressMcastLimitPortControlMode INTEGER
  hpIngressMcastLimitPortSingleControlPrct Integer32
  hpIngressMcastLimitPortSingleControlKbps Integer32

Defined Values

hpicfRateLimitMIB 1.3.6.1.4.1.11.2.14.10.2.14
This MIB module describes HP rate limit information.
MODULE-IDENTITY    

hpicfRateLimitObjects 1.3.6.1.4.1.11.2.14.10.2.14.1
OBJECT IDENTIFIER    

hpicfICMPRateLimitObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.1
OBJECT IDENTIFIER    

hpICMPRateLimitConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1
OBJECT IDENTIFIER    

hpICMPRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1
A table that contains configuration objects on ICMP rate limit on a per interface basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpICMPRateLimitPortConfigEntry

hpICMPRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1
Entry that contains configuration objects on ICMP rate limit on a per interface basis
Status: current Access: not-accessible
OBJECT-TYPE    
  HpICMPRateLimitPortConfigEntry  

hpICMPRateLimitPortConfigIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.1
The interface index associated with this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpICMPRateLimitPortState 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.2
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hpICMPRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpICMPRateLimitPortAlarmFlag 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), set(2)  

hpICMPRateLimitPortKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

hpICMPRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), portPrct(2), portKbps(3)  

hpICMPRateLimitPortIpPacketType 1.3.6.1.4.1.11.2.14.10.2.14.1.1.1.1.1.7
This object represents the type(s) of IP packet to which the specified ICMP rate-limit will be applied. The default is IPv4.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ipv4PacketsOnly(1), ipv6PacketsOnly(2), ipv4AndIpv6Packets(3)  

hpICMPRateLimitPortNotification 1.3.6.1.4.1.11.2.14.12.5.0.1
This notification indicates limit has exceeded.
Status: current Access: read-write
NOTIFICATION-TYPE    

hpICMPRateLimitNotifyPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.1.2
The interface index associated with hpICMPRateLimitPortNotification event.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InterfaceIndex  

hpicfBWMinEgressObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.2
OBJECT IDENTIFIER    

hpBWMinEgressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1
OBJECT IDENTIFIER    

hpBWMinEgressPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.1
The number of bandwidth minimum egress queues supported on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpBWMinEgressPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpBWMinEgressPortPrctEntry

hpBWMinEgressPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1
The information associated with each port's egress Guaranteed Minimum Bandwidth percent configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpBWMinEgressPortPrctEntry  

hpBWMinEgressPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..9000  

hpBWMinEgressPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.2.1.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpicfBWMinIngressObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.3
OBJECT IDENTIFIER    

hpBWMinIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1
OBJECT IDENTIFIER    

hpBWMinIngressPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.1
The number of bandwidth minimum ingress queues supported on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpBWMinIngressPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpBWMinIngressPortPrctEntry

hpBWMinIngressPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1
The information associated with each port's ingress Guaranteed Minimum Bandwidth percent configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpBWMinIngressPortPrctEntry  

hpBWMinIngressPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..9000  

hpBWMinIngressPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.3.1.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpicfRateLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.4
OBJECT IDENTIFIER    

hpRateLimitPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1
OBJECT IDENTIFIER    

hpEgressRateLimitPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.1
The number of egress rate-limiting queues supported on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpEgressRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2
A table that contains information about the port egress Rate-Limiting configurations on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpEgressRateLimitPortConfigEntry

hpEgressRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1
The information associated with each port's egress Rate-Limiting configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpEgressRateLimitPortConfigEntry  

hpEgressRateLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.1
The ifIndex value which uniquely identifies a row in the Interfaces Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpEgressRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.2
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 egressRateLimitPerPortOnlyBpsMode is configured, there will be a single maximum bits-per-second rate for the entire port. If egressRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second rate for the entire port. If egressRateLimitPerQueueBpsMode is configured, the maximum transmission-rate values for each of the queues will be expressed in bits-per-second (again, the sum of these values must not exceed the maximum Bytes-per-second capability of the network link). The queues are defined under hpEgressRateLimitPortPrctTable. When egress rate-limiting is disabled, there are no maximum controls on egress for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), egressRateLimitPerPortOnly(2), egressRateLimitPerQueue(3), egressRateLimitPerPortOnlyBpsMode(4), egressRateLimitPerQueueBpsMode(5), egressRateLimitPerPortOnlyKbpsMode(6)  

hpEgressRateLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.3
When hpEgressRateLimitPortControlMode is configured for egressRateLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on egress.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpEgressRateLimitPortSingleControlBps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.4
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4200000000  

hpEgressRateLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

hpEgressRateLimitPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpEgressRateLimitPortPrctEntry

hpEgressRateLimitPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1
The information associated with each port's egress Rate-Limiting percent configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpEgressRateLimitPortPrctEntry  

hpEgressRateLimitPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..9000  

hpEgressRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.3.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpEgressRateLimitPortBpsTable 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpEgressRateLimitPortBpsEntry

hpEgressRateLimitPortBpsEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1
The information associated with each port's egress Rate-Limiting bits-per-second configuration.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpEgressRateLimitPortBpsEntry  

hpEgressRateLimitPortBpsQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hpEgressRateLimitPortBps 1.3.6.1.4.1.11.2.14.10.2.14.1.4.1.4.1.2
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4200000000  

hpicfIngressRateLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.5
OBJECT IDENTIFIER    

hpRateLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1
OBJECT IDENTIFIER    

hpIngressRateLimitPortNumQueues 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.1
The number of ingress rate-limiting queues supported on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpIngressRateLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2
A table that contains information about the port ingress Rate-Limiting configurations on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIngressRateLimitPortConfigEntry

hpIngressRateLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1
The information associated with each port's ingress Rate-Limiting configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpIngressRateLimitPortConfigEntry  

hpIngressRateLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.1
The ifIndex value which uniquely identifies a row in the Interfaces Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpIngressRateLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.2
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 ingressRateLimitPerPortOnlyBpsMode is configured, there will be a single maximum bits-per-second rate for the entire port. If ingressRateLimitPerPortOnlyKbpsMode is configured, there will be a single maximum kilobits-per-second rate for the entire port. If ingressRateLimitPerQueueBpsMode is configured, the maximum transmission-rate values for each of the queues will be expressed in bits-per-second (again, the sum of these values must not exceed the maximum Bytes-per-second capability of the network link). The queues are defined under hpIngressRateLimitPortPrctTable. When ingress rate-limiting is disabled, there are no maximum controls on ingress for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), ingressRateLimitPerPortOnly(2), ingressRateLimitPerQueue(3), ingressRateLimitPerPortOnlyBpsMode(4), ingressRateLimitPerQueueBpsMode(5), ingressRateLimitPerPortOnlyKbpsMode(6)  

hpIngressRateLimitPortSingleControlPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.3
When hpIngressRateLimitPortControlMode is configured for ingressRateLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on egress.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpIngressRateLimitPortSingleControlBps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.4
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4200000000  

hpIngressRateLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.2.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

hpIngressRateLimitPortPrctTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIngressRateLimitPortPrctEntry

hpIngressRateLimitPortPrctEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1
The information associated with each port's ingress Rate-Limiting percent configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpIngressRateLimitPortPrctEntry  

hpIngressRateLimitPortPrctQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..9000  

hpIngressRateLimitPortPrct 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.3.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpIngressRateLimitPortBpsTable 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIngressRateLimitPortBpsEntry

hpIngressRateLimitPortBpsEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1
The information associated with each port's egress Rate-Limiting bits-per-second configuration.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  HpIngressRateLimitPortBpsEntry  

hpIngressRateLimitPortBpsQueue 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1.1
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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hpIngressRateLimitPortBps 1.3.6.1.4.1.11.2.14.10.2.14.1.5.1.4.1.2
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.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4200000000  

hpicfIngressBcastLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.6
OBJECT IDENTIFIER    

hpBcastLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1
OBJECT IDENTIFIER    

hpIngressBcastLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1
A table that contains information about the port ingress Broadcast-Limiting configurations on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIngressBcastLimitPortConfigEntry

hpIngressBcastLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1
The information associated with each port's ingress Broadcast-Limiting configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpIngressBcastLimitPortConfigEntry  

hpIngressBcastLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.1
The ifIndex value which uniquely identifies a row in the Interfaces Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpIngressBcastLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.2
The mode by which this port will be Broadcast-Limited on ingress. If ingressBcastLimitPerPortOnly is configured, there will be a single maximum percentage-based Bcast 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 Bcast-limiting is disabled, there are no maximum controls on ingress for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 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
When hpIngressBcastLimitPortControlMode is configured for ingressBcastLimitPerPortOnly, this value is the maximum percentage of traffic that may be transmitted by this port on ingress.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpIngressBcastLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.6.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

hpicfIngressMcastLimitPortObjects 1.3.6.1.4.1.11.2.14.10.2.14.1.7
OBJECT IDENTIFIER    

hpMcastLimitIngressPortConfig 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1
OBJECT IDENTIFIER    

hpIngressMcastLimitPortConfigTable 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1
A table that contains information about the port ingress Multicast-Limiting configurations on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpIngressMcastLimitPortConfigEntry

hpIngressMcastLimitPortConfigEntry 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1
The information associated with each port's ingress Multicast-Limiting configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpIngressMcastLimitPortConfigEntry  

hpIngressMcastLimitPortIndex 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.1
The ifIndex value which uniquely identifies a row in the Interfaces Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpIngressMcastLimitPortControlMode 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.2
The mode by which this port will be Multicast-Limited on ingress. If ingressMcastLimitPerPortOnly is configured, there will be a single maximum percentage-based Mcast 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 Mcast-limiting is disabled, there are no maximum controls on ingress for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 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
When hpIngressMcastLimitPortControlMode is configured for ingressMcastLimitPerPortOnly, this value is the maximum percentage of multicast traffic that may be transmitted by this port on ingress.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hpIngressMcastLimitPortSingleControlKbps 1.3.6.1.4.1.11.2.14.10.2.14.1.7.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..10000000  

hpicfRateLimitConformance 1.3.6.1.4.1.11.2.14.10.2.14.2
OBJECT IDENTIFIER    

hpicfRateLimitGroups 1.3.6.1.4.1.11.2.14.10.2.14.2.1
OBJECT IDENTIFIER    

hpicfRateLimitCompliances 1.3.6.1.4.1.11.2.14.10.2.14.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.
Status: current Access: not-accessible
MODULE-COMPLIANCE