MIBs Depot

CTRON-RATE-POLICING-MIB

Registered at
1.3.6.1.4.1.52.4.1.2.14.7
Last updated
2003-04-10 15:18
Organization
Enterasys Networks, Inc
Revisions
2003-04-10 15:18, 2003-03-11 15:53, 2000-11-28 15:51, 1999-06-21 00:00
Namespace
enterasys
Source file
CTRON-RATE-POLICING-MIB
Digest
sha256:a9f4d3911fd889447178266c159e105b3b29438ff44a476da7539fb08246b3f6

Description

The Enterasys Rate Policing MIB module allows the user to set maximum ingress rates on a per port, per priority basis.

Contact

Postal: Enterasys Networks 50 Minuteman Rd. Andover, MA 01810-1008 USA Phone: +1 978 684 1000 E-mail: support@enterasys.com WWW: http://www.enterasys.com

Imports

FromSymbols
BRIDGE-MIBdot1dBasePort
CTRON-MIB-NAMESctPriorityExt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

BRIDGE-MIB
CTRON-MIB-NAMES
CTRON-OIDS
CTRON-RATE-POLICING-MIB
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CtPriList
TEXTUAL-CONVENTION
The least significant octet within this integer specifies a set of eight priorities. Within this octet, the most significant bit represents the highest priority(7), and the least significant bit represents the lowest priority(0). Thus, each priority is represented by a single bit within the value of this object. If that bit has a value of '1' then that priority is included in the set of priorities; the priority is not included if its bit has a value of '0'.
current
CtRatePolActionList
TEXTUAL-CONVENTION
This value represents a list of rate policing actions.
current
CtRatePolDirectionList
TEXTUAL-CONVENTION
This value represents the possible traffic flow directions.
current

Objects

NameOIDSyntaxAccessStatus
ctRatePolicingObjects
OBJECT-IDENTITY
1.3.6.1.4.1.52.4.1.2.14.7.1
ctRatePolicingAdminStatus
OBJECT-TYPE
Allows the rate policing feature to be globally enabled/disabled. A value of disable(2), functionally supersedes the ctRatePolicingRuleStatus of individual entries in the ctRatePolicingConfigTable, but does not change their actual values.
1.3.6.1.4.1.52.4.1.2.14.7.1.1INTEGER {enable(1), disable(2)}read-writecurrent
ctRatePolicingConfigLastChange
OBJECT-TYPE
The value of sysUpTime the last time anything in the ctRatePolicingConfigTable changed.
1.3.6.1.4.1.52.4.1.2.14.7.1.2TimeTicksread-onlycurrent
ctRatePolicingConfigTable
OBJECT-TYPE
This table allows configuration of rate policing rules on this device. Their are a limited number of resources available for rate policing, and this directly limits the number of rate policing rules that may be configured on each port. As a result this table does not support dynamic row creation, rather, all possible rows exist in either an active or disabled state. A manager application should not, however, infer that this configuration is necessarily fixed during the lifetime of the managed entity. The allocation of resources could theoretically be shifted. For example port 20 could have 3 resources and at some point suddenly have 4 or 2. Any such change would of course cause the value of ctRatePolicingConfigLastChange to change. At this time their is no defined mechanism to move these resources and there very likely never will be. This is merely a warning that manager applications should not count on this.
1.3.6.1.4.1.52.4.1.2.14.7.1.3not-accessiblecurrent
ctRatePolicingConfigEntry
OBJECT-TYPE
Describes a particular entry of ctRatePolicingConfigTable.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1not-accessiblecurrent
ctRatePolicingResourceIndex
OBJECT-TYPE
This specifies a unique resource available for configuring a rate policing rule on this port. Each port has a limited number of resources available for rate policing. This index simply provides a mechanism for uniquely addressing each of these resources.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.1INTEGER (0..65535)not-accessiblecurrent
ctRatePolicingActionsAllowed
OBJECT-TYPE
This specifies the valid policing actions that may be taken for this port upon exceeding the threshold specified in ctRatePolicingThreshHold.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.2CtRatePolActionListread-onlycurrent
ctRatePolicingAction
OBJECT-TYPE
This is the action to be taken if the rate limit is exceeded. This value must be a valid action as specified by the corresponding ctRatePolicingActionsAllowed object. Also, no more than one action may be specified. Attempts to set this value outside of the aforementioned guidelines will fail.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.3CtRatePolActionListread-writecurrent
ctRatePolicingThreshHoldMin
OBJECT-TYPE
The minimum rate limit value for this entry in kB per second.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.4Integer32 (0..2147483647)read-onlycurrent
ctRatePolicingThreshHold
OBJECT-TYPE
The rate limit value for this entry in kB per second. If the rate is exceeded the defined action in ctRatePolicingAction will be enforced. This value may not be set below the minimum rate specified in ctRatePolicingThreshHoldMin.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.5Integer32 (0..2147483647)read-writecurrent
ctRatePolicingPriorityList
OBJECT-TYPE
This specifies the list of priorities to which this rule applies.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.6CtPriListread-writecurrent
ctRatePolicingRuleStatus
OBJECT-TYPE
This object provides both control and status for the associated conceptual row in the table. The value of active(1) indicates that device is actively applying the rate policing rule defined by the other leaves in this row. All other read-write leaves in this row have an effective value of read-only while the row is in the active state. The value of disabled(2) indicates that this row is essentially an available resource which MAY be configured and activated.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.7INTEGER {active(1), disabled(2)}read-writecurrent
ctRatePolicingActionsTaken
OBJECT-TYPE
This object counts the number of times the ctRatePolicingAction has been enforced for this particular entry.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.8Integer32read-onlycurrent
ctRatePolicingDirectionsAllowed
OBJECT-TYPE
This specifies the valid policing directions that may be taken for this port.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.9CtRatePolDirectionListread-onlycurrent
ctRatePolicingDirection
OBJECT-TYPE
This specifies the direction of the traffic flow that will be limited.
1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.10CtRatePolDirectionListread-writecurrent
ctRatePolicingConformance
OBJECT-IDENTITY
1.3.6.1.4.1.52.4.1.2.14.7.2
ctRatePolicingGroups
OBJECT-IDENTITY
1.3.6.1.4.1.52.4.1.2.14.7.2.1
ctRatePolicingCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.52.4.1.2.14.7.2.2

Conformance

NameOIDStatus
ctRatePolicingConfigGroup
OBJECT-GROUP
A collection of objects providing device level control and status information for rate policing.
1.3.6.1.4.1.52.4.1.2.14.7.2.1.1current
ctRatePolicingCompliance
MODULE-COMPLIANCE
The compliance statement for devices that support rate policing.
1.3.6.1.4.1.52.4.1.2.14.7.2.2.1current