SHIVA-DOT5-MIB

File: SHIVA-DOT5-MIB.mib (5913 bytes)

Imported modules

RFC1155-SMI RFC-1212 SHIVA-MIB

Imported symbols

Counter OBJECT-TYPE tdot5

Defined Types

Tdot5ControlEntry  
SEQUENCE    
  tdot5SRState INTEGER
  tdot5SRSingleRoute INTEGER

Tdot5Entry  
SEQUENCE    
  tdot5OpenFails Counter
  tdot5MostRecentOpenFail INTEGER
  tdot5NumReceives Counter
  tdot5ReceiveFails Counter
  tdot5SRReceiveFails Counter
  tdot5NumTransmits Counter
  tdot5TransmitFails Counter
  tdot5TransmitNQs Counter
  tdot5MostRecentTransmitFail INTEGER
  tdot5SRTransmitFails Counter
  tdot5SRTableSize INTEGER
  tdot5TokenMemErrs Counter

Defined Values

tdot5ControlTable 1.3.6.1.4.1.166.4.7.1
Table of controls for the token ring interfaces of a device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Tdot5ControlEntry

tdot5ControlEntry 1.3.6.1.4.1.166.4.7.1.1
The type of a row object in the tdot5Control table. This represents a single 802.5 Interface. If an interface is not an 802.5 interface, there will not be a row in this table for that interface's value of ifIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Tdot5ControlEntry  

tdot5SRState 1.3.6.1.4.1.166.4.7.1.1.1
Controls whether or not a device acts as a source routing end node on this interface. Regardless of the state of this object, frames which are addressed to this interface, or which are addressed to a functional address recognized by this interface, will be processed, even if they have a source routing information field.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(2), on(1)  

tdot5SRSingleRoute 1.3.6.1.4.1.166.4.7.1.1.2
??????
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tdot5Table 1.3.6.1.4.1.166.4.7.2
Table of statistics for the token ring interfaces of a device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Tdot5Entry

tdot5Entry 1.3.6.1.4.1.166.4.7.2.1
The type of a row object in the tdot5 table. This represents a single 802.5 Interface. If an interface is not an 802.5 interface, there will not be a row in this table for that interface's value of ifIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Tdot5Entry  

tdot5OpenFails 1.3.6.1.4.1.166.4.7.2.1.1
Number of times the TROPIC chip open failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5MostRecentOpenFail 1.3.6.1.4.1.166.4.7.2.1.2
Error code of most recent open failure from TROPIC chip (see programmer's guide). Zero if no failure since last reboot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tdot5NumReceives 1.3.6.1.4.1.166.4.7.2.1.3
Total number of error-free packet receives.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5ReceiveFails 1.3.6.1.4.1.166.4.7.2.1.4
Number of receive errors, not counting source routing errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5SRReceiveFails 1.3.6.1.4.1.166.4.7.2.1.5
Number of frames which were received intact but were discarded by the host software because the source routing header could not be parsed, either because there was a length error or because there was a violation of the header format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5NumTransmits 1.3.6.1.4.1.166.4.7.2.1.6
Total number of transmit packets sent to chip (each packet may require multiple chip buffers).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5TransmitFails 1.3.6.1.4.1.166.4.7.2.1.7
Number of frames which failed to transmit, either because they timed out while waiting to be enqueued to the chip, or because there was an error reported from the TROPIC chip on transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5TransmitNQs 1.3.6.1.4.1.166.4.7.2.1.8
Number of frames enqueued during transmission because the TROPIC chip was busy.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5MostRecentTransmitFail 1.3.6.1.4.1.166.4.7.2.1.9
Most recent transmit error code from the TROPIC chip. Zero if none since last reboot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tdot5SRTransmitFails 1.3.6.1.4.1.166.4.7.2.1.10
Number of frames which failed to transmit because no source routing header could be formed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tdot5SRTableSize 1.3.6.1.4.1.166.4.7.2.1.11
Number of entries currently in source routing table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tdot5TokenMemErrs 1.3.6.1.4.1.166.4.7.2.1.12
Number of times a receive buffer could not be obtained.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter