RFC1230-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: RFC1230-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
 dot4 1.3.6.1.2.1.10.8
     dot4Table 1.3.6.1.2.1.10.8.1 no-access
This table contains Token Bus interface parameters and state variables, one entry per 802.5 interface.
         dot4Entry 1.3.6.1.2.1.10.8.1.1 no-access
A list of Token Bus status and operational parameter values for an 802.4 interface.
             dot4IfIndex 1.3.6.1.2.1.10.8.1.1.1 integer read-only
The value of this object identifies the 802.4 interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface.
             dot4Options 1.3.6.1.2.1.10.8.1.1.2 integer read-only
The optional parts of the 802.4 specification which are in use by this station. The options of the 802.4 specification are represented by the following values: 1 - Priority 2 - Request-With-Response The value of this object is given by the sum of the above representations for those options in use on this interface. The value zero indicates that no options are in use.
             dot4State 1.3.6.1.2.1.10.8.1.1.3 integer read-only
The current state of the 802.4 interface. The value of other(1) is used if the state is unknown (e.g., due to an error condition). Enumeration: 'outOfRing': 3, 'offline': 2, 'other': 1, 'enteringRing': 4, 'inRing': 5.
             dot4Commands 1.3.6.1.2.1.10.8.1.1.4 integer read-write
Setting this object causes the station to change the state of the interface as indicated by the specified value. An initialize(5) command causes the interfaceto load its operational parameters from its initialization parameters; the value of dot4InitInRingDesired determines whether the station tries to enter the logical ring immediately. Note that the 802.4 specification suggests a station remain Offline after a 'remote Network Management' reset(4), until a 'local Network Management' initialize(5) is performed. Setting this object to a value of no-op(1) has no effect. When read, this object always has the value no-op(1). Enumeration: 'reset': 4, 'initialize': 5, 'exitRing': 3, 'enterRing': 2, 'no-op': 1.
             dot4MacAddrLen 1.3.6.1.2.1.10.8.1.1.5 integer read-only
This object indicates the size of MAC addresses interpreted by this station. Enumeration: 'forty-eightBit': 2, 'sixteenBit': 1.
             dot4NextStation 1.3.6.1.2.1.10.8.1.1.6 macaddress read-only
The MAC address of this station's successor in the logical ring.
             dot4PreviousStation 1.3.6.1.2.1.10.8.1.1.7 macaddress read-only
The source MAC address of the last token addressed to this station.
             dot4SlotTime 1.3.6.1.2.1.10.8.1.1.8 octettime read-only
The maximum time any station need wait for an immediate MAC-level response from another station. This value must the same in all stations on the 802.4 network.
             dot4LastTokenRotTime 1.3.6.1.2.1.10.8.1.1.9 octettime read-only
The observed token rotation time for the last token rotation, timed from token arrival to token arrival. A value of zero indicates that the token is not rotating.
             dot4HiPriTokenHoldTime 1.3.6.1.2.1.10.8.1.1.10 octettime read-only
The maximum duration for which a station can hold the token to transmit frames of access class 6 (if the priority option is implemented), or of any access class (if the priority option is not implemented).
             dot4TargetRotTimeClass4 1.3.6.1.2.1.10.8.1.1.11 octettime read-only
If the priority scheme is being used, this value specifies a limit on how long a station can transmit frames at access class 4. The limit is measured from the time the station is able to start transmitting frames at this access class on one rotation, to the time it must stop transmitting frames at this access class on the next rotation. If the priority scheme is not being used, this object has the value 0.
             dot4TargetRotTimeClass2 1.3.6.1.2.1.10.8.1.1.12 octettime read-only
If the priority scheme is being used, this value specifies a limit on how long a station can transmit frames at access class 2. The limit is measured from the time the station is able to start transmitting frames at this access class on one rotation, to the time it must stop transmitting frames at this access class on the next rotation. If the priority scheme is not being used, this object has the value 0.
             dot4TargetRotTimeClass0 1.3.6.1.2.1.10.8.1.1.13 octettime read-only
