RIVERSTONE-RATELIMIT-MIB: View SNMP OID List / Download MIB

VENDOR: RIVERSTONE NETWORKS


 Home MIB: RIVERSTONE-RATELIMIT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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
       rsRateLimitNotifications 1.3.6.1.4.1.5567.2.25.0
Group for Rate Limit related Notifications
       rsTBMeter 1.3.6.1.4.1.5567.2.25.5
Token Bucket Meter Table and associated objects
           rsTBMeterLastChanged 1.3.6.1.4.1.5567.2.25.5.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table.
           rsTBMeterCount 1.3.6.1.4.1.5567.2.25.5.2 unsigned32 read-only
Total number of entries in the table
           rsTBMeterErrorMessage 1.3.6.1.4.1.5567.2.25.5.3 snmpadminstring read-only
Description of the error caused from the last SET operation that failed on this table
           rsTBMeterTable 1.3.6.1.4.1.5567.2.25.5.4 no-access
Token bucket service entry table
               rsTBMeterEntry 1.3.6.1.4.1.5567.2.25.5.4.1 no-access
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'
                   rsTBMeterId 1.3.6.1.4.1.5567.2.25.5.4.1.1 rslabel no-access
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
                   rsTBMeterType 1.3.6.1.4.1.5567.2.25.5.4.1.2 rsmetertype read-only
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,
                   rsTBMeterRate 1.3.6.1.4.1.5567.2.25.5.4.1.3 rsratelimit read-only
Token Bucket rate in bits per second. Refer to the Description of rsTBMeterType for acceptable values.
                   rsTBMeterBurst 1.3.6.1.4.1.5567.2.25.5.4.1.4 rsburst read-only
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.
                   rsTBMeterInterval 1.3.6.1.4.1.5567.2.25.5.4.1.5 rsmeterinterval read-only
The time interval used with the token bucket.
                   rsTBMeterFailAction 1.3.6.1.4.1.5567.2.25.5.4.1.6 rsaction read-only
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.
                   rsTBMeterFailActionRewrite 1.3.6.1.4.1.5567.2.25.5.4.1.7 rstos read-only
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.
                   rsTBMeterBurstFailAction 1.3.6.1.4.1.5567.2.25.5.4.1.8 rsaction read-only
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.
                   rsTBMeterBurstFailActionRewrite 1.3.6.1.4.1.5567.2.25.5.4.1.9 rstos read-only
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.
                   rsTBMeterMinimumBandwidth 1.3.6.1.4.1.5567.2.25.5.4.1.10 rsratelimit read-only
The minimum bandwidth to allocate for each flow when rsTBMeterType is 'softwareFlowAggreage' For RS platform rate ranges from 3000 to 1000000000.
                   rsTBMeterDistributeAmong 1.3.6.1.4.1.5567.2.25.5.4.1.11 rsdistamong read-only
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.
                   rsTBMeterStorageType 1.3.6.1.4.1.5567.2.25.5.4.1.12 storagetype read-only
Specify if entry should be persistent or not. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                   rsTBMeterStatus 1.3.6.1.4.1.5567.2.25.5.4.1.13 rowstatus read-only
The RowStatus variable controls the activation, deactivation, or deletion of a meter. Writable variable may not be modified when the row is active.
       rsTBMeterApply 1.3.6.1.4.1.5567.2.25.10
Meter Apply table and associated objects
             rsTBMeterApplyLastChanged 1.3.6.1.4.1.5567.2.25.10.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsTBMeterApplyCount 1.3.6.1.4.1.5567.2.25.10.2 unsigned32 read-only
The current number of entries in rsTBMeterApplyTable
             rsTBMeterApplyErrorMessage 1.3.6.1.4.1.5567.2.25.10.3 snmpadminstring read-only
Description of the error of the last SET operations to fail on this table
             rsTBMeterApplyMasterAdminStatus 1.3.6.1.4.1.5567.2.25.10.4 rsadminstatus read-write
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.
             rsTBMeterApplyTable 1.3.6.1.4.1.5567.2.25.10.5 no-access
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
                 rsTBMeterApplyEntry 1.3.6.1.4.1.5567.2.25.10.5.1 no-access
'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.
                     rsTBMeterApplyDirection 1.3.6.1.4.1.5567.2.25.10.5.1.1 rsifdirection no-access
