RIVERSTONE-RATELIMIT-MIB

File: RIVERSTONE-RATELIMIT-MIB.mib (69533 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
IF-MIB ENTITY-MIB SNMPv2-CONF
RIVERSTONE-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
TimeTicks Integer32 Unsigned32
Counter32 TEXTUAL-CONVENTION RowStatus
StorageType TruthValue SnmpAdminString
ifIndex InterfaceIndexOrZero entPhysicalIndex
MODULE-COMPLIANCE OBJECT-GROUP riverstoneMibs

Defined Types

RsRateLimit  
Rate limit on the selected traffic flow is specified using this data type. For RS Platform, this value can be set from 3000..1000000000 bits per second on all line cards.
TEXTUAL-CONVENTION    
  Unsigned32  

RsBurst  
Burst traffic rate on the selected traffic flow is specified using this data type. For RS platform, the valid range is 10,000..1000000000 bits per second. This is used for dual token bucket meter or Burst Safe(TM) meter
TEXTUAL-CONVENTION    
  Unsigned32  

RsAdminStatus  
Specifies the administrative status enabled or disabled
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

RsDistAmong  
Distribute the unused 'bandwidth' among n number of flows, keeping a minimum specified bandwidth For example if the Software based AggregateRate is 10,000,000 MinBandwidth is 500,000 for each flow and Number of flows is 'n =15' leftOverBandwidth = AggregateRate -(n * MinBandwidth) 'leftOverBandwidth' is distributed among RsDistAmong number of flows. RsDistAmong is 5 leftOverBandwidth = 10,000,000 - (15 * 500,000) = 2,500,000 5 flows among 15 will get an extra 2,500,000/5 = 500000 bps
TEXTUAL-CONVENTION    
  Integer32 1..10  

RsMeterType  
The type of meter service. The value perFlow(1) indicates that this entry specifies a per L3 flow rate limit. softwareFlowAggregate(2) indicates that this entry specifies a software based rate limit aggregate. This is deprecated. hardwareFlowAggregate(3) indicates that this entry specifies a hardware based flow aggregation rate limit perPort(4) indicates that this entry specifies a port-level rate limit service. burstsafe(5) indicates that this entry specifies a dual bucket rate limit. l2(6) indicates that this entry specifies a layer 2 rate limit service.
TEXTUAL-CONVENTION    
  INTEGER perFlow(1), softwareFlowAggregate(2), hardwareFlowAggregate(3), perPort(4), burstsafe(5), l2(6)  

RsMeterInterval  
RS rate limiting is based on credit bucket scheme. A bucket is filled with certain number of credits, and credits are deducted over a given time period. When the time period is expired, the bucket is filled again with the same number of credits. This TC can be used to select time period. This feature does not allow user to specify the period in 'seconds' but a set of numbers from 0 to 10 only.
TEXTUAL-CONVENTION    
  Integer32 0..10  

RsLabel  
ASCII character which are Letters,Digits and Under Scores Strings beginning with Digits and Underscores are not allowed
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..30)  

RsTOS  
In IPv4 its the TOS byte of IP packet header. Unsigned integer value which can be mapped to TOS or DSCP depending on the associated rate limit action type
TEXTUAL-CONVENTION    
  Integer32 0..255  

RsIfDirection  
Specifies a direction of data travel on interface. 'inbound' traffic is operated on during reception from the interface, while 'outbound' traffic is operated on prior to transmission on the interface. 'both' traffic is operated during both reception and prior to transmission on the interface.
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2), both(3), unknown(4)  

RsAction  
Different actions allowed on the RS switch router Can be associated with rsTBMeterTable, or rsPortRLTable for rate limit purposes Note: not all the actions may be applicable to all the modules
TEXTUAL-CONVENTION    
  INTEGER noAction(1), dropPackets(2), setPriorityLow(3), setPriorityMedium(4), setPriorityHigh(5), lowerPriority(6), lowerPriorityExceptControl(7), tosRewrite(8), tosRewriteAndLowerPriority(9), tosPrecedenceRewrite(10), tosPrecedenceRewriteAndLowerPriority(11), markPackets(12)  

RsTBMeterEntry  
SEQUENCE    
  rsTBMeterId RsLabel
  rsTBMeterType RsMeterType
  rsTBMeterRate RsRateLimit
  rsTBMeterInterval RsMeterInterval
  rsTBMeterBurst RsBurst
  rsTBMeterFailAction RsAction
  rsTBMeterFailActionRewrite RsTOS
  rsTBMeterBurstFailAction RsAction
  rsTBMeterBurstFailActionRewrite RsTOS
  rsTBMeterMinimumBandwidth RsRateLimit
  rsTBMeterDistributeAmong RsDistAmong
  rsTBMeterStorageType StorageType
  rsTBMeterStatus RowStatus

RsTBMeterApplyEntry  
SEQUENCE    
  rsTBMeterApplyDirection RsIfDirection
  rsTBMeterApplyAclName RsLabel
  rsTBMeterId2 RsLabel
  rsTBMeterApplyOwner SnmpAdminString
  rsTBMeterApplyAdminStatus RsAdminStatus
  rsTBMeterApplyStorageType StorageType
  rsTBMeterApplyStatus RowStatus

RsPortRLEntry  
SEQUENCE    
  rsPortRLDirection RsIfDirection
  rsPortRLMeterId RsLabel
  rsPortRLOwner SnmpAdminString
  rsPortRLRate RsRateLimit
  rsPortRLFailAction RsAction
  rsPortRLFailActionRewrite RsTOS
  rsPortRLInterval RsMeterInterval
  rsPortRLAdminStatus RsAdminStatus
  rsPortRLStorageType StorageType
  rsPortRLStatus RowStatus

RsL2RLApplyEntry  
SEQUENCE    
  rsL2RLApplyDirection RsIfDirection
  rsL2RLApplyIfIndex InterfaceIndexOrZero
  rsL2RLApplyPortGroupName RsLabel
  rsL2RLApplyFilterName RsLabel
  rsL2RLIsFilterGroup TruthValue
  rsL2RLApplyOnePGrouping INTEGER
  rsL2RLApplyOwner SnmpAdminString
  rsL2RLApplyAdminStatus RsAdminStatus
  rsL2RLApplyStorageType StorageType
  rsL2RLApplyStatus RowStatus

RsRLModeEntry  
SEQUENCE    
  rsRLModeType INTEGER
  rsRLModeInputPortStatus RsAdminStatus
  rsRLModeCapabilityBits BITS
  rsRLModeEntryLastChanged TimeTicks
  rsRLModeStorageType StorageType

RsRLPortGroupEntry  
SEQUENCE    
  rsRLPortGroupName RsLabel
  rsRLPortGroupStorageType StorageType
  rsRLPortGroupStatus RowStatus

RsRLFilterGroupEntry  
SEQUENCE    
  rsRLFilterGroupName RsLabel
  rsRLFilterName RsLabel
  rsRLFilterGroupStorageType StorageType
  rsRLFilterGroupStatus RowStatus

RsTBMeterMonitorEntry  
SEQUENCE    
  rsTBMeterExceedByteCount Counter32
  rsTBMeterCounterDiscontinuityTime TimeTicks
  rsTBMeterExceedPacketCount Counter32
  rsTBMeterExceedBurstPacketCount Counter32

RsPortRLMonitorEntry  
SEQUENCE    
  rsPortRLExceedByteCount Counter32
  rsPortRLCounterDiscontinuityTime TimeTicks
  rsPortRLExceedPacketCount Counter32

RsL2RLMonitorEntry  
SEQUENCE    
  rsL2RLExceedByteCount Counter32
  rsL2RLExceedPacketCount Counter32
  rsL2RLCounterDiscontinuityTime TimeTicks

Defined Values

rsRateLimitMIB 1.3.6.1.4.1.5567.2.25
This mib module defines the Riverstone Networks enterpise MIB for rate limit module. http://www.riverstonenet.com/products. Copyright (C) Riverstone Networks, Inc 2000
MODULE-IDENTITY    

rsRateLimitNotifications 1.3.6.1.4.1.5567.2.25.0
Group for Rate Limit related Notifications
Status: current Access: read-only
OBJECT-IDENTITY    

rsTBMeter 1.3.6.1.4.1.5567.2.25.5
Token Bucket Meter Table and associated objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsTBMeterApply 1.3.6.1.4.1.5567.2.25.10
Meter Apply table and associated objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsTBMeterApplyMonitor 1.3.6.1.4.1.5567.2.25.15
Group of token bucket rate limit monitor objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsPortRateLimit 1.3.6.1.4.1.5567.2.25.20
Input and Output Port based rate limit tables
Status: current Access: read-only
OBJECT-IDENTITY    

rsPortRLMonitor 1.3.6.1.4.1.5567.2.25.25
Group of port based rate limit monitor objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsL2RateLimit 1.3.6.1.4.1.5567.2.25.26
L2 based rate limit tables
Status: current Access: read-only
OBJECT-IDENTITY    

rsL2RLMonitor 1.3.6.1.4.1.5567.2.25.29
Group of l2 based rate limit monitor objects
Status: current Access: read-only
OBJECT-IDENTITY    

rsRateLimitModes 1.3.6.1.4.1.5567.2.25.30
Group of rate limit mode configuration on RS platform
Status: current Access: read-only
OBJECT-IDENTITY    

rsRateLimitGroups 1.3.6.1.4.1.5567.2.25.33
All different kinds of groupings used in RS rate limiting
Status: current Access: read-only
OBJECT-IDENTITY    

