Wellfleet-TOKEN-RING-MIB

File: Wellfleet-TOKEN-RING-MIB.mib (30449 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

Counter Gauge TimeTicks
OBJECT-TYPE DisplayString wfLine

Defined Types

WfTokenRingEntry  
SEQUENCE    
  wfTokenRingDelete INTEGER
  wfTokenRingDisable INTEGER
  wfTokenRingState INTEGER
  wfTokenRingSlot INTEGER
  wfTokenRingConnector INTEGER
  wfTokenRingCct INTEGER
  wfTokenRingMtu INTEGER
  wfTokenRingMadr OCTET STRING
  wfTokenRingCfgMadr OCTET STRING
  wfTokenRingMadrSelect INTEGER
  wfTokenRingSpeed INTEGER
  wfTokenRingEarlyTokenRelease INTEGER
  wfTokenRingStatus INTEGER
  wfTokenRingOpenState INTEGER
  wfTokenRingOpenStatus INTEGER
  wfTokenRingUpStream OCTET STRING
  wfTokenRingRxOctets Counter
  wfTokenRingRxFrames Counter
  wfTokenRingTxOctets Counter
  wfTokenRingTxFrames Counter
  wfTokenRingInDiscards Counter
  wfTokenRingInErrors Counter
  wfTokenRingOutDiscards Counter
  wfTokenRingOutErrors Counter
  wfTokenRingTxClipFrames Counter
  wfTokenRingRxReplenMisses Counter
  wfTokenRingSignalLosses Counter
  wfTokenRingHardErrors Counter
  wfTokenRingSoftErrors Counter
  wfTokenRingTransmitBeacons Counter
  wfTokenRingLobeWireFaults Counter
  wfTokenRingAutoRemovalErrors Counter
  wfTokenRingRequestRemoves Counter
  wfTokenRingCounterOverflows Counter
  wfTokenRingSingleStations Counter
  wfTokenRingRingRecoveries Counter
  wfTokenRingAdapterChecks Counter
  wfTokenRingFirstAdapterCheckCode INTEGER
  wfTokenRingLastAdapterCheckCode INTEGER
  wfTokenRingLineErrors Counter
  wfTokenRingBurstErrors Counter
  wfTokenRingAriFciErrors Counter
  wfTokenRingLostFrameErrors Counter
  wfTokenRingRxCongestionErrors Counter
  wfTokenRingFrameCopiedErrors Counter
  wfTokenRingTokenErrors Counter
  wfTokenRingDmaBusErrors Counter
  wfTokenRingDmaParityErrors Counter
  wfTokenRingSrbNotFreeCmdAborts Counter
  wfTokenRingRxProcessings Counter
  wfTokenRingTxProcessings Counter
  wfTokenRingTxCmplProcessings Counter
  wfTokenRingRxTimeouts Counter
  wfTokenRingCmdTimeouts Counter
  wfTokenRingRxHostIntErrors Counter
  wfTokenRingRxTxBufferSize INTEGER
  wfTokenRingCfgTxQueueLength INTEGER
  wfTokenRingCfgRxQueueLength INTEGER
  wfTokenRingTxQueueLength INTEGER
  wfTokenRingRxQueueLength INTEGER
  wfTokenRingMacRxOctets Counter
  wfTokenRingMacRxFrames Counter
  wfTokenRingCfgFunctionalAddress INTEGER
  wfTokenRingFunctionalAddress INTEGER
  wfTokenRingGroupAddress INTEGER
  wfTokenRingLineNumber INTEGER
  wfTokenRingMacCode DisplayString
  wfTokenRingModule INTEGER
  wfTokenRingActualConnector INTEGER
  wfTokenRingLastChange TimeTicks
  wfTokenRingOutQLen Gauge
  wfTokenRingForceMacCode INTEGER
  wfTokenRingMSBMadr OCTET STRING
  wfTokenRingTurboBoflDebug INTEGER
  wfTokenRingSingleStatDis INTEGER

Defined Values

wfTokenRingTable 1.3.6.1.4.1.18.3.4.2
TOKEN RING line record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfTokenRingEntry

wfTokenRingEntry 1.3.6.1.4.1.18.3.4.2.1
An entry in the token table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfTokenRingEntry  

wfTokenRingDelete 1.3.6.1.4.1.18.3.4.2.1.1
create/delete parameter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfTokenRingDisable 1.3.6.1.4.1.18.3.4.2.1.2
enable/disable parameter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfTokenRingState 1.3.6.1.4.1.18.3.4.2.1.3
line driver state variable, Not Present, Init, Down, Up
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4)  

wfTokenRingSlot 1.3.6.1.4.1.18.3.4.2.1.4
instance ID Slot, filled in by driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingConnector 1.3.6.1.4.1.18.3.4.2.1.5
instance ID Connector, filled in by driver. For the ASN this attribute is an encoded value and is equal to 'module'*10 + 'connector'. Where 'module' is defined in attribute 70 and 'connector' is defined in attribute 71 of this table. For non-ASN platforms this attribute is the phisical connector number on the slot
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingCct 1.3.6.1.4.1.18.3.4.2.1.6
cct number for this line instance, configuration required
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1023  

wfTokenRingMtu 1.3.6.1.4.1.18.3.4.2.1.7
mtu parameter, fixed. This mtu of 4568 allows a type 3 Source Route Frame (info=4472) to be IP encapsulated over Token Ring. The components are: AC_FC (2) + SNAP (12+8) + SNAP_IP (12+8+20) + SR (12+18) + TYPE3_INFO (4472) + FCS (4) --------------------- total 4568 bytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER default(4568)  

wfTokenRingMadr 1.3.6.1.4.1.18.3.4.2.1.8
line MAC address, line driver fills in the currently used 48 bit MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfTokenRingCfgMadr 1.3.6.1.4.1.18.3.4.2.1.9
Configured line MAC address. Only used if wfTokenRingMadrSelect is set appropriately.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

wfTokenRingMadrSelect 1.3.6.1.4.1.18.3.4.2.1.10
Selector determines which MAC address the interface will use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER boxwide(1), prom(2), cnfg(3)  

wfTokenRingSpeed 1.3.6.1.4.1.18.3.4.2.1.11
Token Ring speed parameter - 4 and 16 Mbps are only valid values
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mbps4(4194304), mbps16(16777216)  

wfTokenRingEarlyTokenRelease 1.3.6.1.4.1.18.3.4.2.1.12
Early Token Release parameter, only valid with 16Mbps
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfTokenRingStatus 1.3.6.1.4.1.18.3.4.2.1.13
The current interface status. This attribute is only valid when the wfTokenRingOpenState attribute is set to OPENED. The attribute's value is a sum of values, one for each currently applicable condition (ie, bit positions indicate active conditions). Occurrences of each condition are separately counted and the counts are included in this MIB as attributes wfTokenRingSignalLosses through wfTokenRingRingRecoveries. The following values are defined: 32768 = Signal Losses 16384 = Hard Errors 8192 = Soft Errors 4096 = Transmit Beacons 2048 = Lobe Wire Faults 1024 = Auto-Removal Errors 256 = Remove Received 128 = Counter Overflows 64 = Single Stations 32 = Ring Recoveries This attribute is the most recent sum of these conditions. More information on each condition is include in the descriptions of the individual counter attributes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingOpenState 1.3.6.1.4.1.18.3.4.2.1.14
The current interface state with respect to entering or leaving the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER opened(1), opening(2), closing(3), openfailure(4), ringfailure(5), closed(6)  

wfTokenRingOpenStatus 1.3.6.1.4.1.18.3.4.2.1.15
Indicates the success, or the reason for failure, of the station's most recent attempt to enter the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER open(1), badparam(2), lobefailed(3), signalloss(4), insertiontimeout(5), ringfailed(6), beaconing(7), duplicatemac(8), requestfailed(9), removereceived(10), unkerror(11), noopen(12)  

wfTokenRingUpStream 1.3.6.1.4.1.18.3.4.2.1.16
MAC address of Up Stream neighbor. Only valid when 'opened'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfTokenRingRxOctets 1.3.6.1.4.1.18.3.4.2.1.17
Number of octets received without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxFrames 1.3.6.1.4.1.18.3.4.2.1.18
Number of frames received without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTxOctets 1.3.6.1.4.1.18.3.4.2.1.19
Number of octets transmitted without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTxFrames 1.3.6.1.4.1.18.3.4.2.1.20
Number of frames transmitted without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingInDiscards 1.3.6.1.4.1.18.3.4.2.1.21
Number of error-free inbound packets discarded. Usually due to lack of memory resources. This is equivalent to wfTokenRingRxCongestionErrors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingInErrors 1.3.6.1.4.1.18.3.4.2.1.22
Number of inbound packets not delivered to higher-layer protocol due to errors. The sum of wfTokenRingLineErrors and wfTokenRingBurstErrors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingOutDiscards 1.3.6.1.4.1.18.3.4.2.1.23
Number of error-free outbound packets discarded. Usually due to lack of transmission bandwidth. This is equivalent to wfTokenRingTxClipFrames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingOutErrors 1.3.6.1.4.1.18.3.4.2.1.24
Number of outbound packets that could not be transmitted because of errors. This is equivalent to wfTokenRingLostFrameErrors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTxClipFrames 1.3.6.1.4.1.18.3.4.2.1.25
Number of frames clipped in driver's transmit routine due to transmit congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxReplenMisses 1.3.6.1.4.1.18.3.4.2.1.26
Number of packet buffer misses while attempting to replenish driver receive ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingSignalLosses 1.3.6.1.4.1.18.3.4.2.1.27
Number of ring signal losses detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingHardErrors 1.3.6.1.4.1.18.3.4.2.1.28
Number of events causing the adapter to transmit or receive beacon MAC frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingSoftErrors 1.3.6.1.4.1.18.3.4.2.1.29
Number of soft errors. Corresponds to the number of Report Error MAC frames transmitted by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTransmitBeacons 1.3.6.1.4.1.18.3.4.2.1.30
Number of events causing the adapter to transmit beacon frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingLobeWireFaults 1.3.6.1.4.1.18.3.4.2.1.31
Number of opens or shorts (cable faults) between the adapter and the MAU.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingAutoRemovalErrors 1.3.6.1.4.1.18.3.4.2.1.32
Number of lobe wrap test failures during beacon auto_removal process.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRequestRemoves 1.3.6.1.4.1.18.3.4.2.1.33
Number of Remove Ring Station MAC frames received. Each frame causes this station to leave the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingCounterOverflows 1.3.6.1.4.1.18.3.4.2.1.34
Number of adapter error counter overflows.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingSingleStations 1.3.6.1.4.1.18.3.4.2.1.35
Number of ring status change interrupts while adapter is only station on the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRingRecoveries 1.3.6.1.4.1.18.3.4.2.1.36
Number of claim token MAC frames (ring recoveries) observed on the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingAdapterChecks 1.3.6.1.4.1.18.3.4.2.1.37
Number of internal adapter errors that result in adapter crashes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingFirstAdapterCheckCode 1.3.6.1.4.1.18.3.4.2.1.38
Adapter Check Code of first occurrence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingLastAdapterCheckCode 1.3.6.1.4.1.18.3.4.2.1.39
Adapter Check Code of most recent (last) occurrence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingLineErrors 1.3.6.1.4.1.18.3.4.2.1.40
Number of frames copied or repeated by this station with bad format or an FCS error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingBurstErrors 1.3.6.1.4.1.18.3.4.2.1.41
Number of errored frames with no transition for 5 1/2 bit times.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingAriFciErrors 1.3.6.1.4.1.18.3.4.2.1.42
Number of occurrences of this station receiving both an AMP MAC frame and a SMP MAC frame with the a & c bits clear or more than one SMP MAC frame with the a & c bits clear without an intervening AMP MAC frame. This condition indicates that the up-stream neighbor is unable to set the a & c bits in a frame that it has copied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingLostFrameErrors 1.3.6.1.4.1.18.3.4.2.1.43
Number of frames being stripped which are missing their tails.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxCongestionErrors 1.3.6.1.4.1.18.3.4.2.1.44
Number of frames dropped due to receive congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingFrameCopiedErrors 1.3.6.1.4.1.18.3.4.2.1.45
Number of specifically addressed frames for this station that had their a & c bits previously set.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTokenErrors 1.3.6.1.4.1.18.3.4.2.1.46
Number of token protocol errors. Only relevant when this station is the active monitor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingDmaBusErrors 1.3.6.1.4.1.18.3.4.2.1.47
Number of bus errors during DMA that do not exceed threshold.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingDmaParityErrors 1.3.6.1.4.1.18.3.4.2.1.48
Number of parity errors during DMA that do not exceed threshold.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingSrbNotFreeCmdAborts 1.3.6.1.4.1.18.3.4.2.1.49
Number of host to adapter commands aborted because of in-completed in process commands.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxProcessings 1.3.6.1.4.1.18.3.4.2.1.50
Number of processings of received frames (similar to RINT).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTxProcessings 1.3.6.1.4.1.18.3.4.2.1.51
Number of processings of frames for transmit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingTxCmplProcessings 1.3.6.1.4.1.18.3.4.2.1.52
Number of processings of transmitted frames (similar to TINT).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxTimeouts 1.3.6.1.4.1.18.3.4.2.1.53
Number of re-initializations due to receiver time-outs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingCmdTimeouts 1.3.6.1.4.1.18.3.4.2.1.54
Number of re-initializations due to command time-outs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxHostIntErrors 1.3.6.1.4.1.18.3.4.2.1.55
Number of re-initializations due to receive host interface errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingRxTxBufferSize 1.3.6.1.4.1.18.3.4.2.1.56
Internal Adapter RAM buffer size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingCfgTxQueueLength 1.3.6.1.4.1.18.3.4.2.1.57
Configured Transmit Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfTokenRingCfgRxQueueLength 1.3.6.1.4.1.18.3.4.2.1.58
Configured Receive Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfTokenRingTxQueueLength 1.3.6.1.4.1.18.3.4.2.1.59
Current Transmit Queue Length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingRxQueueLength 1.3.6.1.4.1.18.3.4.2.1.60
Current Receive Queue Length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingMacRxOctets 1.3.6.1.4.1.18.3.4.2.1.61
Number of Mac frame octets received without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingMacRxFrames 1.3.6.1.4.1.18.3.4.2.1.62
Number of Mac frames received without error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfTokenRingCfgFunctionalAddress 1.3.6.1.4.1.18.3.4.2.1.63
The configurable bit mask of all Token Ring Functional addresses for which this interface will accept frames. This value is loaded into the func addr defined in the attribute 'wfTokenRingFunctionalAddress.' note: 2147467520 = 0x7fffc100
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER mask(2147467520)  

wfTokenRingFunctionalAddress 1.3.6.1.4.1.18.3.4.2.1.64
The bit mask of all Token Ring Functional addresses for which this interface will accept frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingGroupAddress 1.3.6.1.4.1.18.3.4.2.1.65
The single Token Ring Group address for which this interface will accept frames.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfTokenRingLineNumber 1.3.6.1.4.1.18.3.4.2.1.66
Logical line number associated with this driver entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfTokenRingMacCode 1.3.6.1.4.1.18.3.4.2.1.67
Type and version of microcode running on the TMS380.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfTokenRingModule 1.3.6.1.4.1.18.3.4.2.1.68
Module number for ASN platform, filled in by driver. For non-ASN platforms this attribute will not be used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), two(2), three(3), four(4)  

wfTokenRingActualConnector 1.3.6.1.4.1.18.3.4.2.1.69
Actual connector number for ASN platform, filled in by driver. For non-ASN platforms this attribute will not be used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), two(2), three(3), four(4)  

wfTokenRingLastChange 1.3.6.1.4.1.18.3.4.2.1.70
The value of SysUpTime at the time the interface entered it's current operational state (UP state). SysUpTime is defined as the time (in hundredths of a second) since the network management portion of the system was last re-initialized. Usually the time since boot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

wfTokenRingOutQLen 1.3.6.1.4.1.18.3.4.2.1.71
The instantaneous current length of the output packet queue (in packets).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

wfTokenRingForceMacCode 1.3.6.1.4.1.18.3.4.2.1.72
Selector determines which microcode will be downloaded for the TMS380.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER timac(1), fastmac(2), fastmacplus(3), fastmacplusb(4)  

wfTokenRingMSBMadr 1.3.6.1.4.1.18.3.4.2.1.73
Provides this interface's MAC address in Most Significant Bit (MSB) format. This format is also referred to as Token Ring or IBM format. This MAC address is the same MAC address as given in the wfTokenRingMadr attribute except that wfTokenRingMadr is displayed in ethernet format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfTokenRingTurboBoflDebug 1.3.6.1.4.1.18.3.4.2.1.74
Special Turbo-BOFL debug mechanism to be used by Engineering and Manufacturing only. 31-24 : TMO - period of breath (amount of time between successive breaths of life) 23-16 : Number of packets per breath. 15-0 : Packet length in bytes - 22 bytes minimum. All bits set to zero will disable this attribute.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfTokenRingSingleStatDis 1.3.6.1.4.1.18.3.4.2.1.75
Enable/Disable the single station mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)