CTRON-RATE-POLICING-MIB

File: CTRON-RATE-POLICING-MIB.mib (13465 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BRIDGE-MIB CTRON-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 TimeTicks TEXTUAL-CONVENTION
MODULE-COMPLIANCE OBJECT-GROUP dot1dBasePort
ctPriorityExt

Defined Types

CtPriList  
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'.
TEXTUAL-CONVENTION    
  INTEGER 0..255  

CtRatePolActionList  
This value represents a list of rate policing actions.
TEXTUAL-CONVENTION    
  INTEGER none(0), dropPacket(1), flowCtrlPacketAndDrop(2), dropPacketOrFlowCtrlAndDrop(3)  

CtRatePolDirectionList  
This value represents the possible traffic flow directions.
TEXTUAL-CONVENTION    
  INTEGER none(0), inbound(1), outbound(2), inboundAndOutbound(3)  

CtRatePolicingConfigEntry  
SEQUENCE    
  ctRatePolicingResourceIndex INTEGER
  ctRatePolicingActionsAllowed CtRatePolActionList
  ctRatePolicingAction CtRatePolActionList
  ctRatePolicingThreshHoldMin Integer32
  ctRatePolicingThreshHold Integer32
  ctRatePolicingPriorityList CtPriList
  ctRatePolicingRuleStatus INTEGER
  ctRatePolicingActionsTaken Integer32
  ctRatePolicingDirectionsAllowed CtRatePolDirectionList
  ctRatePolicingDirection CtRatePolDirectionList

Defined Values

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

ctRatePolicingObjects 1.3.6.1.4.1.52.4.1.2.14.7.1
OBJECT IDENTIFIER    

ctRatePolicingAdminStatus 1.3.6.1.4.1.52.4.1.2.14.7.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ctRatePolicingConfigLastChange 1.3.6.1.4.1.52.4.1.2.14.7.1.2
The value of sysUpTime the last time anything in the ctRatePolicingConfigTable changed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctRatePolicingConfigTable 1.3.6.1.4.1.52.4.1.2.14.7.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtRatePolicingConfigEntry

ctRatePolicingConfigEntry 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1
Describes a particular entry of ctRatePolicingConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtRatePolicingConfigEntry  

ctRatePolicingResourceIndex 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

ctRatePolicingActionsAllowed 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.2
This specifies the valid policing actions that may be taken for this port upon exceeding the threshold specified in ctRatePolicingThreshHold.
Status: current Access: read-only
OBJECT-TYPE    
  CtRatePolActionList  

ctRatePolicingAction 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  CtRatePolActionList  

ctRatePolicingThreshHoldMin 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.4
The minimum rate limit value for this entry in kB per second.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ctRatePolicingThreshHold 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

ctRatePolicingPriorityList 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.6
This specifies the list of priorities to which this rule applies.
Status: current Access: read-write
OBJECT-TYPE    
  CtPriList  

ctRatePolicingRuleStatus 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), disabled(2)  

ctRatePolicingActionsTaken 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.8
This object counts the number of times the ctRatePolicingAction has been enforced for this particular entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ctRatePolicingDirectionsAllowed 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.9
This specifies the valid policing directions that may be taken for this port.
Status: current Access: read-only
OBJECT-TYPE    
  CtRatePolDirectionList  

ctRatePolicingDirection 1.3.6.1.4.1.52.4.1.2.14.7.1.3.1.10
This specifies the direction of the traffic flow that will be limited.
Status: current Access: read-write
OBJECT-TYPE    
  CtRatePolDirectionList  

ctRatePolicingConformance 1.3.6.1.4.1.52.4.1.2.14.7.2
OBJECT IDENTIFIER    

ctRatePolicingGroups 1.3.6.1.4.1.52.4.1.2.14.7.2.1
OBJECT IDENTIFIER    

ctRatePolicingCompliances 1.3.6.1.4.1.52.4.1.2.14.7.2.2
OBJECT IDENTIFIER    

ctRatePolicingConfigGroup 1.3.6.1.4.1.52.4.1.2.14.7.2.1.1
A collection of objects providing device level control and status information for rate policing.
Status: current Access: read-write
OBJECT-GROUP    

ctRatePolicingCompliance 1.3.6.1.4.1.52.4.1.2.14.7.2.2.1
The compliance statement for devices that support rate policing.
Status: current Access: read-write
MODULE-COMPLIANCE