CTRON-RATE-POLICING-MIB
24 objects
The Enterasys Rate Policing MIB module allows the user to set maximum ingress rates on a per port, per priority basis.
Imported Objects
| BRIDGE-MIB | dot1dBasePort |
| CTRON-MIB-NAMES | ctPriorityExt |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.52.4.1.2.14.7 | IdentityctRatePolicing | The Enterasys Rate Policing MIB module allows the user to set maximum ingress rates on a per port, per priority basis. | ||
| 1.3.6.1.4.1.52.4.1.2.14.7.1 | NodectRatePolicingObjects | |||
| 1.3.6.1.4.1.52.4.1.2.14.7.1.1 | ScalarctRatePolicingAdminStatus | read-write | current | Allows the rate policing feature to be globally enabled/disabled. A value of disable(2), functionally supersedes the ctRatePolicingRuleStatus of individual ent… |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.2 | ScalarctRatePolicingConfigLastChange | read-only | current | 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.3 | TablectRatePolicingConfigTable | not-accessible | current | 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 l… |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1 | RowctRatePolicingConfigEntry | not-accessible | current | Describes a particular entry of ctRatePolicingConfigTable. |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.1 | ColumnctRatePolicingResourceIndex | not-accessible | current | 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 po… |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.2 | ColumnctRatePolicingActionsAllowed | read-only | current | 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.3 | ColumnctRatePolicingAction | read-write | current | 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 … |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.4 | ColumnctRatePolicingThreshHoldMin | read-only | current | 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.5 | ColumnctRatePolicingThreshHold | read-write | current | 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 b… |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.6 | ColumnctRatePolicingPriorityList | read-write | current | 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.7 | ColumnctRatePolicingRuleStatus | read-write | current | 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 … |
| 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.8 | ColumnctRatePolicingActionsTaken | read-only | current | 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.9 | ColumnctRatePolicingDirectionsAllowed | read-only | current | 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.10 | ColumnctRatePolicingDirection | read-write | current | This specifies the direction of the traffic flow that will be limited. |
| 1.3.6.1.4.1.52.4.1.2.14.7.2 | NodectRatePolicingConformance | |||
| 1.3.6.1.4.1.52.4.1.2.14.7.2.1 | NodectRatePolicingGroups | |||
| 1.3.6.1.4.1.52.4.1.2.14.7.2.1.1 | GroupctRatePolicingConfigGroup | current | 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.2 | NodectRatePolicingCompliances | |||
| 1.3.6.1.4.1.52.4.1.2.14.7.2.2.1 | CompliancectRatePolicingCompliance | current | The compliance statement for devices that support rate policing. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CtPriList | INTEGER (0..255) | current | 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 pr… |
| CtRatePolActionList | INTEGER { none(0), dropPacket(1), flowCtrlPacketAndDrop(2), dropPacketOrFlowCtrlAndDrop(3) } | current | This value represents a list of rate policing actions. |
| CtRatePolDirectionList | INTEGER { none(0), inbound(1), outbound(2), inboundAndOutbound(3) } | current | This value represents the possible traffic flow directions. |