HP-CAR-MIB

File: HP-CAR-MIB.mib (6986 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI HP-SN-SWITCH-GROUP-MIB

Imported symbols

OBJECT-TYPE Gauge Counter64
snCAR

Defined Types

PacketSource  
INTEGER input(0), output(1)    

RateLimitType  
INTEGER all(3), quickAcc(2), standardAcc(1)    

RateLimitAction  
INTEGER continue(1), drop(2), precedCont(3), precedXmit(4), xmit(5)    

SnPortCAREntry  
SEQUENCE    
  snPortCARifIndex INTEGER
  snPortCARDirection PacketSource
  snPortCARRowIndex INTEGER
  snPortCARType RateLimitType
  snPortCARAccIdx INTEGER
  snPortCARRate INTEGER
  snPortCARLimit INTEGER
  snPortCARExtLimit INTEGER
  snPortCARConformAction RateLimitAction
  snPortCARExceedAction RateLimitAction
  snPortCARStatSwitchedPkts Counter64
  snPortCARStatSwitchedBytes Counter64
  snPortCARStatFilteredPkts Counter64
  snPortCARStatFilteredBytes Counter64
  snPortCARStatCurBurst Gauge

Defined Values

snPortCARs 1.3.16.1
OBJECT IDENTIFIER    

snPortCARTable 1.3.16.1.1
A table of rate limit configuration entries. Rate Limit is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnPortCAREntry

snPortCAREntry 1.3.16.1.1.1
A collection of rate-limit configuration objects on this interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnPortCAREntry  

snPortCARifIndex 1.3.16.1.1.1.1
The ifIndex value for this rate limit entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snPortCARDirection 1.3.16.1.1.1.2
The input or output transmission direction for the Rate Limit object. input (0), --for inbound traffic output(1) --for outbound traffic
Status: mandatory Access: read-only
OBJECT-TYPE    
  PacketSource  

snPortCARRowIndex 1.3.16.1.1.1.3
The table index for rate limit objects. It increases as the rate limit entries are added. Skips the number when a row is deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

snPortCARType 1.3.16.1.1.1.4
The type of traffic rate-limited against.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RateLimitType  

snPortCARAccIdx 1.3.16.1.1.1.5
The index to the access list if RateLimitType is either quickAcc or standardAcc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snPortCARRate 1.3.16.1.1.1.6
The comitted access rate. This determines the long term average transmission rate. Traffic that falls under this rate always conforms. This is average rate in bits per second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snPortCARLimit 1.3.16.1.1.1.7
This is the normal burst size that determines how large traffic bursts can be before some traffic exceeds the rate limit. This specifies the number of bytes that are guaranteed to be transported by the network at the average rate under normal conditions during committed time interval. This normal burst size is in bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snPortCARExtLimit 1.3.16.1.1.1.8
This is the extended burst limit that determines how large traffic bursts can be before all the traffic exceeds the rate limit. This burst size is in bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snPortCARConformAction 1.3.16.1.1.1.9
Action to be taken when the traffic is within the Rate Limit. drop drop the packet. xmit transmit the packet. continue continue to evaluate to the subsequent rate limits. precedXmit rewrite the IP precedence and transmit the packet. precedCont rewrite the IP precedence and allow it evaluated by subsequent rate limits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RateLimitAction  

snPortCARExceedAction 1.3.16.1.1.1.10
Action to be taken when the traffic exceeds the Rate Limit.drop drop the packet. xmit transmit the packet. continue continue to evaluate to the subsequent rate limits. precedXmit rewrite the IP precedence and transmit the packet. precedCont rewrite the IP precedence and allow it evaluated by subsequent rate limits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RateLimitAction  

snPortCARStatSwitchedPkts 1.3.16.1.1.1.11
The counter of packets permitted by this rate limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snPortCARStatSwitchedBytes 1.3.16.1.1.1.12
The counter of bytes permitted by this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snPortCARStatFilteredPkts 1.3.16.1.1.1.13
The counter of packets which exceeded this rate limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snPortCARStatFilteredBytes 1.3.16.1.1.1.14
The counter of bytes which exceeded this rate limit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snPortCARStatCurBurst 1.3.16.1.1.1.15
The current received burst size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge