SK-UPPS-MIB

File: SK-UPPS-MIB.mib (35125 bytes)

Imported modules

RFC1155-SMI

Imported symbols

enterprises OBJECT-TYPE Counter
Gauge TimeTicks DisplayString

Defined Types

FddiMACLongAddressType  
OCTET STRING Size(6)    

StEntry  
SEQUENCE    
  stIfIndex INTEGER
  stVersion DisplayString
  stLogAddress OCTET STRING
  stInterrupt INTEGER
  stBaseAddress DisplayString
  stRAMSize DisplayString
  stIOPort DisplayString
  stDMALine INTEGER
  stNumMbufs INTEGER
  stMaxTxMbufs INTEGER
  stMaxRxMbufs INTEGER
  stCurrentPacketFilter INTEGER
  stServiceInterrupt DisplayString
  stOEMSignature DisplayString
  stTopology INTEGER
  stIORange INTEGER

ClEntry  
SEQUENCE    
  clIfIndex INTEGER
  clType DisplayString
  clMulticast INTEGER
  clName DisplayString
  clMode INTEGER
  clPID INTEGER

EthStatsEntry  
SEQUENCE    
  ethStatsIndex INTEGER
  ethStatsAlignmentErrors Counter
  ethStatsFCSErrors Counter
  ethStatsSingleCollisionFrames Counter
  ethStatsMultipleCollisionFrames Counter
  ethStatsSQETestErrors Counter
  ethStatsDeferredTransmissions Counter
  ethStatsLateCollisions Counter
  ethStatsExcessiveCollisions Counter
  ethStatsInternalMacTransErrors Counter
  ethStatsCarrierSenseErrors Counter
  ethStatsExcessiveDeferrals Counter
  ethStatsFrameTooLongs Counter
  ethStatsInRangeLengthErrors Counter
  ethStatsOutOfRangeLengthFields Counter
  ethStatsInternalMacRecvErrors Counter

TokStatsEntry  
SEQUENCE    
  tokStatsIndex INTEGER
  tokStatsUpstreamNbr OCTET STRING
  tokStatsLocalRingNumber INTEGER
  tokStatsRingUpCounts Counter
  tokStatsSignalLossErrors Counter
  tokStatsLobeWireFaults Counter
  tokStatsRingRecoveryCounts Counter
  tokStatsLineErrors Counter
  tokStatsBurstErrors Counter
  tokStatsARI-FCIErrors Counter
  tokStatsLostFrameErrors Counter
  tokStatsReceiveCongestionErrors Counter
  tokStatsFrameCopiedErrors Counter
  tokStatsTokenErrors Counter
  tokStatsDMABusErrors Counter
  tokStatsDMAParityErrors Counter
  tokStatsReceiveOverflowErrors Counter

FddiStatsEntry  
SEQUENCE    
  fddiStatsIndex INTEGER
  fddiSMTOpVersionId INTEGER
  fddiSMTCFState INTEGER
  fddiSMTFrameSends Counter
  fddiSMTFrameReceives Counter
  fddiSMTRingUps Counter
  fddiMACUpstreamNbr FddiMACLongAddressType
  fddiMACDownstreamNbr FddiMACLongAddressType
  fddiMACFrameCts Counter
  fddiMACErrorCts Counter
  fddiMACLostCts Counter
  fddiPORT1LerEstimate INTEGER
  fddiPORT2LerEstimate INTEGER
  fddiATTACHMENTClass INTEGER
  fddiATTACHOptBypassPresent INTEGER

StatsEntry  
SEQUENCE    
  statsIfIndex INTEGER
  statsFCSErrors Counter
  statsAlignmentErrors Counter
  statsFrameTooLongs Counter

Defined Values

sk 1.3.6.1.4.1.179
OBJECT IDENTIFIER    

skMibs 1.3.6.1.4.1.179.2
OBJECT IDENTIFIER    

sk-board 1.3.6.1.4.1.179.2.2
OBJECT IDENTIFIER    

sk-board-status 1.3.6.1.4.1.179.2.2.1
OBJECT IDENTIFIER    

sk-board-client 1.3.6.1.4.1.179.2.2.2
OBJECT IDENTIFIER    

eth 1.3.6.1.4.1.179.2.2.3
OBJECT IDENTIFIER    

tok 1.3.6.1.4.1.179.2.2.4
OBJECT IDENTIFIER    

fddi 1.3.6.1.4.1.179.2.2.5
OBJECT IDENTIFIER    

sk-board-statistics 1.3.6.1.4.1.179.2.2.6
OBJECT IDENTIFIER    

stTable 1.3.6.1.4.1.179.2.2.1.1
A list of board status entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StEntry

stEntry 1.3.6.1.4.1.179.2.2.1.1.1
A board status entry containing information common to a given board.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  StEntry  

stIfIndex 1.3.6.1.4.1.179.2.2.1.1.1.1
The ifIndex of the corresponding entry in the ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stVersion 1.3.6.1.4.1.179.2.2.1.1.1.2
VersionNr. of the DLI
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stLogAddress 1.3.6.1.4.1.179.2.2.1.1.1.3
This is the adapter's current logical node address. In normal case this address is equal to the value of PHYSADDR. If the DLI wants to change the logical address, it calls DriverChangeAddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

stInterrupt 1.3.6.1.4.1.179.2.2.1.1.1.4
This is the IRQ line used by the adapter (-1 if none).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stBaseAddress 1.3.6.1.4.1.179.2.2.1.1.1.5
This is the segment address (base) at which the adapter's RAM is located in the address space of the PC (0 if adapter has no shared memory).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stRAMSize 1.3.6.1.4.1.179.2.2.1.1.1.6
This is the size in bytes of the shared memory on the adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stIOPort 1.3.6.1.4.1.179.2.2.1.1.1.7
This is the first I/O port address (base) used by the adapter (0 if none).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stDMALine 1.3.6.1.4.1.179.2.2.1.1.1.8
This is the DMA channel number used by the adapter (-1 if none).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stNumMbufs 1.3.6.1.4.1.179.2.2.1.1.1.9
This is the total number of all Mbufs. Mbuf is a data structure in the DLI whichs includes the necessary information to coordinate the interaction of various functions and events between the DLI and the protocol clients.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stMaxTxMbufs 1.3.6.1.4.1.179.2.2.1.1.1.10
This is the maximum number of Mbufs that may be allocated by the protocol clients
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stMaxRxMbufs 1.3.6.1.4.1.179.2.2.1.1.1.11
The number of Mbufs destined for packet reception can be calculated as NumMbufs - MaxTXMbufs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stCurrentPacketFilter 1.3.6.1.4.1.179.2.2.1.1.1.12
This variable is a value representing the address types that are received by the driver. Default is O. Then, for each address type A, with the value 1 - 4, the power of two of (A - 1) is added. Address types: 1 Direct addressing (+Broadcast) 2 Multicast or group addressing plus functional addresses 3 Promiscuous mode 4 Source routing If the variable has the value O, this object will not be supported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

stServiceInterrupt 1.3.6.1.4.1.179.2.2.1.1.1.13
This is the service interrupt occupied by UPPSDLI. It can be set at start of the DLI (default:0x7c).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stOEMSignature 1.3.6.1.4.1.179.2.2.1.1.1.14
OEM-Signature
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

stTopology 1.3.6.1.4.1.179.2.2.1.1.1.15
This field holds the network topology id. Topology ids are assigned by Schneider & Koch. The following topology ids have been defined: ID Topology === ========= 01h Ethernet 02h FDDI 03h Token Ring
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), fddi(2), token-ring(3)  

stIORange 1.3.6.1.4.1.179.2.2.1.1.1.16
Specifies the number of I/O ports following the I/O port base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

clTable 1.3.6.1.4.1.179.2.2.2.1
A list of clients.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClEntry

clEntry 1.3.6.1.4.1.179.2.2.2.1.1
A client entry containing information common to a given client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ClEntry  

clIfIndex 1.3.6.1.4.1.179.2.2.2.1.1.1
The corresponding ifIndex of the given client.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

clType 1.3.6.1.4.1.179.2.2.2.1.1.2
This object represents the protocol type to be opened. The protocol types are the following: Mode (PMODE) TYPE Protocol =========== =============== ================== Ethernet II 0000h IEEE 802.3 (cf. below) Ethernet II 0001h-05DCh 'Dummy' = no reception! Ethernet II 05DDh-FFFEh Ethernet II type code Ethernet II FFFFh Demultiplexor (or Promiscuous or Hook) IEEE SAP xx00h IEEE 802.2 Service Access Point IEEE SNAP 0000h-FFFFh IEEE 802.2 SNAP Type Code Note that true ETHERNET II type code protocols can only have type codes 05DDh (1501 decimal) or higher. A protocol with type code less than 05DDh can be logged on at the DLI. However, this protocol cannot receive packets, as packets with type code less than 05DDh are interpreted as IEEE 802.3 packets and will be routed to a possibly active IEEE 802.3 protocol or (if inactive) will be dismissed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clMulticast 1.3.6.1.4.1.179.2.2.2.1.1.3
This is the number of multicast addresses tered registered by the protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

clName 1.3.6.1.4.1.179.2.2.2.1.1.4
This is a character chain that characterizes the protocol/application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

clMode 1.3.6.1.4.1.179.2.2.2.1.1.5
This value represents the mode of the registered protocol (cf. UPPS Developers Kit)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

clPID 1.3.6.1.4.1.179.2.2.2.1.1.6
This value represents a virtual board number to identify a protocol
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ethStatsTable 1.3.6.1.4.1.179.2.2.3.1
Statistics for a collection of ethernet-like interfaces attached to a particular system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EthStatsEntry

ethStatsEntry 1.3.6.1.4.1.179.2.2.3.1.1
Statistics for a particular interface to an ethernet-like medium.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EthStatsEntry  

ethStatsIndex 1.3.6.1.4.1.179.2.2.3.1.1.1
An index value that uniquely identifies an interface to an ethernet-like medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ethStatsAlignmentErrors 1.3.6.1.4.1.179.2.2.3.1.1.2
A count of frames received on a particular interface that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according tothe conventions of [9], counted exclusively according to the error status presented to the LLC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsFCSErrors 1.3.6.1.4.1.179.2.2.3.1.1.3
A count of frames received on a particular interface that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according tothe conventions of [9], counted exclusively according to the error status presented to the LLC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsSingleCollisionFrames 1.3.6.1.4.1.179.2.2.3.1.1.4
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the ethStatsMultipleCollisionFrames object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsMultipleCollisionFrames 1.3.6.1.4.1.179.2.2.3.1.1.5
A count of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts or ifOutNUcastPkts object and is not counted by the corresponding instance of the ethStatsSingleCollisionFrames object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsSQETestErrors 1.3.6.1.4.1.179.2.2.3.1.1.6
A count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular interface. this object is not supported
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsDeferredTransmissions 1.3.6.1.4.1.179.2.2.3.1.1.7
A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsLateCollisions 1.3.6.1.4.1.179.2.2.3.1.1.8
The number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsExcessiveCollisions 1.3.6.1.4.1.179.2.2.3.1.1.9
A count of frames for which transmission on a particular interface fails due to excessive collisions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsInternalMacTransErrors 1.3.6.1.4.1.179.2.2.3.1.1.10
A count of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the ethStatsLateCollisions object, the ethStatsExcessiveCollisions object, the ethStatsCarrierSenseErrors object, or the ethStatsExcessiveDeferrals object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of transmission errors on a particular interface that are not otherwise counted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsCarrierSenseErrors 1.3.6.1.4.1.179.2.2.3.1.1.11
The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsExcessiveDeferrals 1.3.6.1.4.1.179.2.2.3.1.1.12
A count of frames for which transmission on a particular interface is deferred for an excessive period of time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsFrameTooLongs 1.3.6.1.4.1.179.2.2.3.1.1.13
A count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of [9], counted exclusively according to the error status presented to the LLC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsInRangeLengthErrors 1.3.6.1.4.1.179.2.2.3.1.1.14
A count of frames received on a particular interface with a length field value that falls between the minimum unpadded LLC data size and the maximum allowed LLC data size inclusive and that does not match the number of LLC data octets received. The count represented by an instance of this object also includes frames for which the length field value is less than the minimum unpadded LLC data size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsOutOfRangeLengthFields 1.3.6.1.4.1.179.2.2.3.1.1.15
A count of frames received on a particular interface for which the length field value exceeds the maximum allowed LLC data size. The count represented by an instance of this object is not incremented in implementations that observe Ethernet encapsulation conventions (by which the IEEE 802.3 length field is interpreted as the Ethernet Type field).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ethStatsInternalMacRecvErrors 1.3.6.1.4.1.179.2.2.3.1.1.16
A count of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the ethStatsFrameTooLongs object, the ethStatsAlignmentErrors object, the ethStatsFCSErrors object, the ethStatsInRangeLengthErrors object, or the ethStatsOutOfRangeLengthFields object. The precise meaning of the count represented by an instance of this object is implementation- specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsTable 1.3.6.1.4.1.179.2.2.4.1
Statistics for a collection of token-ring interfaces attached to a particular system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TokStatsEntry

tokStatsEntry 1.3.6.1.4.1.179.2.2.4.1.1
Statistics for a particular interface for Token Ring.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TokStatsEntry  

tokStatsIndex 1.3.6.1.4.1.179.2.2.4.1.1.1
An index value that uniquely identifies an interface to a token-ring medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tokStatsUpstreamNbr 1.3.6.1.4.1.179.2.2.4.1.1.2
The MAC's upstream neighbour's long individual MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tokStatsLocalRingNumber 1.3.6.1.4.1.179.2.2.4.1.1.3
The unique number of the local Token Ring
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tokStatsRingUpCounts 1.3.6.1.4.1.179.2.2.4.1.1.4
The number of times the station made sucessfully an 'open adapter'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsSignalLossErrors 1.3.6.1.4.1.179.2.2.4.1.1.5
The number of times the adapter detected a loss of signal on the ring
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsLobeWireFaults 1.3.6.1.4.1.179.2.2.4.1.1.6
The number of times the adapter detected an open or short circuit in the cable between the adapter and the wiring concentrator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsRingRecoveryCounts 1.3.6.1.4.1.179.2.2.4.1.1.7
The number of times the adapter observes claim token MAC frames on the ring. The adapter may be transmitting the claim token frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsLineErrors 1.3.6.1.4.1.179.2.2.4.1.1.8
The line error counter is incremented whenever 1) a frame is repeated or copied, and 2) the error detected indicator is zero in the incoming frame, and 3) at least one of the following conditions exists: a) a code violation between the starting delimiter and the ending delimiter of the frame. b) a code violation in the token c) a Frame Check Sequence (FCS) error. When the line error is incremented, the EDI of the frame is set to one so that no further station count the error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsBurstErrors 1.3.6.1.4.1.179.2.2.4.1.1.9
The burst error counter is contained in all adapter configurations and is incremented when the adapter detects the absence of transitions for five half- bit times between SDEL and EDEL, or EDEL and SDEL. Only one adapter detects the burst five condition because the adapter that detects a burst four condition (four half bit times without transition) directs its transmitter to transmit idles if the burst five condition is detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsARI-FCIErrors 1.3.6.1.4.1.179.2.2.4.1.1.10
The ARI/FCI error counter is incremented when an adapter receives an Active Monitor Present (AMP)MAC frame with the ARI/FCI bits equal to zero and a Standby Monitor Present (SMP)MAC frame with the ARI/FCI bits equal to zero, or more than one SMP MAC frame with the ARI/FCI bits equal to zero, without receiving an intervening AMP MAC frame. This condition indicates that the upstream neighbor is unable to set the ARI/FCI bits in a frame that it has copied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsLostFrameErrors 1.3.6.1.4.1.179.2.2.4.1.1.11
The lost frame error counter is incremented when an adapter is in transmit (stripping) mode and fails to receive the end of the frame transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsReceiveCongestionErrors 1.3.6.1.4.1.179.2.2.4.1.1.12
The receive congestion error counter is incremented when an adapter in the repeat mode recognizes a frame addressed to it but has no buffer available to copy the frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsFrameCopiedErrors 1.3.6.1.4.1.179.2.2.4.1.1.13
The frame copied error counter is incremented when an adapter in the repeat/receive mode recognizes a frame addressed to its specific address but finds the ARI bit not equal to zero. This indicates a possible line hit or duplicate address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsTokenErrors 1.3.6.1.4.1.179.2.2.4.1.1.14
The token error is active only in the active monitor station. It is incremented when the active monitor detects an error with the token protocol as follows: 1)The MONITOR_COUNT bit of a token with nonzero priority equals one. 2)The MONITOR_COUNT bit of a frame equals one 3)No token or frame is received within a 10-ms window 4)The starting delimiter/token sequence has a code violation in an area where code violation must not exist.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsDMABusErrors 1.3.6.1.4.1.179.2.2.4.1.1.15
The DMA bus error counter counts the occurrences of DMA bus errors that do not exceed the abort thresholds as specified in the Initialization parameters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsDMAParityErrors 1.3.6.1.4.1.179.2.2.4.1.1.16
The DMA parity error counter counts the occurrences of DMA parity errors that do not exceed the abort thresholds as specified in the Initialization parameters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokStatsReceiveOverflowErrors 1.3.6.1.4.1.179.2.2.4.1.1.17
The Receive Overflow error counter counts the occurrences of packets which do not fit in one DLI Mbuf ( > 4504 Bytes).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiStatsTable 1.3.6.1.4.1.179.2.2.5.1
Statistics for a collection of fddi interfaces attached to a particular system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FddiStatsEntry

fddiStatsEntry 1.3.6.1.4.1.179.2.2.5.1.1
Statistics for a particular interface to a fddi medium.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FddiStatsEntry  

fddiStatsIndex 1.3.6.1.4.1.179.2.2.5.1.1.1
An index value that uniquely identifies an interface to an fddi medium. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

fddiSMTOpVersionId 1.3.6.1.4.1.179.2.2.5.1.1.2
The version that this station is using for its operation (refer to ANSI 7.1.2.2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

fddiSMTCFState 1.3.6.1.4.1.179.2.2.5.1.1.3
The attachment configuration for the station or concentrator (refer to ANSI SMT 9.7.4.3). The following values are possible: cf0(0), -- Isolated cf1(1), -- local_a cf2(2), -- local_b cf3(3), -- local_ab cf4(4), -- local_s cf5(5), -- wrap_a cf6(6), -- wrap_b cf7(7), -- wrap_ab cf8(8), -- wrap_s cf9(9), -- c_wrap_a cf10(10), -- c_wrap_b cf11(11), -- c_wrap_s cf12(12) -- thru
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..12  

fddiSMTFrameSends 1.3.6.1.4.1.179.2.2.5.1.1.4
The number of SMT frames sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiSMTFrameReceives 1.3.6.1.4.1.179.2.2.5.1.1.5
The number of SMT frames received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiSMTRingUps 1.3.6.1.4.1.179.2.2.5.1.1.6
The number of times the Ring came up
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiMACUpstreamNbr 1.3.6.1.4.1.179.2.2.5.1.1.7
The MAC's upstream neighbor's long individual MAC address. It may be determined by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1). The value shall be reported as '00 00 F8 00 00 00' if it is unknown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FddiMACLongAddressType  

fddiMACDownstreamNbr 1.3.6.1.4.1.179.2.2.5.1.1.8
The MAC's downstream neighbor's long individual MAC address. It may be determined by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1). The value shall be reported as '00 00 F8 00 00 00' if it is unknown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  FddiMACLongAddressType  

fddiMACFrameCts 1.3.6.1.4.1.179.2.2.5.1.1.9
Frame_Counter (refer to ANSI MAC 2.2.1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiMACErrorCts 1.3.6.1.4.1.179.2.2.5.1.1.10
Error_Counter (refer to ANSI MAC 2.2.1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiMACLostCts 1.3.6.1.4.1.179.2.2.5.1.1.11
Lost_Counter (refer to ANSI MAC 2.2.1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

fddiPORT1LerEstimate 1.3.6.1.4.1.179.2.2.5.1.1.12
A long term average link error rate of Port 1. It ranges from 10**-4 to 10**-15 and is reported as the absolute value of the exponent of the estimate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 4..15  

fddiPORT2LerEstimate 1.3.6.1.4.1.179.2.2.5.1.1.13
A long term average link error rate of Port2. It ranges from 10**-4 to 10**-15 and is reported as the absolute value of the exponent of the estimate. Returns Null if Port is not available
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 4..15  

fddiATTACHMENTClass 1.3.6.1.4.1.179.2.2.5.1.1.14
The Attachment class. This represents a PORT or a pair of PORTs plus the associated optional optical bypass that are managed as a functional unit. The PORT associations are the following: single-attachment - S PORTs dual-attachment - A/B PORT Pairs concentrator - M PORTs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER single-attachment(1), dual-attachment(2), concentrator(3)  

fddiATTACHOptBypassPresent 1.3.6.1.4.1.179.2.2.5.1.1.15
The value of this object is false for 'single- attachment'. Correct operation of CMT for single-attachment and concentrator attachments requires that a bypass function must not loopback the network side of the MIC, but only the node side.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

statsTable 1.3.6.1.4.1.179.2.2.6.1
A list of board statistic entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StatsEntry

statsEntry 1.3.6.1.4.1.179.2.2.6.1.1
A board statistic entry containing information common to a given board.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  StatsEntry  

statsIfIndex 1.3.6.1.4.1.179.2.2.6.1.1.1
The ifIndex of the corresponding entry in the ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

statsFCSErrors 1.3.6.1.4.1.179.2.2.6.1.1.2
The number of frames received with a Cyclic Redundancy Check error. This counter is incremented by the template part of the DLI not by the hardware driver as it it is done in the topology-specific statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

statsAlignmentErrors 1.3.6.1.4.1.179.2.2.6.1.1.3
The number of frames received, which did not end on a byte boundery. This counter is incremented by the template part of the DLI not by the hardware driver as it it is done in the topology-specific statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

statsFrameTooLongs 1.3.6.1.4.1.179.2.2.6.1.1.4
The number of frames received which were to long to fit in the data area of the Mbuf. This counter is incremented by the template part of the DLI not by the hardware driver as it it is done in the topology-specific statistics.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter