Dell-RMON: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: Dell-RMON
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
 rlRmonControl 1.3.6.1.4.1.89.49
The private MIB module definition for RND RMON MIB.
       rlRmonControlMibVersion 1.3.6.1.4.1.89.49.1 integer read-only
The MIB's version. The current version is 1
       rlRmonControlHistoryControlQuotaBucket 1.3.6.1.4.1.89.49.2 integer read-write
Maximum number of buckets to be used by each History Control group entry. changed to read only, value is derived from rsMaxRmonEtherHistoryEntrie
       rlRmonControlHistoryControlMaxGlobalBuckets 1.3.6.1.4.1.89.49.3 integer read-only
Maximum number of buckets to be used by all History Control group entries together.
       rlHistoryControlTable 1.3.6.1.4.1.89.49.4 no-access
A list of rlHistory control entries. This table is exactly like the corresponding RMON I History control group table, but is used to sample statistics of counters not specified by the RMON I statistics group.
           rlHistoryControlEntry 1.3.6.1.4.1.89.49.4.1 no-access
A list of parameters that set up a periodic sampling of statistics. As an example, an instance of the rlHistoryControlInterval object might be named rlHistoryControlInterval.2
               rlHistoryControlIndex 1.3.6.1.4.1.89.49.4.1.1 integer read-only
An index that uniquely identifies an entry in the rlHistoryControl table. Each such entry defines a set of samples at a particular interval for a sampled counter.
               rlHistoryControlDataSource 1.3.6.1.4.1.89.49.4.1.2 object identifier read-write
This object identifies the source of the data for which historical data was collected and placed in the rlHistory table. This object may not be modified if the associated rlHistoryControlStatus object is equal to valid(1).
               rlHistoryControlBucketsRequested 1.3.6.1.4.1.89.49.4.1.3 integer read-write
The requested number of discrete time intervals over which data is to be saved in the part of the rlHistory table associated with this rlHistoryControlEntry. When this object is created or modified, the probe should set rlHistoryControlBucketsGranted as closely to this object as is possible for the particular probe implementation and available resources.
               rlHistoryControlBucketsGranted 1.3.6.1.4.1.89.49.4.1.4 integer read-only
The number of discrete sampling intervals over which data shall be saved in the part of the rlHistory table associated with this rlHistoryControlEntry. When the associated rlHistoryControlBucketsRequested object is created or modified, the probe should set this object as closely to the requested value as is possible for the particular probe implementation and available resources. The probe must not lower this value except as a result of a modification to the associated rlHistoryControlBucketsRequested object. There will be times when the actual number of buckets associated with this entry is less than the value of this object. In this case, at the end of each sampling interval, a new bucket will be added to the rlHistory table. When the number of buckets reaches the value of this object and a new bucket is to be added to the media-specific table, the oldest bucket associated with this rlHistoryControlEntry shall be deleted by the agent so that the new bucket can be added. When the value of this object changes to a value less than the current value, entries are deleted from the rlHistory table. Enough of the oldest of these entries shall be deleted by the agent so that their number remains less than or equal to the new value of this object. When the value of this object changes to a value greater than the current value, the number of associated rlHistory table entries may be allowed to grow.
               rlHistoryControlInterval 1.3.6.1.4.1.89.49.4.1.5 integer read-write
The interval in seconds over which the data is sampled for each bucket in the part of the rlHistory table associated with this rlHistoryControlEntry. This interval can be set to any number of seconds between 1 and 3600 (1 hour). Because the counters in a bucket may overflow at their maximum value with no indication, a prudent manager will take into account the possibility of overflow in any of the associated counters. It is important to consider the minimum time in which any counter could overflow and set the rlHistoryControlInterval object to a value This object may not be modified if the associated rlHistoryControlStatus object is equal to valid(1).
               rlHistoryControlOwner 1.3.6.1.4.1.89.49.4.1.6 ownerstring read-write
The entity that configured this entry and is therefore using the resources assigned to it.
               rlHistoryControlStatus 1.3.6.1.4.1.89.49.4.1.7 entrystatus read-write
The status of this rlHistoryControl entry. Each instance of the rlHistory table associated with this rlHistoryControlEntry will be deleted by the agent if this rlHistoryControlEntry is not equal to valid(1).
       rlHistoryTable 1.3.6.1.4.1.89.49.5 no-access
A list of history entries.
           rlHistoryEntry 1.3.6.1.4.1.89.49.5.1 no-access
An historical statistics sample of a counter specified by the corresponding history control entry. This sample is associated with the rlHistoryControlEntry which set up the parameters for a regular collection of these samples. As an example, an instance of the rlHistoryPkts object might be named rlHistoryPkts.2.89
               rlHistoryIndex 1.3.6.1.4.1.89.49.5.1.1 integer read-only
The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of rlHistoryControlIndex.
               rlHistorySampleIndex 1.3.6.1.4.1.89.49.5.1.2 integer read-only
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same rlHistoryControlEntry. This index starts at 1 and increases by one as each new sample is taken.
               rlHistoryIntervalStart 1.3.6.1.4.1.89.49.5.1.3 timeticks read-only
The value of sysUpTime at the start of the interval over which this sample was measured. If the probe keeps track of the time of day, it should start the first sample of the history at a time such that when the next hour of the day begins, a sample is started at that instant. Note that following this rule may require the probe to delay collecting the first sample of the history, as each sample must be of the same interval. Also note that the sample which is currently being collected is not accessible in this table until the end of its interval.
               rlHistoryValue 1.3.6.1.4.1.89.49.5.1.4 counter32 read-only
The value of the sampled counter at the time of this sampling.
       rlControlHistoryControlQuotaBucket 1.3.6.1.4.1.89.49.6 integer read-write
Maximum number of buckets to be used by each rlHistoryControlTable entry.
       rlControlHistoryControlMaxGlobalBuckets 1.3.6.1.4.1.89.49.7 integer read-write
Maximum number of buckets to be used by all rlHistoryControlTable entries together.
       rlControlHistoryMaxEntries 1.3.6.1.4.1.89.49.8 integer read-write
Maximum number of rlHistoryTable entries.