CTRON-FDDI-STAT-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CTRON-FDDI-STAT-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
 ctFDDIStatsUtil 1.3.6.1.4.1.52.4.1.2.5.2.1
     ctFDDIStatsCtlTable 1.3.6.1.4.1.52.4.1.2.5.2.1.1 no-access
This table allows control over the creation of FDDI utilization statistics. This is done by providing an object that when accessed latches the statistics into the stats table.
         ctFDDIStatsCtlEntry 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1 no-access
Defines a specific control entry.
             ctFDDISlot 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1.1 integer read-only
A specific slot for which this connection entry is defined. If the entry corresponds to a slotless chassis system, then this entry will have the value of 0.
             ctFDDISMT 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1.2 integer read-only
A specific instance of SMT for which this entry pertains.
             ctFDDIPath 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1.3 integer read-only
A specific FDDI Path that this connection entry pertains.
             ctFDDINextEntry 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1.4 integer read-only
Provides an identifier of the next entry to be used in the ctFDDIStatsHistoryTable. Reading this object will latch FDDI performance data into a conceptual row in the ctFDDIStatsHistoryTable indexed by the value just read from ctFDDINextEntry.
             ctFDDIResetPeak 1.3.6.1.4.1.52.4.1.2.5.2.1.1.1.5 integer read-write
This object provides the ability to reset the peak bytes and peak time stamp object. This is accomplished by setting this object with a value of reset(2). Setting a value of normal(1) will have no affect. When read this object will always return normal(1). Enumeration: 'reset': 2, 'normal': 1.
     ctFDDIStatsHistoryTable 1.3.6.1.4.1.52.4.1.2.5.2.1.2 no-access
Provides a history of latched FDDI performance objects. There is one such object for each entry that has been latched in the ctFDDIStatsCtlTable. This table will contain the 10 most recent entries. All other entries will be lost.
         ctFDDIStatsHistoryEntry 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1 no-access
             ctFDDIStatsIndex 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.1 integer read-only
A unique entry that identifies a particular latched stats entry. This corresponds directly to a value of ctFDDINextEntry.
             ctFDDIStatsTimeStamp 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.2 timeticks read-only
The value of sysUpTime when this entry was created.
             ctFDDIFrames 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.3 integer read-only
The bandwidth utilization in frames per second.
             ctFDDIBytes 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.4 integer read-only
The bandwidth utilization in bytes per second.
             ctFDDIPeakBytes 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.5 integer read-only
The peak bandwidth utilization in bytes per second.
             ctFDDIPeakTime 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.6 integer read-only
A time stamp when the peak occured.
             ctFDDIStatsSMT 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.7 integer read-only
The FDDI SMT index for which these statistics pertain. The value of the object must match a corresponding value of ctFDDISMT.
             ctFDDIStatsPath 1.3.6.1.4.1.52.4.1.2.5.2.1.2.1.8 integer read-only
The FDDI MAC path index for which these statistics pertain. The value of the object must match a corresponding value of ctFDDIPath.