Interface traffic direction. Enumeration: 'inbound': 1, 'outbound': 2.
                     rsTBMeterApplyAclName 1.3.6.1.4.1.5567.2.25.10.5.1.2 rslabel no-access
Access Control List name or Classifier Name, Must exist on the underlying system before activation.
                     rsTBMeterId2 1.3.6.1.4.1.5567.2.25.10.5.1.3 rslabel no-access
The meter id from rsTBMeterEntry.rsTBMeterId. rsTBMeterId must be an active row in rsTBMeterTable.
                     rsTBMeterApplyOwner 1.3.6.1.4.1.5567.2.25.10.5.1.4 snmpadminstring read-only
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'
                     rsTBMeterApplyAdminStatus 1.3.6.1.4.1.5567.2.25.10.5.1.5 rsadminstatus read-only
The desired state of the rate limit entry.
                     rsTBMeterApplyStorageType 1.3.6.1.4.1.5567.2.25.10.5.1.6 storagetype read-only
Specify if entry should be persistent or not. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                     rsTBMeterApplyStatus 1.3.6.1.4.1.5567.2.25.10.5.1.7 rowstatus read-only
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
       rsTBMeterApplyMonitor 1.3.6.1.4.1.5567.2.25.15
Group of token bucket rate limit monitor objects
             rsTBMeterMonitorTable 1.3.6.1.4.1.5567.2.25.15.1 no-access
Table which carries exceed count for each token bucket meter applied on Access Control List.
                 rsTBMeterMonitorEntry 1.3.6.1.4.1.5567.2.25.15.1.1 no-access
This is a read only table of exceed count for each token bucket entry applied on Access Contol List.
                     rsTBMeterExceedByteCount 1.3.6.1.4.1.5567.2.25.15.1.1.1 counter32 read-only
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.
                     rsTBMeterCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.15.1.1.2 timeticks read-only
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.
                     rsTBMeterExceedPacketCount 1.3.6.1.4.1.5567.2.25.15.1.1.3 counter32 read-only
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.
                     rsTBMeterExceedBurstPacketCount 1.3.6.1.4.1.5567.2.25.15.1.1.4 counter32 read-only
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.
       rsPortRateLimit 1.3.6.1.4.1.5567.2.25.20
Input and Output Port based rate limit tables
             rsPortRLLastChanged 1.3.6.1.4.1.5567.2.25.20.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsPortRLCount 1.3.6.1.4.1.5567.2.25.20.2 unsigned32 read-only
The current number of entries in rsPortRLTable
             rsPortRLErrorMessage 1.3.6.1.4.1.5567.2.25.20.3 snmpadminstring read-only
Description of the error caused when the last SET operation failed on this table
             rsPortRLMasterAdminStatus 1.3.6.1.4.1.5567.2.25.20.4 rsadminstatus read-write
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.
             rsPortRLTable 1.3.6.1.4.1.5567.2.25.20.5 no-access
An entry which allows to create port based ratelimit service and to activate it on a physical port
                 rsPortRLEntry 1.3.6.1.4.1.5567.2.25.20.5.1 no-access
'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.
                     rsPortRLDirection 1.3.6.1.4.1.5567.2.25.20.5.1.1 rsifdirection no-access
Input/Output direction to apply rate limit on a port Enumeration: 'inbound': 1, 'outbound': 2.
                     rsPortRLMeterId 1.3.6.1.4.1.5567.2.25.20.5.1.2 rslabel no-access
Administratively assigned name to port based rate limit entry Note: name must be unique across the RS platform ratelimit module
                     rsPortRLOwner 1.3.6.1.4.1.5567.2.25.20.5.1.3 snmpadminstring read-only
The owner of this entry. The exact semantics of this string are subject to the security policy defined by the security administrator.
                     rsPortRLRate 1.3.6.1.4.1.5567.2.25.20.5.1.4 rsratelimit read-only
Rate to limit port traffic to. For RS platform rate ranges from 3000 to 1000000000.
                     rsPortRLFailAction 1.3.6.1.4.1.5567.2.25.20.5.1.5 rsaction read-only
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.
                     rsPortRLFailActionRewrite 1.3.6.1.4.1.5567.2.25.20.5.1.6 rstos read-only
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.
                     rsPortRLInterval 1.3.6.1.4.1.5567.2.25.20.5.1.7 rsmeterinterval read-only
The time interval used with the token bucket.
                     rsPortRLAdminStatus 1.3.6.1.4.1.5567.2.25.20.5.1.8 rsadminstatus read-only
The desired state of the rate limit entry.
                     rsPortRLStorageType 1.3.6.1.4.1.5567.2.25.20.5.1.9 storagetype read-only
Specify if entry should be persistent or not. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                     rsPortRLStatus 1.3.6.1.4.1.5567.2.25.20.5.1.10 rowstatus read-only
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
       rsPortRLMonitor 1.3.6.1.4.1.5567.2.25.25
Group of port based rate limit monitor objects
             rsPortRLMonitorTable 1.3.6.1.4.1.5567.2.25.25.1 no-access
Table which carries exceed count for each token bucket meter applied on the port based ones.
                 rsPortRLMonitorEntry 1.3.6.1.4.1.5567.2.25.25.1.1 no-access
This is a read only table of exceed count for each token bucket entry applied the port based ones.
                     rsPortRLExceedByteCount 1.3.6.1.4.1.5567.2.25.25.1.1.1 counter32 read-only
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.
                     rsPortRLCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.25.1.1.2 timeticks read-only
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.
                     rsPortRLExceedPacketCount 1.3.6.1.4.1.5567.2.25.25.1.1.3 counter32 read-only
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.
       rsL2RateLimit 1.3.6.1.4.1.5567.2.25.26
L2 based rate limit tables
             rsL2RLApplyLastChanged 1.3.6.1.4.1.5567.2.25.26.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsL2RLApplyCount 1.3.6.1.4.1.5567.2.25.26.2 unsigned32 read-only
The current number of entries in rsL2RLApplyTable
             rsL2RLApplyErrorMessage 1.3.6.1.4.1.5567.2.25.26.3 snmpadminstring read-only
Description of the error of the last SET operations to fail on this table
             rsL2RLApplyMasterAdminStatus 1.3.6.1.4.1.5567.2.25.26.4 rsadminstatus read-write
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.
             rsL2RLApplyTable 1.3.6.1.4.1.5567.2.25.26.5 no-access
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.
                 rsL2RLApplyEntry 1.3.6.1.4.1.5567.2.25.26.5.1 no-access
'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.
                     rsL2RLApplyDirection 1.3.6.1.4.1.5567.2.25.26.5.1.1 rsifdirection no-access
Interface traffic direction. Enumeration: 'inbound': 1, 'outbound': 2.
                     rsL2RLApplyIfIndex 1.3.6.1.4.1.5567.2.25.26.5.1.2 interfaceindexorzero no-access
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.
                     rsL2RLApplyPortGroupName 1.3.6.1.4.1.5567.2.25.26.5.1.3 rslabel no-access
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.
                     rsL2RLApplyFilterName 1.3.6.1.4.1.5567.2.25.26.5.1.4 rslabel no-access
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.
                     rsL2RLIsFilterGroup 1.3.6.1.4.1.5567.2.25.26.5.1.5 truthvalue read-only
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.
                     rsL2RLApplyOnePGrouping 1.3.6.1.4.1.5567.2.25.26.5.1.6 integer read-only
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. Enumeration: 'none': 0, 'group4': 5, 'other': 1, 'group1': 2, 'group3': 4, 'group2': 3.
                     rsL2RLApplyOwner 1.3.6.1.4.1.5567.2.25.26.5.1.7 snmpadminstring read-only
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'
                     rsL2RLApplyAdminStatus 1.3.6.1.4.1.5567.2.25.26.5.1.8 rsadminstatus read-only
The desired state of the rate limit entry.
                     rsL2RLApplyStorageType 1.3.6.1.4.1.5567.2.25.26.5.1.9 storagetype read-only
Specify if entry should be persistent or not. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                     rsL2RLApplyStatus 1.3.6.1.4.1.5567.2.25.26.5.1.10 rowstatus read-only
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
       rsL2RLMonitor 1.3.6.1.4.1.5567.2.25.29
Group of l2 based rate limit monitor objects
             rsL2RLMonitorTable 1.3.6.1.4.1.5567.2.25.29.1 no-access
Table which carries exceed count for each token bucket meter applied on L2 Filter or Filter Group.
                 rsL2RLMonitorEntry 1.3.6.1.4.1.5567.2.25.29.1.1 no-access
This is a read only table of exceed count for each token bucket entry applied on L2 Filter or Filter Groups.
                     rsL2RLExceedByteCount 1.3.6.1.4.1.5567.2.25.29.1.1.1 counter32 read-only
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.
                     rsL2RLExceedPacketCount 1.3.6.1.4.1.5567.2.25.29.1.1.2 counter32 read-only
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.
                     rsL2RLCounterDiscontinuityTime 1.3.6.1.4.1.5567.2.25.29.1.1.3 timeticks read-only
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.
       rsRateLimitModes 1.3.6.1.4.1.5567.2.25.30
Group of rate limit mode configuration on RS platform
             rsRLModeLastChanged 1.3.6.1.4.1.5567.2.25.30.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsRLModeTable 1.3.6.1.4.1.5567.2.25.30.2 no-access
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.
                 rsRLModeEntry 1.3.6.1.4.1.5567.2.25.30.2.1 no-access
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).
                     rsRLModeType 1.3.6.1.4.1.5567.2.25.30.2.1.1 integer read-write
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. Enumeration: 'flowMode': 1, 'aggregateMode': 2.
                     rsRLModeInputPortStatus 1.3.6.1.4.1.5567.2.25.30.2.1.2 rsadminstatus read-write
Input Port RateLimit status on this slot. Value is writable only when rsRLModeCapabilityBits has rlInputPortRateLimit set to '1'.
                     rsRLModeCapabilityBits 1.3.6.1.4.1.5567.2.25.30.2.1.3 bits read-only
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. Bits: 'rlMode': 0, 'rlInputPortRateLimit': 1.
                     rsRLModeEntryLastChanged 1.3.6.1.4.1.5567.2.25.30.2.1.4 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this entry
                     rsRLModeStorageType 1.3.6.1.4.1.5567.2.25.30.2.1.5 storagetype read-write
Storage type for this entry. Enumeration: 'nonVolatile': 3, 'volatile': 2.
       rsRateLimitGroups 1.3.6.1.4.1.5567.2.25.33
All different kinds of groupings used in RS rate limiting
             rsRLPortGroupLastChanged 1.3.6.1.4.1.5567.2.25.33.1 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsRLPortGroupTable 1.3.6.1.4.1.5567.2.25.33.2 no-access
This table is to associate one or more ports as a group.
                 rsRLPortGroupEntry 1.3.6.1.4.1.5567.2.25.33.2.1 no-access
A record containing group name and ifIndex.
                     rsRLPortGroupName 1.3.6.1.4.1.5567.2.25.33.2.1.1 rslabel no-access
The administratively assigned name to this PortGroup entry.
                     rsRLPortGroupStorageType 1.3.6.1.4.1.5567.2.25.33.2.1.2 storagetype read-only
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. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                     rsRLPortGroupStatus 1.3.6.1.4.1.5567.2.25.33.2.1.3 rowstatus read-only
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
             rsRLFilterGroupLastChanged 1.3.6.1.4.1.5567.2.25.33.3 timeticks read-only
The value of sysUpTime when last SET operation succeeds on this table
             rsRLFilterGroupTable 1.3.6.1.4.1.5567.2.25.33.4 no-access
This table is to associate one or more ports as a group.
                 rsRLFilterGroupEntry 1.3.6.1.4.1.5567.2.25.33.4.1 no-access
A record containing group name and filter name.
                     rsRLFilterGroupName 1.3.6.1.4.1.5567.2.25.33.4.1.1 rslabel no-access
The administratively assigned name to this FilterGroup entry.
                     rsRLFilterName 1.3.6.1.4.1.5567.2.25.33.4.1.2 rslabel no-access
The name of the filter part of this group.
                     rsRLFilterGroupStorageType 1.3.6.1.4.1.5567.2.25.33.4.1.3 storagetype read-only
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. Enumeration: 'nonVolatile': 3, 'volatile': 2.
                     rsRLFilterGroupStatus 1.3.6.1.4.1.5567.2.25.33.4.1.4 rowstatus read-only
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
       rsRateLimitConformance 1.3.6.1.4.1.5567.2.25.35
rate limit conformance group
             rsRateLimitCompliances 1.3.6.1.4.1.5567.2.25.35.1
                 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
                 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
             rsRateLimitGroup 1.3.6.1.4.1.5567.2.25.35.2
                 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.
                 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.
                 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
                 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
                 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.
                 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)
                 rsRateLimitGroup5V2 1.3.6.1.4.1.5567.2.25.35.2.7
Optional Group of rate limit monitor objects
                 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.