rsRateLimitConformance 1.3.6.1.4.1.5567.2.25.35
rate limit conformance group
Status: current Access: read-only
OBJECT-IDENTITY    

rsTBMeterLastChanged 1.3.6.1.4.1.5567.2.25.5.1
The value of sysUpTime when last SET operation succeeds on this table.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsTBMeterCount 1.3.6.1.4.1.5567.2.25.5.2
Total number of entries in the table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsTBMeterErrorMessage 1.3.6.1.4.1.5567.2.25.5.3
Description of the error caused from the last SET operation that failed on this table
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsTBMeterTable 1.3.6.1.4.1.5567.2.25.5.4
Token bucket service entry table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsTBMeterEntry

rsTBMeterEntry 1.3.6.1.4.1.5567.2.25.5.4.1
A record containing a token bucket service parameters. A new row can be created by setting the appropriate value in the table entry with RowStatus to CreateAndGo. The columns in this table are modifiable when the state of entry RowStatus is equal to 'NotInService' or 'NotReady'
Status: current Access: not-accessible
OBJECT-TYPE    
  RsTBMeterEntry  

rsTBMeterId 1.3.6.1.4.1.5567.2.25.5.4.1.1
The administratively assigned name to this Meter entry. This name must be unique across the rate-limit module including port based rate limit module Note: name must be unique across the RS platform ratelimit module
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsTBMeterType 1.3.6.1.4.1.5567.2.25.5.4.1.2
The type of meter service. The value perFlow(1) indicates that this entry specifies a per L3 flow rate limit. For this type the rsTBMeterRate can take a value between 3000 and 1000000000. Agent must ignore the value in the following fields while validating the row: rsTBMeterBurst RsBurst, rsTBMeterBurstFailAction RsAction, rsTBMeterBurstFailActionRewrite RsTOS, -- rsTBMeterMinimumBandwidth RsRateLimit, -- rsTBMeterDistributeAmong RsDistAmong, softwareFlowAggregate(2) value is deprecated. -- softwareFlowAggregate(2) indicates that this -- entry specifies a software based rate limit aggregate. -- Agent must ignore the value in the following fields while -- validating the row: -- -- rsTBMeterBurst RsBurst, -- rsTBMeterBurstFailAction RsAction, -- rsTBMeterBurstFailActionRewrite RsTOS, hardwareFlowAggregate(3) indicates that this entry specifies a hardware based flow aggregation rate limit For this type the rsTBMeterRate can take a value between 0 and 1000000000. Agent must ignore the value in the following fields while validating the row: rsTBMeterBurst RsBurst, rsTBMeterBurstFailAction RsAction, rsTBMeterBurstFailActionRewrite RsTOS, -- rsTBMeterMinimumBandwidth RsRateLimit, -- rsTBMeterDistributeAmong RsDistAmong, perPort(4) indicates that this entry specifies a port-level rate limit service. For this type the rsTBMeterRate can take a value between 3000 and 1000000000 in outbound direction and between 0 and 1000000000 in inbound direction. Agent must ignore the value in the following fields while validating the row: rsTBMeterBurst RsBurst, rsTBMeterBurstFailAction RsAction, rsTBMeterBurstFailActionRewrite RsTOS, -- rsTBMeterMinimumBandwidth RsRateLimit, -- rsTBMeterDistributeAmong RsDistAmong, burstsafe(5) indicates that this entry specifies a dual bucket rate limit. For this type the rsTBMeterRate can take a value between 10000 and 1000000000. Agent must ignore the value in the following fields while validating the row: -- rsTBMeterMinimumBandwidth RsRateLimit, -- rsTBMeterDistributeAmong RsDistAmong, l2(6) indicates that this entry specifies a layer 2 rate limit. For this type the rsTBMeterRate can take a value between 0 and 1000000000. Agent must ignore the value in the following fields while validating the row: rsTBMeterBurst RsBurst, rsTBMeterBurstFailAction RsAction, rsTBMeterBurstFailActionRewrite RsTOS,
Status: current Access: read-create
OBJECT-TYPE    
  RsMeterType  

rsTBMeterRate 1.3.6.1.4.1.5567.2.25.5.4.1.3
Token Bucket rate in bits per second. Refer to the Description of rsTBMeterType for acceptable values.
Status: current Access: read-create
OBJECT-TYPE    
  RsRateLimit  

rsTBMeterBurst 1.3.6.1.4.1.5567.2.25.5.4.1.4
The burst traffic rate (size) supported. This attribute is used only when rsTBMeterType is set to burstsafe(5) For RS platform rate ranges from 10000 to 1000000000.
Status: current Access: read-create
OBJECT-TYPE    
  RsBurst  

rsTBMeterInterval 1.3.6.1.4.1.5567.2.25.5.4.1.5
The time interval used with the token bucket.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RsMeterInterval  

rsTBMeterFailAction 1.3.6.1.4.1.5567.2.25.5.4.1.6
The fail action to take when the traffic rate exceeds rsTBMeterRate. If the Action value indicates TOS rewrite or TOS Precedence rewrite, appropriate rewrite value should be in rsTBMeterFailActionRewrite.
Status: current Access: read-create
OBJECT-TYPE    
  RsAction  

rsTBMeterFailActionRewrite 1.3.6.1.4.1.5567.2.25.5.4.1.7
TOS or TOS Precedence rewrite when the traffic exceeds rsTBMeterRate. rsTBMeterFailAction indicates this object value either TOS or TOS Precedence The object is ignored by agent if rsTBMeterFailAction does not indicate rewrite option.
Status: current Access: read-create
OBJECT-TYPE    
  RsTOS  

rsTBMeterBurstFailAction 1.3.6.1.4.1.5567.2.25.5.4.1.8
The fail action to take when the traffic rate exceeds rsTBMeterBurst. If the Action value indicates TOS rewrite or TOS Precedence rewrite, appropriate rewrite value should be in rsTBMeterBurstFailActionRewrite.
Status: current Access: read-create
OBJECT-TYPE    
  RsAction  

rsTBMeterBurstFailActionRewrite 1.3.6.1.4.1.5567.2.25.5.4.1.9
TOS or TOS Precedence rewrite when the traffic exceeds rsTBMeterBurst, rsTBMeterBurstFailAction indicates this object value either TOS or TOS Precedence The object is ignored by agent if rsTBMeterBurstFailAction does not indicate rewrite option.
Status: current Access: read-create
OBJECT-TYPE    
  RsTOS  

rsTBMeterMinimumBandwidth 1.3.6.1.4.1.5567.2.25.5.4.1.10
The minimum bandwidth to allocate for each flow when rsTBMeterType is 'softwareFlowAggreage' For RS platform rate ranges from 3000 to 1000000000.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RsRateLimit  

rsTBMeterDistributeAmong 1.3.6.1.4.1.5567.2.25.5.4.1.11
The rate-limit module allocates the minimum specified bandwidth to each matching flow,and the leftover bandwidth of rsTBMeterAccessRate will be distributed among these number of flow.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RsDistAmong  

rsTBMeterStorageType 1.3.6.1.4.1.5567.2.25.5.4.1.12
Specify if entry should be persistent or not.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsTBMeterStatus 1.3.6.1.4.1.5567.2.25.5.4.1.13
The RowStatus variable controls the activation, deactivation, or deletion of a meter. Writable variable may not be modified when the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsTBMeterApplyLastChanged 1.3.6.1.4.1.5567.2.25.10.1
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsTBMeterApplyCount 1.3.6.1.4.1.5567.2.25.10.2
The current number of entries in rsTBMeterApplyTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsTBMeterApplyErrorMessage 1.3.6.1.4.1.5567.2.25.10.3
Description of the error of the last SET operations to fail on this table
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsTBMeterApplyMasterAdminStatus 1.3.6.1.4.1.5567.2.25.10.4
This object enables or disables all the entries in rsTBMeterApplyTable. This behaves like master fuse and do not change individual states of each row. User must check the state of this object before he tries to enable the state of entry.
Status: current Access: read-write
OBJECT-TYPE    
  RsAdminStatus  

rsTBMeterApplyTable 1.3.6.1.4.1.5567.2.25.10.5
This table associates rate limits with interfaces. In particular, a profile from the rsTBMeter table with name rsTBMeterId2 is applied on certain IP interfaces and ports specified by ifIndex with classifier specified by rsTBMeterApplyAclName
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsTBMeterApplyEntry

rsTBMeterApplyEntry 1.3.6.1.4.1.5567.2.25.10.5.1
'ifIndex' is imported from IF-MIB. For RS platform, this value must point to an entry that has ifType of IP interface(126) ethernetCsmacd(6) L4 bridging MUST be enabled on the port before creating the entry. To enable/disable the L4 bridging state on a particular port use VLAN-EXTENSION-MIB module. The columns in this table are modifiable when the state of rsTBMeterApplyStatus equal to NotInService, NotReady.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsTBMeterApplyEntry  

rsTBMeterApplyDirection 1.3.6.1.4.1.5567.2.25.10.5.1.1
Interface traffic direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIfDirection inbound(1), outbound(2)  

rsTBMeterApplyAclName 1.3.6.1.4.1.5567.2.25.10.5.1.2
Access Control List name or Classifier Name, Must exist on the underlying system before activation.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsTBMeterId2 1.3.6.1.4.1.5567.2.25.10.5.1.3
The meter id from rsTBMeterEntry.rsTBMeterId. rsTBMeterId must be an active row in rsTBMeterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsTBMeterApplyOwner 1.3.6.1.4.1.5567.2.25.10.5.1.4
The owner of this rate limit apply entry. The exact semantics of this string are subject to the security policy defined by the security administrator. If this entry was created via Command Line Interface, this will be set to 'monitor'
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rsTBMeterApplyAdminStatus 1.3.6.1.4.1.5567.2.25.10.5.1.5
The desired state of the rate limit entry.
Status: current Access: read-create
OBJECT-TYPE    
  RsAdminStatus  

rsTBMeterApplyStorageType 1.3.6.1.4.1.5567.2.25.10.5.1.6
Specify if entry should be persistent or not.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsTBMeterApplyStatus 1.3.6.1.4.1.5567.2.25.10.5.1.7
Allows to create a new row and modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsPortRLLastChanged 1.3.6.1.4.1.5567.2.25.20.1
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsPortRLCount 1.3.6.1.4.1.5567.2.25.20.2
The current number of entries in rsPortRLTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsPortRLErrorMessage 1.3.6.1.4.1.5567.2.25.20.3
Description of the error caused when the last SET operation failed on this table
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsPortRLMasterAdminStatus 1.3.6.1.4.1.5567.2.25.20.4
This object enables or disables all the entries in rsPortRLTable. This behaves like master fuse and do not change individual states of each row. User must check the state of this object before he tries to enable the state of an entry in rsPortRLTAble.
Status: current Access: read-write
OBJECT-TYPE    
  RsAdminStatus  

rsPortRLTable 1.3.6.1.4.1.5567.2.25.20.5
An entry which allows to create port based ratelimit service and to activate it on a physical port
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPortRLEntry

rsPortRLEntry 1.3.6.1.4.1.5567.2.25.20.5.1
'ifIndex' is imported from IF-MIB, which carries an index for physical port. For RS platform, this value must point to an entry that has ifType of ethernetCsmacd(6). The columns in this table are modifiable when the state of rsPortRLStatus equal to NotInService, NotReady.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPortRLEntry  

rsPortRLDirection 1.3.6.1.4.1.5567.2.25.20.5.1.1
Input/Output direction to apply rate limit on a port
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIfDirection inbound(1), outbound(2)  

rsPortRLMeterId 1.3.6.1.4.1.5567.2.25.20.5.1.2
Administratively assigned name to port based rate limit entry Note: name must be unique across the RS platform ratelimit module
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsPortRLOwner 1.3.6.1.4.1.5567.2.25.20.5.1.3
The owner of this entry. The exact semantics of this string are subject to the security policy defined by the security administrator.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rsPortRLRate 1.3.6.1.4.1.5567.2.25.20.5.1.4
Rate to limit port traffic to. For RS platform rate ranges from 3000 to 1000000000.
Status: current Access: read-create
OBJECT-TYPE    
  RsRateLimit  

rsPortRLFailAction 1.3.6.1.4.1.5567.2.25.20.5.1.5
The action to take when the traffic rate exceeds rsPortRLRate. If the Action value indicates TOS rewrite or TOS Precedence rewrite, appropriate rewrite value should be in rsPortRLFailActionRewrite.
Status: current Access: read-create
OBJECT-TYPE    
  RsAction  

rsPortRLFailActionRewrite 1.3.6.1.4.1.5567.2.25.20.5.1.6
TOS or TOS Precedence rewrite when the traffic exceeds rsPortRLRate. rsPortRLFailAction indicates this object value either TOS or TOS Precedence The object is ignored by agent if rsPortRLFailAction does not indicate rewrite option.
Status: current Access: read-create
OBJECT-TYPE    
  RsTOS  

rsPortRLInterval 1.3.6.1.4.1.5567.2.25.20.5.1.7
The time interval used with the token bucket.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RsMeterInterval  

rsPortRLAdminStatus 1.3.6.1.4.1.5567.2.25.20.5.1.8
The desired state of the rate limit entry.
Status: current Access: read-create
OBJECT-TYPE    
  RsAdminStatus  

rsPortRLStorageType 1.3.6.1.4.1.5567.2.25.20.5.1.9
Specify if entry should be persistent or not.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsPortRLStatus 1.3.6.1.4.1.5567.2.25.20.5.1.10
Allows to create a new row and modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsL2RLApplyLastChanged 1.3.6.1.4.1.5567.2.25.26.1
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsL2RLApplyCount 1.3.6.1.4.1.5567.2.25.26.2
The current number of entries in rsL2RLApplyTable
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rsL2RLApplyErrorMessage 1.3.6.1.4.1.5567.2.25.26.3
Description of the error of the last SET operations to fail on this table
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

rsL2RLApplyMasterAdminStatus 1.3.6.1.4.1.5567.2.25.26.4
This object enables or disables all the entries in rsL2RLApplyTable. This behaves like master fuse and do not change individual states of each row. User must check the state of this object before he tries to enable the state of entry.
Status: current Access: read-write
OBJECT-TYPE    
  RsAdminStatus  

rsL2RLApplyTable 1.3.6.1.4.1.5567.2.25.26.5
This table associates rate limits with port / portgroups / filter / filtergroups. In particular, a profile from the rsTBMeter table with name rsTBMeterId is applied on certain ports specified by ifIndex or the port groups specified with rsL2RLApplyPortGroupName with filter specified by rsL2RLApplyFilterName or the filter groups specified with the rsL2RLApplyFilterName or the classifier mentioned in the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsL2RLApplyEntry

rsL2RLApplyEntry 1.3.6.1.4.1.5567.2.25.26.5.1
'ifIndex' is imported from IF-MIB. For RS platform, this value must point to an entry that has ifType of ethernetCsmacd(6) The columns in this table are modifiable when the state of rsL2RLApplyStatus equal to NotInService, NotReady.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsL2RLApplyEntry  

rsL2RLApplyDirection 1.3.6.1.4.1.5567.2.25.26.5.1.1
Interface traffic direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsIfDirection inbound(1), outbound(2)  

rsL2RLApplyIfIndex 1.3.6.1.4.1.5567.2.25.26.5.1.2
When the service is applied on a single port, this value should be the ifIndex of the port where the service is applied. If it is applied on a group of ports, this value should be zero. If it is nonZero, the rsL2RLApplyPortGroupName should be a zero length octet string.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

rsL2RLApplyPortGroupName 1.3.6.1.4.1.5567.2.25.26.5.1.3
This object identifies one or more rows in the rsRLPortGroupTable, when it of length nonzero. In this case the rsL2RLApplyIfIndex should be zero. If the service is applied on a single port, this object is supposed to be a zero length octet string.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsL2RLApplyFilterName 1.3.6.1.4.1.5567.2.25.26.5.1.4
Filter name or Classifier Name, Must exist on the underlying system before activation. If rsL2RLIsFilterGroup is set to true, then this name specifies the filter group name. The actual filters associated to this entry are specified in rsRLFilterGroupTable. If both filter and port groups are present, this value should be same as the rsL2RLApplyPortGroupName.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsL2RLIsFilterGroup 1.3.6.1.4.1.5567.2.25.26.5.1.5
When this value is set to true, then rsL2RLApplyFilterName specifies the group of filters mentioned in the rsRLFilterGroupTable. If set to false, the rsL2RLApplyFilterName specifies the filter name associated with the service.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rsL2RLApplyOnePGrouping 1.3.6.1.4.1.5567.2.25.26.5.1.6
This object specifies the 802.1p priority groupings for which this service is to be applied. Currently, 4 different groups can be constructed and those priorities which are not in any groups is put under other category.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), other(1), group1(2), group2(3), group3(4), group4(5)  

rsL2RLApplyOwner 1.3.6.1.4.1.5567.2.25.26.5.1.7
The owner of this rate limit apply entry. The exact semantics of this string are subject to the security policy defined by the security administrator. If this entry was created via Command Line Interface, this will be set to 'monitor'
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rsL2RLApplyAdminStatus 1.3.6.1.4.1.5567.2.25.26.5.1.8
The desired state of the rate limit entry.
Status: current Access: read-create
OBJECT-TYPE    
  RsAdminStatus  

rsL2RLApplyStorageType 1.3.6.1.4.1.5567.2.25.26.5.1.9
Specify if entry should be persistent or not.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsL2RLApplyStatus 1.3.6.1.4.1.5567.2.25.26.5.1.10
Allows to create a new row and modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsRLModeLastChanged 1.3.6.1.4.1.5567.2.25.30.1
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRLModeTable 1.3.6.1.4.1.5567.2.25.30.2
Entry of rate limit mode and input port ratelimit state The rows in this table are created dynamically by inserting line cards in their respective slots of the underlying system. When a slot/module is activated resulting entry in this table will have the default operating modes. Essentially the ratelimit mode and input port ratelimit status value. Certain SET operation on this entry might fail if the underlying hardware does not support the mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRLModeEntry

rsRLModeEntry 1.3.6.1.4.1.5567.2.25.30.2.1
A record containing ratelimt mode on given module/slot. The columns in this entry are modifiable. This is indexed by entPhysicalIndex whose entPhysicalClass == module(9).
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRLModeEntry  

rsRLModeType 1.3.6.1.4.1.5567.2.25.30.2.1.1
Type of rate limit modes supported on this slot Value is writable only when rsRLModeCapabilityBits has rlMode(0) set to '1'. The table below relates the ratelimit type supported in each Mode. +---------------------+----------+--------------+ |RsMeterType | flowMode | aggregateMode| +---------------------+----------+--------------+ |perFlow(1) | X | | |softFlowAgg(2) | X | | |hardFlowAgg(3) | | X | |perPort(4) -input | | X | |perPort(4) -output | X | X | +---------------------+----------+--------------+ X indicates supported.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER flowMode(1), aggregateMode(2)  

rsRLModeInputPortStatus 1.3.6.1.4.1.5567.2.25.30.2.1.2
Input Port RateLimit status on this slot. Value is writable only when rsRLModeCapabilityBits has rlInputPortRateLimit set to '1'.
Status: current Access: read-write
OBJECT-TYPE    
  RsAdminStatus  

rsRLModeCapabilityBits 1.3.6.1.4.1.5567.2.25.30.2.1.3
Specifies the Module capability. rlMode(0) if set to 1 indicates the Module supports the Flow or Aggregate mode. rlInputPortRateLimit(1) if set to 1 indicates the Module supports input port based rate limiting.
Status: current Access: read-only
OBJECT-TYPE    
  BITS rlMode(0), rlInputPortRateLimit(1)  

rsRLModeEntryLastChanged 1.3.6.1.4.1.5567.2.25.30.2.1.4
The value of sysUpTime when last SET operation succeeds on this entry
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRLModeStorageType 1.3.6.1.4.1.5567.2.25.30.2.1.5
Storage type for this entry.
Status: current Access: read-write
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsRLPortGroupLastChanged 1.3.6.1.4.1.5567.2.25.33.1
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRLPortGroupTable 1.3.6.1.4.1.5567.2.25.33.2
This table is to associate one or more ports as a group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRLPortGroupEntry

rsRLPortGroupEntry 1.3.6.1.4.1.5567.2.25.33.2.1
A record containing group name and ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRLPortGroupEntry  

rsRLPortGroupName 1.3.6.1.4.1.5567.2.25.33.2.1.1
The administratively assigned name to this PortGroup entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsRLPortGroupStorageType 1.3.6.1.4.1.5567.2.25.33.2.1.2
Storage type for this entry. The value of this entry will be the same as the one specified in the row of rsL2RLApplyTable where this group is used. If none of the entries use this group, then the storage type will be volatile.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsRLPortGroupStatus 1.3.6.1.4.1.5567.2.25.33.2.1.3
Allows to create a new row and modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsRLFilterGroupLastChanged 1.3.6.1.4.1.5567.2.25.33.3
The value of sysUpTime when last SET operation succeeds on this table
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRLFilterGroupTable 1.3.6.1.4.1.5567.2.25.33.4
This table is to associate one or more ports as a group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRLFilterGroupEntry

rsRLFilterGroupEntry 1.3.6.1.4.1.5567.2.25.33.4.1
A record containing group name and filter name.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRLFilterGroupEntry  

rsRLFilterGroupName 1.3.6.1.4.1.5567.2.25.33.4.1.1
The administratively assigned name to this FilterGroup entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsRLFilterName 1.3.6.1.4.1.5567.2.25.33.4.1.2
The name of the filter part of this group.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsLabel  

rsRLFilterGroupStorageType 1.3.6.1.4.1.5567.2.25.33.4.1.3
Storage type for this entry. The value of this entry will be the same as the one specified in the row of rsL2RLApplyTable where this group is used. If none of the entries use this group, then the storage type will be volatile.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType volatile(2), nonVolatile(3)  

rsRLFilterGroupStatus 1.3.6.1.4.1.5567.2.25.33.4.1.4
Allows to create a new row and modify or destroy an existing row in the manner described in the definition of the RowStatus textual convention
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsTBMeterMonitorTable 1.3.6.1.4.1.5567.2.25.15.1
Table which carries exceed count for each token bucket meter applied on Access Control List.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsTBMeterMonitorEntry

rsTBMeterMonitorEntry 1.3.6.1.4.1.5567.2.25.15.1.1
This is a read only table of exceed count for each token bucket entry applied on Access Contol List.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsTBMeterMonitorEntry  

rsTBMeterExceedByteCount 1.3.6.1.4.1.5567.2.25.15.1.1.1
Total number of bytes exceeded as a result of traffic rate limiting on a particular rsTBMeterApplyEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsTBMeterCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsTBMeterCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.15.1.1.2
The value of sysUpTime on the most recent occasion at which this counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsTBMeterExceedPacketCount 1.3.6.1.4.1.5567.2.25.15.1.1.3
Total number of packets exceeded the specified traffic rate limiting on a particular rsTBMeterApplyEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsTBMeterCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsTBMeterExceedBurstPacketCount 1.3.6.1.4.1.5567.2.25.15.1.1.4
Total number of packets exceeded the specified burst rate on a particular rsTBMeterApplyEntry entry. This is object is valid only when the rsTBMeterType is burstsafe(5) in the row referred by the rsTBMeterId2 in the rsTBMeterTable. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsTBMeterCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPortRLMonitorTable 1.3.6.1.4.1.5567.2.25.25.1
Table which carries exceed count for each token bucket meter applied on the port based ones.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsPortRLMonitorEntry

rsPortRLMonitorEntry 1.3.6.1.4.1.5567.2.25.25.1.1
This is a read only table of exceed count for each token bucket entry applied the port based ones.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsPortRLMonitorEntry  

rsPortRLExceedByteCount 1.3.6.1.4.1.5567.2.25.25.1.1.1
Total number of bytes exceeded as a result of traffic rate limiting on a particular rsPortRLEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsPortRLCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsPortRLCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.25.1.1.2
The value of sysUpTime on the most recent occasion at which this counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsPortRLExceedPacketCount 1.3.6.1.4.1.5567.2.25.25.1.1.3
Total number of packets that exceeded the specified traffic rate limiting on a particular rsPortRLEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsPortRLCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsL2RLMonitorTable 1.3.6.1.4.1.5567.2.25.29.1
Table which carries exceed count for each token bucket meter applied on L2 Filter or Filter Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsL2RLMonitorEntry

rsL2RLMonitorEntry 1.3.6.1.4.1.5567.2.25.29.1.1
This is a read only table of exceed count for each token bucket entry applied on L2 Filter or Filter Groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsL2RLMonitorEntry  

rsL2RLExceedByteCount 1.3.6.1.4.1.5567.2.25.29.1.1.1
Total number of bytes that exceeded the specified traffic rate limiting on a particular rsL2RLApplyEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsL2RLCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsL2RLExceedPacketCount 1.3.6.1.4.1.5567.2.25.29.1.1.2
Total number of packets that exceeded the specified traffic rate limiting on a particular rsL2RLApplyEntry entry. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of rsL2RLCounterDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsL2RLCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.29.1.1.3
The value of sysUpTime on the most recent occasion at which this counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRateLimitCompliances 1.3.6.1.4.1.5567.2.25.35.1
OBJECT IDENTIFIER    

rsRateLimitGroup 1.3.6.1.4.1.5567.2.25.35.2
OBJECT IDENTIFIER    

rsRateLimitComplianceV2 1.3.6.1.4.1.5567.2.25.35.1.2
rsRateLimitGroup1 and rsRateLimitGroup2 is mandatory for implementation of this MIB. This compliance is deprecated and replaced by rsRateLimitComplianceV2
Status: current Access: read-only
MODULE-COMPLIANCE    

rsRateLimitCompliance 1.3.6.1.4.1.5567.2.25.35.1.1
rsRateLimitGroup1 and rsRateLimitGroup2 is mandatory for implementation of this MIB. This compliance is deprecated and replaced by rsRateLimitComplianceV2
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

rsRateLimitGroup1 1.3.6.1.4.1.5567.2.25.35.2.1
A set of managed objects that make up version 0.1 of the RS rate limit MIB Group.
Status: current Access: read-only
OBJECT-GROUP    

rsRateLimitGroup2 1.3.6.1.4.1.5567.2.25.35.2.2
A set of managed objects that make up version 0.1 of the RS rate limit MIB Group for port based rate limiting.
Status: current Access: read-only
OBJECT-GROUP    

rsRateLimitGroup3 1.3.6.1.4.1.5567.2.25.35.2.3
This group is mandatory for all RS platforms that support port or interface based rate limits
Status: current Access: read-only
OBJECT-GROUP    

rsRateLimitGroup4 1.3.6.1.4.1.5567.2.25.35.2.4
This optional group applies to RS Product line that supports dual rate token bucket metering (aka Burst Safe (tm) This group is replaced by rsRateLimitGroup4V2
Status: deprecated Access: read-only
OBJECT-GROUP    

rsRateLimitGroup5 1.3.6.1.4.1.5567.2.25.35.2.5
Optional Group of rate limit monitor objects. This group is replaced by rsRateLimitGroup5V2.
Status: deprecated Access: read-only
OBJECT-GROUP    

rsRateLimitGroup4V2 1.3.6.1.4.1.5567.2.25.35.2.6
This optional group applies to RS Product line that supports dual rate token bucket metering (aka Burst Safe (tm)
Status: current Access: read-only
OBJECT-GROUP    

rsRateLimitGroup5V2 1.3.6.1.4.1.5567.2.25.35.2.7
Optional Group of rate limit monitor objects
Status: current Access: read-only
OBJECT-GROUP    

rsRateLimitGroup6 1.3.6.1.4.1.5567.2.25.35.2.8
A set of managed objects that make up version 0.2 of the RS rate limit MIB Group for l2 based rate limiting.
Status: current Access: read-only
OBJECT-GROUP