If the priority scheme is being used, this value specifies a limit on how long a station can transmit frames at access class 0. The limit is measured from the time the station is able to start transmitting frames at this access class on one rotation, to the time it must stop transmitting frames at this access class on the next rotation. If the priority scheme is not being used, this object has the value 0.
             dot4TargetRotTimeRingMaint 1.3.6.1.2.1.10.8.1.1.14 octettime read-only
A value used to limit the duration of a token rotation. If the duration of a token rotation exceeds this value, the station will not open the response window to solicit for a new successor.
             dot4RingMaintTimerInitValue 1.3.6.1.2.1.10.8.1.1.15 octettime read-only
The value to which the dot4TargetRotTimeRingMaint is set, each time the station enters the ring. A large value will cause the station to solicit successors immediately upon entry to the ring; a value of zero will cause the station to defer this solicitation for at least one token rotation.
             dot4MaxInterSolicitCount 1.3.6.1.2.1.10.8.1.1.16 integer read-only
The maximum number of consecutive token rotations without soliciting for a successor. If this count expires, the station opens the response window to solicit for a successor (providing the duration of the current token rotation has not exceeded dot4TargetRotTimeRingMaint). The least significant two bits of the count are determined randomly by the station on a per-use basis.
             dot4MaxRetries 1.3.6.1.2.1.10.8.1.1.17 integer read-only
The maximum number of retries of a Request-with-Response (RWR) frame. If the RWR option is not in use, this object has the value 0.
             dot4MinPostSilencePreambLen 1.3.6.1.2.1.10.8.1.1.18 integer read-only
The minimum number of octets of preamble on the first frame transmitted by this station after a period of 'transmitted' silence.
             dot4StandardRevision 1.3.6.1.2.1.10.8.1.1.19 integer read-only
The Revision number of the 802.4 standard implemented by this station. Enumeration: 'rev2': 2.
     dot4InitTable 1.3.6.1.2.1.10.8.2 no-access
This table contains Token Bus initialization parameters, one entry per 802.4 interface.
         dot4InitEntry 1.3.6.1.2.1.10.8.2.1 no-access
A list of Token Bus initialization parameters for an 802.4 interface.
             dot4InitIfIndex 1.3.6.1.2.1.10.8.2.1.1 integer read-only
The value of this object identifies the 802.4 interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface.
             dot4InitSlotTime 1.3.6.1.2.1.10.8.2.1.2 octettime read-write
The value assigned to the object dot4SlotTime when the station is initialized.
             dot4InitMaxInterSolicitCount 1.3.6.1.2.1.10.8.2.1.3 integer read-write
The value assigned to the object dot4MaxInterSolicitCount when the station is initialized.
             dot4InitMaxRetries 1.3.6.1.2.1.10.8.2.1.4 integer read-write
The value assigned to the object dot4MaxRetries when the station is initialized.
             dot4InitHiPriTokenHoldTime 1.3.6.1.2.1.10.8.2.1.5 octettime read-write
The value assigned to the object dot4HiPriTokenHoldTime when the station is initialized.
             dot4InitTargetRotTimeClass4 1.3.6.1.2.1.10.8.2.1.6 octettime read-write
The value assigned to the object dot4TargetRotTimeClass4 when the station is initialized.
             dot4InitTargetRotTimeClass2 1.3.6.1.2.1.10.8.2.1.7 octettime read-write
The value assigned to the object dot4TargetRotTimeClass2 when the station is initialized.
             dot4InitTargetRotTimeClass0 1.3.6.1.2.1.10.8.2.1.8 octettime read-write
The value assigned to the object dot4TargetRotTimeClass0 when the station is initialized.
             dot4InitTargetRotTimeRingMaint 1.3.6.1.2.1.10.8.2.1.9 octettime read-write
The value assigned to the object dot4TargetRotTimeRingMaint when the station is initialized.
             dot4InitRingMaintTimerInitValue 1.3.6.1.2.1.10.8.2.1.10 octettime read-write
The value assigned to the object dot4RingMaintTimerInitValue when the station is initialized.
             dot4InitMinPostSilencePreambLen 1.3.6.1.2.1.10.8.2.1.11 integer read-write
The value assigned to the object dot4MinPostSilencePreambLen when the station is initialized.
             dot4InitInRingDesired 1.3.6.1.2.1.10.8.2.1.12 integer read-write
This object determines whether the station will attempt to enter the logical ring immediately after initialization. Enumeration: 'outOfRing': 2, 'inRing': 1.
     dot4StatsTable 1.3.6.1.2.1.10.8.3 no-access
A table containing Token Bus statistics. All the statistics are defined using the syntax Counter as 32 bit wrap around counters. Thus, if an interface's hardware chip set maintains these statistics in 16-bit counters, then the agent must read the hardware's counters frequently enough to prevent loss of significance, in order to maintain a 32-bit counter in software.
         dot4StatsEntry 1.3.6.1.2.1.10.8.3.1 no-access
An entry containing the 802.4 statistics for a particular interface.
             dot4StatsIfIndex 1.3.6.1.2.1.10.8.3.1.1 integer read-only
The value of this object identifies the 802.4 interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface.
             dot4StatsTokenPasses 1.3.6.1.2.1.10.8.3.1.2 counter read-only
The number of times this station has passed the token.
             dot4StatsTokenHeards 1.3.6.1.2.1.10.8.3.1.3 counter read-only
The number of tokens heard by this station.
             dot4StatsNoSuccessors 1.3.6.1.2.1.10.8.3.1.4 counter read-only
The number of times the station could not find a successor while believing itself not the only station in the ring. This can signify a faulty transmitter condition in this station.
             dot4StatsWhoFollows 1.3.6.1.2.1.10.8.3.1.5 counter read-only
The number of times the station has had to look for a new next station.
             dot4StatsTokenPassFails 1.3.6.1.2.1.10.8.3.1.6 counter read-only
The number of times the station failed in passing the token to the next station.
             dot4StatsNonSilences 1.3.6.1.2.1.10.8.3.1.7 counter read-only
The number of occurrences of non-silence followed by silence in which a start delimiter was not detected.
             dot4StatsFcsErrors 1.3.6.1.2.1.10.8.3.1.8 counter read-only
The number of frames received with an incorrect FCS and the E-bit reset.
             dot4StatsEbitErrors 1.3.6.1.2.1.10.8.3.1.9 counter read-only
The number of frames the station received with the E-bit set in the end delimiter.
             dot4StatsFrameFrags 1.3.6.1.2.1.10.8.3.1.10 counter read-only
The number of occurrences of receiving a start delimiter followed by another start delimiter, an invalid symbol sequence or silence, without an intervening end delimiter.
             dot4StatsFrameTooLongs 1.3.6.1.2.1.10.8.3.1.11 counter read-only
The number of frames that were received that were larger than the media's MTU.
             dot4StatsOverRuns 1.3.6.1.2.1.10.8.3.1.12 counter read-only
The number of times a FIFO overrun was detected in the station.
             dot4StatsDupAddresses 1.3.6.1.2.1.10.8.3.1.13 counter read-only
The number of times this station detected another station using the same MAC address.
     dot4Errors 1.3.6.1.2.1.10.8.4
         dot4ModemInitFailed 1.3.6.1.2.1.10.8.4.1
     dot4Tests 1.3.6.1.2.1.10.8.5
         testFifoPath 1.3.6.1.2.1.10.8.5.1
         testExternalLoopback 1.3.6.1.2.1.10.8.5.2
     dot4ChipSets 1.3.6.1.2.1.10.8.6
         chipSetMc68824 1.3.6.1.2.1.10.8.6.1