RFC-HIPPI-MIB

File: RFC-HIPPI-MIB.mib (15139 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NSC-MIB

Imported symbols

Counter OBJECT-TYPE transmission
nscTransmission

Defined Types

HippiEntry  
SEQUENCE    
  hippiPortNumber INTEGER
  hippiWordSize INTEGER
  hippiEndPointType INTEGER
  hippiWordCountHigh INTEGER
  hippiWordCountLow INTEGER
  hippiBurstCountHigh INTEGER
  hippiBurstCountLow INTEGER
  hippiPacketCountHigh INTEGER
  hippiPacketCountLow INTEGER
  hippiParityErrors Counter
  hippiInputPortRejectCount Counter
  hippiDestRejectCount Counter
  hippiSourceRejectCount Counter
  hippiDestDisconnectCount Counter
  hippiSourceDisconnectCount Counter
  hippiLastIField OCTET STRING
  hippiConnectState INTEGER
  hippiLastErrorType INTEGER
  hippiLastErrorIField OCTET STRING
  hippiInterconnectStatus INTEGER

Defined Values

nscHippi 1.3.6.1.4.1.10.2.2.2.1
OBJECT IDENTIFIER    

hippiNumber 1.3.6.1.4.1.10.2.2.2.1.1
An integer value indicating the number of HippiEntry objects that are in the hippiTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hippiTable 1.3.6.1.4.1.10.2.2.2.1.2
The HIPPI table of entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HippiEntry

hippiEntry 1.3.6.1.4.1.10.2.2.2.1.2.1
An entry in the HIPPI table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  HippiEntry  

hippiPortNumber 1.3.6.1.4.1.10.2.2.2.1.2.1.1
Unique sequential integer identifying the hippi media. This is the ifIndex value of the corresponding ifEntry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hippiWordSize 1.3.6.1.4.1.10.2.2.2.1.2.1.2
This enumerated value indicates the size of the data bus associated with this particular hippi media. This defines whether the interface operates at 800 or 1600 Mbits/s.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hippi32bitDataBus(1), hippi64bitDataBus(2)  

hippiEndPointType 1.3.6.1.4.1.10.2.2.2.1.2.1.3
This enumerated value indicates whether this side of the hippi simplex connection is operating as a source or a destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hippiSourceEndPoint(1), hippiDestinationEndPoint(2)  

hippiWordCountHigh 1.3.6.1.4.1.10.2.2.2.1.2.1.4
The word counter represents the number of words transferred through the media. The counter is cleared at power up or reset. This is the portion of the count above 999,999,999. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

hippiWordCountLow 1.3.6.1.4.1.10.2.2.2.1.2.1.5
The word counter represents the number of words transferred through the media. The counter is cleared at power up or reset. This is the portion of the count below 1,000,000,000. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..999999999  

hippiBurstCountHigh 1.3.6.1.4.1.10.2.2.2.1.2.1.6
Total number of bursts transferred by this media since power up or reset. This is the portion of the count above 999,999,999. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

hippiBurstCountLow 1.3.6.1.4.1.10.2.2.2.1.2.1.7
Total number of bursts transferred by this media since power up or reset. This is the portion of the count below 1,000,000,000. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..999999999  

hippiPacketCountHigh 1.3.6.1.4.1.10.2.2.2.1.2.1.8
The packet count represents the number of packets transferred on the media. The counter is cleared at power up or reset. This is the portion of the count above 999,999,999. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7FFFFFFF  

hippiPacketCountLow 1.3.6.1.4.1.10.2.2.2.1.2.1.9
The packet count represents the number of packets transferred on the media. The counter is cleared at power up or reset. This is the portion of the count below 1,000,000,000. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..999999999  

hippiParityErrors 1.3.6.1.4.1.10.2.2.2.1.2.1.10
This counter represents the number of data parity errors that have occurred on the media since power up or reset. Since the parity bus is one directional from the source to the destination, this object only has meaning when the hippiEndPointType indicates this media is a destination end point. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiInputPortRejectCount 1.3.6.1.4.1.10.2.2.2.1.2.1.11
Total number of times that the input port has rejected a connection attempt due to I-Field parity errors, busy ports, or invalid source addresses since power up or reset. This object is only meaningful when the hippiEndPointType indicates this media is a destination end point. This object may be made read- write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiDestRejectCount 1.3.6.1.4.1.10.2.2.2.1.2.1.12
This counter represents the number of connection requests that were rejected by a destination end point since power up or reset. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiSourceRejectCount 1.3.6.1.4.1.10.2.2.2.1.2.1.13
This counter represents the number of times that the source end point dropped the connection request before the connection to the final destination was completed since power up or reset. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiDestDisconnectCount 1.3.6.1.4.1.10.2.2.2.1.2.1.14
This counter represents the number of completed connections that were terminated by a destination end point since power up or reset. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiSourceDisconnectCount 1.3.6.1.4.1.10.2.2.2.1.2.1.15
This counter represents the number of completed connections that were terminated normally by the source end point since power up or reset. This object may be made read-write accessible to allow resetting the counter from an appropriately configured management station.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

hippiLastIField 1.3.6.1.4.1.10.2.2.2.1.2.1.16
This data type specifies the HIPPI I-Field address that was associated with the last operation on the media. If the hippiEndPointType indicates this is a Destination then the I-Field gives an indication of how the end point was addressed. If the media is a Source then the I-Field indicates the last address that the media attempted to connect to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

hippiConnectState 1.3.6.1.4.1.10.2.2.2.1.2.1.17
Indicates the current connection state of the media.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hippiDisconnect(1), hippiConnectRequest(2), hippiConnected(3)  

hippiLastErrorType 1.3.6.1.4.1.10.2.2.2.1.2.1.18
Contains the type identifier of the last error that was encountered on this media. The type identifier and the hippiLastErrorIField values are intended to be used together to aid in determining line connection problems.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER hippiErrorTypeReject(1), hippiErrorTypeBusy(2), hippiErrorTypeTimeout(3), hippiErrorTypeParityError(4), hippiErrorTypeInvalidAddress(5)  

hippiLastErrorIField 1.3.6.1.4.1.10.2.2.2.1.2.1.19
This data type specifies the HIPPI I-Field address that was associated with the last error for this media. The hippiLastErrorType along with this I-Field information is intended to help in determining connection problems. If the hippiEndPointType indicates this is a Destination then the I-Field gives an indication of how the end point was addressed. If the media is a Source then the I-Field indicates the last address that the media attempted to connect to
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

hippiInterconnectStatus 1.3.6.1.4.1.10.2.2.2.1.2.1.20
As defined in HIPPI-PH, HIPPI connections have interconnect signals that are carried to allow endpoints to determine power on and enable. These signals are also useful in determining that cables are established correctly. There are two (2) signals for all connections that are referred to as INTERCONNECT-A. These signals are used to identify a source to destination as well as a destination to source connection. In addition, 64 bit wide connections (1600 MB) have two (2) additional signals that are referred to as INTERCONNECT-B. These are exactly the same as the INTERCONNECT-A signals but are carried on the second set of cables that make up the 64 bit connection. These signals are encoded into the lowest order four (4) bits of the hippiInterconnectStatus object as follows: 0 0 0 1 INTERCONNECT-A Source to Destination (1) 0 0 1 0 INTERCONNECT-A Destination to Source (2) 0 1 0 0 INTERCONNECT-B Source to Destination (4) 1 0 0 0 INTERCONNECT-B Destination to Source (8)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..F