NOKIA-RATESHAPE-MIB: View SNMP OID List / Download MIB

VENDOR: NOKIA


 Home MIB: NOKIA-RATESHAPE-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
 nokia 1.3.6.1.4.1.94
       nokiaProducts 1.3.6.1.4.1.94.1
           ntcCommon 1.3.6.1.4.1.94.1.16
                 ntcRS 1.3.6.1.4.1.94.1.16.4
This MIB Module defines the Rate Shaping MIB. More detailed description of the variables and tables is provided in other related documentation.
                     rsAccessLists 1.3.6.1.4.1.94.1.16.4.1
A collection of objects providing the instrumentation of rsAccessLists
                         rsAccessListTable 1.3.6.1.4.1.94.1.16.4.1.1 no-access
A table of access list configuration entries. An access list will contain several rules for rate limits which are applied to one or more MIB-II interface-direction tuples. Each MIB-II interface may not utilize more than two access lists; one for the in direction and one for the out direction.
                             rsAccessListEntry 1.3.6.1.4.1.94.1.16.4.1.1.1 no-access
A series of objects used to describe each access list.
                                 rsAccessListIfIndex 1.3.6.1.4.1.94.1.16.4.1.1.1.1 integer32 read-only
The ifIndex of the MIB-II interface which this access list entry is responsible for.
                                 rsAccessListIndex 1.3.6.1.4.1.94.1.16.4.1.1.1.2 integer32 read-only
A unique index value for this access list.
                                 rsAccessListDirection 1.3.6.1.4.1.94.1.16.4.1.1.1.3 packetsource read-only
The data source for this access list.
                                 rsAccessListName 1.3.6.1.4.1.94.1.16.4.1.1.1.4 displaystring read-only
This string provides a unique descriptor for this access list. If an attempt is made to set this string to the name of another access list on the agent, it should return noSuchName.
                                 rsAccessListRowStatus 1.3.6.1.4.1.94.1.16.4.1.1.1.5 rowstatus read-only
The current status of this access list. Setting this object to 'destroy' has the effect of deleting this access list. createAndGo(4) appends to the list and activates it.
                     rsRules 1.3.6.1.4.1.94.1.16.4.2
A collection of objects providing the instrumentation of rsRules
                         rsRuleTable 1.3.6.1.4.1.94.1.16.4.2.1 no-access
A table of rate limit configuration entries. Rate Limit is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic.
                             rsRuleEntry 1.3.6.1.4.1.94.1.16.4.2.1.1 no-access
A collection of rate-limit configuration objects on this interface. Entries in the rsRuleTable is created and deleted via the rate-limit command line interface.
                                 rsRuleIfIndex 1.3.6.1.4.1.94.1.16.4.2.1.1.1 integer32 read-only
The ifIndex of the MIB-II interface which this access list entry is responsible for.
                                 rsRuleIndex 1.3.6.1.4.1.94.1.16.4.2.1.1.2 integer32 read-only
An arbitrary index for rate limit objects. It will increase as the list for each rsRuleIfIndex is traversed.In other words,the value of rsRuleIndex increments for the same value of rsRuleIfIndex, but starts over at 1 once the value of rsRuleIfIndex changes.
                                 rsRuleDirection 1.3.6.1.4.1.94.1.16.4.2.1.1.3 packetsource read-only
The data source for the Rate Limit object.
                                 rsRuleTOS 1.3.6.1.4.1.94.1.16.4.2.1.1.4 integer32 read-only
The TOS field of the type of packet which this rule governs.
                                 rsRuleAction 1.3.6.1.4.1.94.1.16.4.2.1.1.5 ratelimitaction read-only
The forwarding Action associated with this rule.
                                 rsRuleSrcAddress 1.3.6.1.4.1.94.1.16.4.2.1.1.6 ipaddress read-only
The source IP address for this rule.
                                 rsRuleSrcAddrMask 1.3.6.1.4.1.94.1.16.4.2.1.1.7 ipaddress read-only
The mask of source address for this rule.
                                 rsRuleDestAddress 1.3.6.1.4.1.94.1.16.4.2.1.1.8 ipaddress read-only
The destination IP address for this rule.
                                 rsRuleDestAddrMask 1.3.6.1.4.1.94.1.16.4.2.1.1.9 ipaddress read-only
The mask of destination address for this rule.
                                 rsRuleIpProtocol 1.3.6.1.4.1.94.1.16.4.2.1.1.10 integer32 read-only
The number of IP protocol that rule applies on.
                                 rsRuleSrcStartingPort 1.3.6.1.4.1.94.1.16.4.2.1.1.11 integer32 read-only
The start of the source range of port number(s) of the IP protocol for this rule.
                                 rsRuleSrcEndingPort 1.3.6.1.4.1.94.1.16.4.2.1.1.12 integer32 read-only
The end of the source range of port number(s) of the IP protocol for this rule.
                                 rsRuleDestStartingPort 1.3.6.1.4.1.94.1.16.4.2.1.1.13 integer32 read-only
The start of the destination range of port number(s) of the IP protocol for this rule.
                                 rsRuleDestEndingPort 1.3.6.1.4.1.94.1.16.4.2.1.1.14 integer32 read-only
The end of the destination range of port number(s) of the IP protocol for this rule.
                                 rsRuleAggregationClassIndex 1.3.6.1.4.1.94.1.16.4.2.1.1.15 integer32 read-only
The index(rsAggregationClassIndex) to the aggregation class(queue) if RateLimitAction is enqueue(3).
                                 rsRuleEstablished 1.3.6.1.4.1.94.1.16.4.2.1.1.16 integer read-only
An integer value indicating whether or not this rule is effective on previously-established TCP connections. 'established' will indicate that upon activation of this rule, only previously-established TCP connections will match this rule. 'notEstablished' will indicate that any TCP connection can match this rule. Enumeration: 'established': 1, 'notEstablished': 2.
                                 rsRuleRowStatus 1.3.6.1.4.1.94.1.16.4.2.1.1.17 rowstatus read-only
The current status of this rule. The rules defined in this table is treated as a linked list. By definition rsRuleRowStatus will ensure that there are no orphan rules i.e the linked list is not broken. Setting a rule to 'destroy' has the effect of deleting this rule. createAndGo(4) appends to the list thus ensuring that there are no orphans.
                     rsAggregationClasses 1.3.6.1.4.1.94.1.16.4.3
A collection of objects providing the instrumentation of rsAggregationClasses
                         rsAggregationClassTable 1.3.6.1.4.1.94.1.16.4.3.1 no-access
A table of aggregation class entries.
                             rsAggregationClassEntry 1.3.6.1.4.1.94.1.16.4.3.1.1 no-access
A collection of aggregation class objects on this interface-direction tuple.
                                 rsAggregationClassIfIndex 1.3.6.1.4.1.94.1.16.4.3.1.1.1 integer32 read-only
The value of ifIndex which corresponds to the first interface for which this aggregation class handles tokens.
                                 rsAggregationClassIndex 1.3.6.1.4.1.94.1.16.4.3.1.1.2 integer32 read-only
The unique row index of this aggregation class(queue).
                                 rsAggregationClassDirection 1.3.6.1.4.1.94.1.16.4.3.1.1.3 packetsource read-only
The data source for this aggregation class.
                                 rsAggregationClassName 1.3.6.1.4.1.94.1.16.4.3.1.1.4 displaystring read-only
A string which uniquely represents this aggregation class.
                                 rsAggregationClassMeanRate 1.3.6.1.4.1.94.1.16.4.3.1.1.5 integer32 read-only
The peak bandwidth when rsAggregationClassBurstRate and rsAggregationClassBurstDuration are not set. When mean rate and burst duration are set, the mean rate specifies the long-term rate which the packet stream will be shaped to, but the packet stream can burst above that rate for as long as the burst duration specifies with no penalty. The value noSuchName should be returned if an attempt is made to set the value to a rate is higher than the rate available to this aggregation class.
                                 rsAggregationClassBurstSize 1.3.6.1.4.1.94.1.16.4.3.1.1.7 integer32 read-only
The Burst size associated with this aggregation class.
                                 rsAggregationClassRowStatus 1.3.6.1.4.1.94.1.16.4.3.1.1.8 rowstatus read-only
The current status of this aggregation class. The behavior of this aggregation class upon changing of this object should be analogous to the behavior of a rule when its rsRuleRowStatus is modified.
                     rsAccessListStats 1.3.6.1.4.1.94.1.16.4.4
A collection of objects providing the instrumentation of rsAccessListStats
                         rsAccessListStatTable 1.3.6.1.4.1.94.1.16.4.4.1 no-access
A table of access list status entries.
                             rsAccessListStatEntry 1.3.6.1.4.1.94.1.16.4.4.1.1 no-access
A series of status objects used to describe each access list.
                                 rsAccessListStatIfIndex 1.3.6.1.4.1.94.1.16.4.4.1.1.1 integer32 read-only
The ifIndex of the MIB-II interface which this access list stat entry is responsible for.
                                 rsAccessListStatIndex 1.3.6.1.4.1.94.1.16.4.4.1.1.2 integer32 read-only
A unique index value for this access list.
                                 rsAccessListStatDirection 1.3.6.1.4.1.94.1.16.4.4.1.1.3 packetsource read-only
The data source for this access list.
                                 rsAccessListStatPktsPassed 1.3.6.1.4.1.94.1.16.4.4.1.1.4 counter32 read-only
Gives the count of number of packets successfully exiting this access list.
                                 rsAccessListStatBytesPassed 1.3.6.1.4.1.94.1.16.4.4.1.1.5 counter32 read-only
