FOUNDRY-VLAN-CAR-MIB

File: FOUNDRY-VLAN-CAR-MIB.mib (7599 bytes)

Imported modules

SNMPv2-SMI FOUNDRY-SN-SWITCH-GROUP-MIB FOUNDRY-CAR-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Counter64 Integer32 snSwitch
PacketSource RateLimitType RateLimitAction

Defined Types

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

Defined Values

snVLanCAR 1.3.17
Copyright 1996-2010 Brocade Communications Systems, Inc. All rights reserved. This Brocade Communications Systems SNMP Management Information Base Specification embodies Brocade Communications Systems' confidential and proprietary intellectual property. Brocade Communications Systems retains all title and ownership in the Specification, including any revisions. This Specification is supplied AS IS, and Brocade Communications Systems makes no warranty, either express or implied, as to the use, operation, condition, or performance of the specification, and any unintended consequence it may on the user environment.
MODULE-IDENTITY    

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: current 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: current 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: current 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: current 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: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

snVLanCARType 1.3.17.1.1.1.4
The type of traffic rate-limited against.
Status: current 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: current Access: read-only
OBJECT-TYPE    
  Integer32  

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: current Access: read-only
OBJECT-TYPE    
  Integer32  

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: current Access: read-only
OBJECT-TYPE    
  Integer32  

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: current Access: read-only
OBJECT-TYPE    
  Integer32  

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: current 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: current Access: read-only
OBJECT-TYPE    
  RateLimitAction  

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

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

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

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

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