FOUNDRY-CAR-MIB
- Registered at
- 1.3.6.1.4.1.1991.1.1.3.16
- Last updated
- 2010-06-02 00:00
- Organization
- Brocade Communications Systems, Inc.
- Revisions
- 2010-06-02 00:00, 2009-09-30 00:00
- Namespace
- extreme
- Source file
FOUNDRY-CAR-MIB- Digest
sha256:27eb4f4e1c761445b018de89df0dc5e63027d30cf4e953e7d3e6ebaf59ae38ba
Description
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.
Contact
Technical Support Center 130 Holger Way, San Jose, CA 95134 Email: ipsupport@brocade.com Phone: 1-800-752-8061 URL: www.brocade.com
Imports
| From | Symbols |
|---|---|
| FOUNDRY-SN-SWITCH-GROUP-MIB | snSwitch |
| IF-MIB | InterfaceIndex, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
FOUNDRY-CAR-MIB FOUNDRY-SN-AGENT-MIB FOUNDRY-SN-ROOT-MIB FOUNDRY-SN-SWITCH-GROUP-MIB HCNUM-TC IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| PacketSource TEXTUAL-CONVENTION | current | |||
| RateLimitAction TEXTUAL-CONVENTION | current | |||
| RateLimitType TEXTUAL-CONVENTION | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| snPortCARs OBJECT-IDENTITY | 1.3.6.1.4.1.1991.1.1.3.16.1 | |||
| snPortCARTable OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1 | not-accessible | current | |
| snPortCAREntry OBJECT-TYPE A collection of rate-limit configuration objects on this interface. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1 | not-accessible | current | |
| snPortCARifIndex OBJECT-TYPE The ifIndex value for this rate limit entry. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.1 | InterfaceIndex | read-only | current |
| snPortCARDirection OBJECT-TYPE The input or output transmission direction for the Rate Limit object. input (0), --for inbound traffic output(1) --for outbound traffic | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.2 | PacketSource | read-only | current |
| snPortCARRowIndex OBJECT-TYPE The table index for rate limit objects. It increases as the rate limit entries are added. Skips the number when a row is deleted. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.3 | INTEGER (1..2147483647) | read-only | current |
| snPortCARType OBJECT-TYPE The type of traffic rate-limited against. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.4 | RateLimitType | read-only | current |
| snPortCARAccIdx OBJECT-TYPE The index to the access list if RateLimitType is either quickAcc or standardAcc. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.5 | Integer32 | read-only | current |
| snPortCARRate OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.6 | Integer32 | read-only | current |
| snPortCARLimit OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.7 | Integer32 | read-only | current |
| snPortCARExtLimit OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.8 | Integer32 | read-only | current |
| snPortCARConformAction OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.9 | RateLimitAction | read-only | current |
| snPortCARExceedAction OBJECT-TYPE 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. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.10 | RateLimitAction | read-only | current |
| snPortCARStatSwitchedPkts OBJECT-TYPE The counter of packets permitted by this rate limit. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.11 | Counter64 | read-only | current |
| snPortCARStatSwitchedBytes OBJECT-TYPE The counter of bytes permitted by this interface. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.12 | Counter64 | read-only | current |
| snPortCARStatFilteredPkts OBJECT-TYPE The counter of packets which exceeded this rate limit. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.13 | Counter64 | read-only | current |
| snPortCARStatFilteredBytes OBJECT-TYPE The counter of bytes which exceeded this rate limit. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.14 | Counter64 | read-only | current |
| snPortCARStatCurBurst OBJECT-TYPE The current received burst size. | 1.3.6.1.4.1.1991.1.1.3.16.1.1.1.15 | Gauge32 | read-only | current |
| agRateLimitCounterTable OBJECT-TYPE A table of rate limit counter entries. | 1.3.6.1.4.1.1991.1.1.3.16.1.2 | not-accessible | current | |
| agRateLimitCounterEntry OBJECT-TYPE A collection of rate-limit counter objects on a interface, direction and configuration row index within that interface. | 1.3.6.1.4.1.1991.1.1.3.16.1.2.1 | not-accessible | current | |
| agRateLimitCounterFwdedOctets OBJECT-TYPE The forwarded octet count for this rate limit entry. | 1.3.6.1.4.1.1991.1.1.3.16.1.2.1.1 | Counter64 | read-only | current |
| agRateLimitCounterDroppedOctets OBJECT-TYPE The dropped octet count for this rate limit entry. | 1.3.6.1.4.1.1991.1.1.3.16.1.2.1.2 | Counter64 | read-only | current |
| agRateLimitCounterReMarkedOctets OBJECT-TYPE The remarked octet count for this rate limit entry. | 1.3.6.1.4.1.1991.1.1.3.16.1.2.1.3 | Counter64 | read-only | current |
| agRateLimitCounterTotalOctets OBJECT-TYPE The total octet count for this rate limit entry. | 1.3.6.1.4.1.1991.1.1.3.16.1.2.1.4 | Counter64 | read-only | current |