RFC1230-MIB

File: RFC1230-MIB.mib (39190 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

experimental Counter OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

OctetTime  
INTEGER    

Dot4Entry  
SEQUENCE    
  dot4IfIndex INTEGER
  dot4Options INTEGER
  dot4State INTEGER
  dot4Commands INTEGER
  dot4MacAddrLen INTEGER
  dot4NextStation MacAddress
  dot4PreviousStation MacAddress
  dot4SlotTime OctetTime
  dot4LastTokenRotTime OctetTime
  dot4HiPriTokenHoldTime OctetTime
  dot4TargetRotTimeClass4 OctetTime
  dot4TargetRotTimeClass2 OctetTime
  dot4TargetRotTimeClass0 OctetTime
  dot4TargetRotTimeRingMaint OctetTime
  dot4RingMaintTimerInitValue OctetTime
  dot4MaxInterSolicitCount INTEGER 16..255
  dot4MaxRetries INTEGER 0..7
  dot4MinPostSilencePreambLen INTEGER
  dot4StandardRevision INTEGER

Dot4InitEntry  
SEQUENCE    
  dot4InitIfIndex INTEGER
  dot4InitSlotTime OctetTime
  dot4InitMaxInterSolicitCount INTEGER 16..255
  dot4InitMaxRetries INTEGER 0..7
  dot4InitHiPriTokenHoldTime OctetTime
  dot4InitTargetRotTimeClass4 OctetTime
  dot4InitTargetRotTimeClass2 OctetTime
  dot4InitTargetRotTimeClass0 OctetTime
  dot4InitTargetRotTimeRingMaint OctetTime
  dot4InitRingMaintTimerInitValue OctetTime
  dot4InitMinPostSilencePreambLen INTEGER
  dot4InitInRingDesired INTEGER

Dot4StatsEntry  
SEQUENCE    
  dot4StatsIfIndex INTEGER
  dot4StatsTokenPasses Counter
  dot4StatsTokenHeards Counter
  dot4StatsNoSuccessors Counter
  dot4StatsWhoFollows Counter
  dot4StatsTokenPassFails Counter
  dot4StatsNonSilences Counter
  dot4StatsFcsErrors Counter
  dot4StatsEbitErrors Counter
  dot4StatsFrameFrags Counter
  dot4StatsFrameTooLongs Counter
  dot4StatsOverRuns Counter
  dot4StatsDupAddresses Counter

Defined Values

dot4 1.3.6.1.3.7
OBJECT IDENTIFIER    

dot4Table 1.3.6.1.3.7.1
This table contains Token Bus interface parameters and state variables, one entry per 802.5 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot4Entry

dot4Entry 1.3.6.1.3.7.1.1
A list of Token Bus status and operational parameter values for an 802.4 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot4Entry  

dot4IfIndex 1.3.6.1.3.7.1.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot4Options 1.3.6.1.3.7.1.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot4State 1.3.6.1.3.7.1.1.3
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).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), offline(2), outOfRing(3), enteringRing(4), inRing(5)  

dot4Commands 1.3.6.1.3.7.1.1.4
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).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-op(1), enterRing(2), exitRing(3), reset(4), initialize(5)  

dot4MacAddrLen 1.3.6.1.3.7.1.1.5
This object indicates the size of MAC addresses interpreted by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sixteenBit(1), forty-eightBit(2)  

dot4NextStation 1.3.6.1.3.7.1.1.6
The MAC address of this station's successor in the logical ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

dot4PreviousStation 1.3.6.1.3.7.1.1.7
The source MAC address of the last token addressed to this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

dot4SlotTime 1.3.6.1.3.7.1.1.8
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4LastTokenRotTime 1.3.6.1.3.7.1.1.9
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4HiPriTokenHoldTime 1.3.6.1.3.7.1.1.10
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).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4TargetRotTimeClass4 1.3.6.1.3.7.1.1.11
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4TargetRotTimeClass2 1.3.6.1.3.7.1.1.12
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4TargetRotTimeClass0 1.3.6.1.3.7.1.1.13
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4TargetRotTimeRingMaint 1.3.6.1.3.7.1.1.14
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4RingMaintTimerInitValue 1.3.6.1.3.7.1.1.15
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OctetTime  

dot4MaxInterSolicitCount 1.3.6.1.3.7.1.1.16
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 16..255  

dot4MaxRetries 1.3.6.1.3.7.1.1.17
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..7  

dot4MinPostSilencePreambLen 1.3.6.1.3.7.1.1.18
The minimum number of octets of preamble on the first frame transmitted by this station after a period of 'transmitted' silence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot4StandardRevision 1.3.6.1.3.7.1.1.19
The Revision number of the 802.4 standard implemented by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER rev2(2)  

dot4InitTable 1.3.6.1.3.7.2
This table contains Token Bus initialization parameters, one entry per 802.4 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot4InitEntry

dot4InitEntry 1.3.6.1.3.7.2.1
A list of Token Bus initialization parameters for an 802.4 interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot4InitEntry  

dot4InitIfIndex 1.3.6.1.3.7.2.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot4InitSlotTime 1.3.6.1.3.7.2.1.2
The value assigned to the object dot4SlotTime when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitMaxInterSolicitCount 1.3.6.1.3.7.2.1.3
The value assigned to the object dot4MaxInterSolicitCount when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 16..255  

dot4InitMaxRetries 1.3.6.1.3.7.2.1.4
The value assigned to the object dot4MaxRetries when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

dot4InitHiPriTokenHoldTime 1.3.6.1.3.7.2.1.5
The value assigned to the object dot4HiPriTokenHoldTime when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitTargetRotTimeClass4 1.3.6.1.3.7.2.1.6
The value assigned to the object dot4TargetRotTimeClass4 when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitTargetRotTimeClass2 1.3.6.1.3.7.2.1.7
The value assigned to the object dot4TargetRotTimeClass2 when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitTargetRotTimeClass0 1.3.6.1.3.7.2.1.8
The value assigned to the object dot4TargetRotTimeClass0 when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitTargetRotTimeRingMaint 1.3.6.1.3.7.2.1.9
The value assigned to the object dot4TargetRotTimeRingMaint when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitRingMaintTimerInitValue 1.3.6.1.3.7.2.1.10
The value assigned to the object dot4RingMaintTimerInitValue when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OctetTime  

dot4InitMinPostSilencePreambLen 1.3.6.1.3.7.2.1.11
The value assigned to the object dot4MinPostSilencePreambLen when the station is initialized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dot4InitInRingDesired 1.3.6.1.3.7.2.1.12
This object determines whether the station will attempt to enter the logical ring immediately after initialization.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inRing(1), outOfRing(2)  

dot4StatsTable 1.3.6.1.3.7.3
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot4StatsEntry

dot4StatsEntry 1.3.6.1.3.7.3.1
An entry containing the 802.4 statistics for a particular interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot4StatsEntry  

dot4StatsIfIndex 1.3.6.1.3.7.3.1.1
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot4StatsTokenPasses 1.3.6.1.3.7.3.1.2
The number of times this station has passed the token.
Status: optional Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsTokenHeards 1.3.6.1.3.7.3.1.3
The number of tokens heard by this station.
Status: optional Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsNoSuccessors 1.3.6.1.3.7.3.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsWhoFollows 1.3.6.1.3.7.3.1.5
The number of times the station has had to look for a new next station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsTokenPassFails 1.3.6.1.3.7.3.1.6
The number of times the station failed in passing the token to the next station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsNonSilences 1.3.6.1.3.7.3.1.7
The number of occurrences of non-silence followed by silence in which a start delimiter was not detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsFcsErrors 1.3.6.1.3.7.3.1.8
The number of frames received with an incorrect FCS and the E-bit reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsEbitErrors 1.3.6.1.3.7.3.1.9
The number of frames the station received with the E-bit set in the end delimiter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsFrameFrags 1.3.6.1.3.7.3.1.10
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsFrameTooLongs 1.3.6.1.3.7.3.1.11
The number of frames that were received that were larger than the media's MTU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsOverRuns 1.3.6.1.3.7.3.1.12
The number of times a FIFO overrun was detected in the station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4StatsDupAddresses 1.3.6.1.3.7.3.1.13
The number of times this station detected another station using the same MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot4Tests 1.3.6.1.3.7.5
OBJECT IDENTIFIER    

dot4Errors 1.3.6.1.3.7.4
OBJECT IDENTIFIER    

dot4ModemInitFailed 1.3.6.1.3.7.4.1
OBJECT IDENTIFIER    

testFifoPath 1.3.6.1.3.7.5.1
OBJECT IDENTIFIER    

testExternalLoopback 1.3.6.1.3.7.5.2
OBJECT IDENTIFIER    

dot4ChipSets 1.3.6.1.3.7.6
OBJECT IDENTIFIER    

chipSetMc68824 1.3.6.1.3.7.6.1
OBJECT IDENTIFIER