HP-VLAN-CAR-MIB

File: HP-VLAN-CAR-MIB.mib (6731 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE Gauge Counter64
PacketSource RateLimitType RateLimitAction
snVLanCAR

Defined Types

SnVLanCAREntry  
SEQUENCE    
  snVLanCARDirection PacketSource
  snVLanCARVLanId INTEGER
  snVLanCARRowIndex INTEGER
  snVLanCARType RateLimitType
  snVLanCARAccIdx INTEGER
  snVLanCARRate INTEGER
  snVLanCARLimit INTEGER
  snVLanCARExtLimit INTEGER
  snVLanCARConformAction RateLimitAction
  snVLanCARExceedAction RateLimitAction
  snVLanCARStatSwitchedPkts Counter64
  snVLanCARStatSwitchedBytes Counter64
  snVLanCARStatFilteredPkts Counter64
  snVLanCARStatFilteredBytes Counter64
  snVLanCARStatCurBurst Gauge

Defined Values

snVLanCARs 1.3.17.1
OBJECT IDENTIFIER    

snVLanCARTable 1.3.17.1.1
A table of rate limit configuration entries for a vlan. 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  
    SnVLanCAREntry

snVLanCAREntry 1.3.17.1.1.1
A collection of rate-limit configuration objects on this vlan.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnVLanCAREntry  

snVLanCARVLanId 1.3.17.1.1.1.1
The VLAN ID as one of the indices of this table . Each VLAN ID can have a membership of multiple ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..4095  

snVLanCARDirection 1.3.17.1.1.1.2
The input or output transmission direction for the Rate Limit object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PacketSource  

snVLanCARRowIndex 1.3.17.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  

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

snVLanCARAccIdx 1.3.17.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  

snVLanCARRate 1.3.17.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  

snVLanCARLimit 1.3.17.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  

snVLanCARExtLimit 1.3.17.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  

snVLanCARConformAction 1.3.17.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  

snVLanCARExceedAction 1.3.17.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  

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

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

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

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

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