Gives the count of number of bytes successfully exiting this access list.
                     rsAggregationClassStats 1.3.6.1.4.1.94.1.16.4.5
A collection of objects providing the instrumentation of rsAggregationClassStats
                         rsAggregationClassStatTable 1.3.6.1.4.1.94.1.16.4.5.1 no-access
A table of aggregation class status entries.
                             rsAggregationClassStatEntry 1.3.6.1.4.1.94.1.16.4.5.1.1 no-access
A collection of aggregation class status objects on this interface. Entries are created and deleted via the rate-limit command line interface.
                                 rsAggregationClassStatIfIndex 1.3.6.1.4.1.94.1.16.4.5.1.1.1 integer32 read-only
The value of ifIndex which corresponds to the interface for which this aggregation class handles tokens for.
                                 rsAggregationClassStatIndex 1.3.6.1.4.1.94.1.16.4.5.1.1.2 integer32 read-only
The value of rsAggregationClassIndex for the aggregation class which this entry describes.
                                 rsAggregationClassStatDirection 1.3.6.1.4.1.94.1.16.4.5.1.1.3 packetsource read-only
The data source for this aggregation class.
                                 rsAggregationClassStatShapedPkts 1.3.6.1.4.1.94.1.16.4.5.1.1.4 counter32 read-only
The counter of packets shaped by this rate limit.
                                 rsAggregationClassStatShapedOctets 1.3.6.1.4.1.94.1.16.4.5.1.1.5 counter32 read-only
The counter of bytes shaped by this interface.
                                 rsAggregationClassStatEnqueuedPkts 1.3.6.1.4.1.94.1.16.4.5.1.1.6 counter32 read-only
The counter of packets enqueued by this rate limit.
                                 rsAggregationClassStatEnqueuedOctets 1.3.6.1.4.1.94.1.16.4.5.1.1.7 counter32 read-only
The counter of enqueued bytes by this rate limit.
                                 rsAggregationClassStatDroppedPkts 1.3.6.1.4.1.94.1.16.4.5.1.1.8 counter32 read-only
The counter of packets which exceeded this rate limit.
                                 rsAggregationClassStatDroppedOctets 1.3.6.1.4.1.94.1.16.4.5.1.1.9 counter32 read-only
The counter of bytes which exceeded this rate limit.
                                 rsAggregationClassStatInputPktsPassed 1.3.6.1.4.1.94.1.16.4.5.1.1.10 counter32 read-only
The counter of packets successfully exiting this aggregation class.
                                 rsAggregationClassStatOutputPktsPassed 1.3.6.1.4.1.94.1.16.4.5.1.1.11 counter32 read-only
The counter of packets successfully exiting this aggregation class.
                                 rsAggregationClassStatInputBytesPassed 1.3.6.1.4.1.94.1.16.4.5.1.1.12 counter32 read-only
The counter of bytes successfully exiting this aggregation class.
                                 rsAggregationClassStatOutputBytesPassed 1.3.6.1.4.1.94.1.16.4.5.1.1.13 counter32 read-only
The counter of bytes successfully exiting this aggregation class.
                     rsRuleStats 1.3.6.1.4.1.94.1.16.4.6
A collection of objects providing the instrumentation of rsRuleStats
                         rsRuleStatTable 1.3.6.1.4.1.94.1.16.4.6.1 no-access
A table of rate limit status entries.
                             rsRuleStatEntry 1.3.6.1.4.1.94.1.16.4.6.1.1 no-access
A collection of rate-limit status objects on this interface.
                                 rsRuleStatIfIndex 1.3.6.1.4.1.94.1.16.4.6.1.1.1 integer32 read-only
The value of ifIndex which corresponds to the interface for which this rule is applied to.
                                 rsRuleStatIndex 1.3.6.1.4.1.94.1.16.4.6.1.1.2 integer32 read-only
The rsRuleIndex value of the rule this entry describes.
                                 rsRuleStatDirection 1.3.6.1.4.1.94.1.16.4.6.1.1.3 packetsource read-only
The data source for this rule.
                                 rsRuleStatDropPkts 1.3.6.1.4.1.94.1.16.4.6.1.1.4 counter32 read-only
The counter of packets which exceeded this rate limit.
                                 rsRuleStatDropOctets 1.3.6.1.4.1.94.1.16.4.6.1.1.5 counter32 read-only
The counter of bytes which exceeded this rate limit.
                                 rsRuleStatPktsPassed 1.3.6.1.4.1.94.1.16.4.6.1.1.6 counter32 read-only
Gives the count of number of packets successfully exiting this rule.
                                 rsRuleStatBytesPassed 1.3.6.1.4.1.94.1.16.4.6.1.1.7 counter32 read-only
Gives the count of number of bytes successfully exiting this rule.