SYNOPTICS-TOKENRING-MIB

File: SYNOPTICS-TOKENRING-MIB.mib (24975 bytes)

Imported modules

RFC1155-SMI RFC-1212 SYNOPTICS-COMMON-MIB

Imported symbols

Counter TimeTicks OBJECT-TYPE
s3000TokenRing

Defined Types

S3TrCommonBoardEntry  
SEQUENCE    
  s3TrCommonBoardIndex INTEGER
  s3TrCommonBoardRing1or2 INTEGER
  s3TrCommonBoardRingSpeed INTEGER

S3TrPortEntry  
SEQUENCE    
  s3TrPortBoardIndex INTEGER
  s3TrPortIndex INTEGER
  s3TrPortWrap INTEGER
  s3TrPortTestLatch INTEGER
  s3TrPortRelayStatus INTEGER
  s3TrPortPhantomStatus INTEGER
  s3TrPortPhantomChangeFlag INTEGER
  s3TrPortChgSyn2IBM INTEGER
  s3TrPortStrap INTEGER

S3TrNodeEntry  
SEQUENCE    
  s3TrNodeEntMacAddress OCTET STRING
  s3TrNodeEntStatus INTEGER
  s3TrNodeEntNodeStatus OCTET STRING
  s3TrNodeLineErrs Counter
  s3TrNodeBurstErrs Counter
  s3TrNodeAriFciErrs Counter
  s3TrNodeLostFrames Counter
  s3TrNodeRcvCongestErrs Counter
  s3TrNodeFrmCopyErrs Counter
  s3TrNodeTokenErrs Counter
  s3TrNodeInternalErrs Counter
  s3TrNodeAbortTransErrs Counter
  s3TrNodeFrequencyErrs Counter
  s3TrNodeEntProductId OCTET STRING
  s3TrNodeEntUna OCTET STRING
  s3TrNodeEntNodeVersion OCTET STRING
  s3TrNodeEntPhysDrop OCTET STRING
  s3TrNodeEntFuncAddr OCTET STRING
  s3TrNodeEntAuthFuncClass OCTET STRING
  s3TrNodeEntAuthAccPriority OCTET STRING
  s3TrNodeEntGrpAddr OCTET STRING
  s3TrNodeEntStationId OCTET STRING
  s3TrNodeEntBeaconType INTEGER
  s3TrNodeBeaconCnt Counter
  s3TrNodeLastBeaconTime TimeTicks
  s3TrNodeLastInsertTime TimeTicks
  s3TrNodeFirstInsertTime TimeTicks
  s3TrNodeLastDeinsertTime TimeTicks
  s3TrNodeRemoveStation INTEGER

Defined Values

s3000TrBoard 2.1.3.3.2
OBJECT IDENTIFIER    

s3000TrPort 2.1.3.3.3
OBJECT IDENTIFIER    

s3000TrNmm 2.1.3.3.4
OBJECT IDENTIFIER    

s3000TrNode 2.1.3.3.5
OBJECT IDENTIFIER    

s3000TrRing 2.1.3.3.7
OBJECT IDENTIFIER    

s3TrRingStats 2.1.3.3.7.1
OBJECT IDENTIFIER    

s3TrCommonBoardTable 2.1.3.3.2.2
Information maintained for each token ring board. The information can be retrieved for any token ring board, even if the board is not on the same backplane ring as this NMM. The instance is the slot number of the concentrator that the board occupies.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S3TrCommonBoardEntry

s3TrCommonBoardEntry 2.1.3.3.2.2.1
There is one entry per board in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S3TrCommonBoardEntry  

s3TrCommonBoardIndex 2.1.3.3.2.2.1.1
A unique value for each board. Its value ranges between 1 and 12. The value for each board must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. If a board is inserted or reinserted in a concentrator then the NMM has to be reinitialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrCommonBoardRing1or2 2.1.3.3.2.2.1.2
Determines which ring the board is currently using on the concentrator backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ring1(2), ring2(3)  

s3TrCommonBoardRingSpeed 2.1.3.3.2.2.1.3
Token Ring speed of the ring that this board is connected to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speed1M(2), speed4M(3), speed16M(4)  

s3TrPortTable 2.1.3.3.3.1
A table containing information about each port of a LattisNet concentrator. The number of entries is given by knowing the number of occupied slots in s3ChassisSlotConfigTable whose s3SlotModuleType is of a token ring type and is on the same physical ring as the agent NMM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S3TrPortEntry

s3TrPortEntry 2.1.3.3.3.1.1
A port entry containing objects at the port level for a particular port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S3TrPortEntry  

s3TrPortBoardIndex 2.1.3.3.3.1.1.1
A unique value for each board. Its value ranges between 1 and 12. The value for each board must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. If a board is inserted or reinserted in a concentrator then the NMM has to be reinitialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrPortIndex 2.1.3.3.3.1.1.2
A unique value for each port. Its value ranges between 1 and 12. The value for each port must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. If the board is an NMM board it will only have 2 ports, with Port 1 being for Ring In and Port 2 being for Ring Out.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrPortWrap 2.1.3.3.3.1.1.3
Status of the port. Setting wrap(2) disconnects the port from the ring and setting this object to connect(3) connects the port to the ring.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), wrap(2), connect(3)  

s3TrPortTestLatch 2.1.3.3.3.1.1.4
Status of the test latch which is used to set the channel decoder used to monitor the health of the communication path between the NMM and the module channel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), on(2), off(3)  

s3TrPortRelayStatus 2.1.3.3.3.1.1.5
Status of the channel's present relay mode. On(2) means the channel is in the ring and off(3) means the channel is bypassed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), on(2), off(3)  

s3TrPortPhantomStatus 2.1.3.3.3.1.1.6
Status of the ring access request signal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), on(2), off(3)  

s3TrPortPhantomChangeFlag 2.1.3.3.3.1.1.7
Change(3) indicates that port phantom has been changed from OFF to ON. After inquiry by NMS, it will be cleared to noChange(2). Port phantom changing from ON to OFF has no impact on this object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), noChange(2), change(3)  

s3TrPortChgSyn2IBM 2.1.3.3.3.1.1.8
If the port is on a ring in/ring out module this object changes the strap state depending on the jumper setting retrieved as s3TrPortStrap. If the strap is set for SynOptics phantom option, this object can be changed to ibm(3). If the strap is set for non-SynOptics option, this object can not be changed. Non ring in/ring out modules or fiber ring in/ring out modules must take on the value of notSupported(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), synoptics(2), ibm(3)  

s3TrPortStrap 2.1.3.3.3.1.1.9
If the port is on a ring in/ring out module this object signifies whether the hardware jumper is in synoptics(2) mode or ibm(3) mode. This information is retrieved using a NMI command. For ports on fiber ring in/ring out modules, and those ports not on ring in/ring out modules, the agent always returns notSupported(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), synoptics(2), ibm(3)  

s3TrNmmFnNum 2.1.3.3.4.1
Defines the flat network number that this NMM is part of.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

s3TrNmmRingNum 2.1.3.3.4.2
Defines the segment number that this NMM is connected to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrNmmSlotNum 2.1.3.3.4.3
Defines the slot number that this NMM is connected to. New NMS implementations should use the object s3AgentMySlotId defined in the common MIB.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrNmmFpuIdRev 2.1.3.3.4.4
The revision of the Front-end Frame Processing unit. 0=Rev. A, 1=Rev. B, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

s3TrNmmFpuStatus 2.1.3.3.4.5
The status of the Front-end Frame Processing Unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notPresent(1), notOperational(2), operational(3)  

s3TrNmmDramSize 2.1.3.3.4.6
The highest address of the DRAM in the NMM memory map.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), k512(2), oneMeg(3), twoMeg(4)  

s3TrNmmEepromSize 2.1.3.3.4.7
The size of the EEPROM in the NMM memory map.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), k2kby8(2), k8kby8(3)  

s3TrNmmGrpAddrFrmsRxOk 2.1.3.3.4.8
Number of Group Address frames received without error by this NMM. Note: The NMM counts only Group Address frames that are addressed to its own Group Address(es).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNmmRing1or2 2.1.3.3.4.9
Determines which ring the NMM is currently using on the concentrator backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ring1(2), ring2(3)  

s3TrNmmRingSpeed 2.1.3.3.4.10
Token Ring speed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speed1M(2), speed4M(3), speed16M(4)  

s3TrNmmHexDisplay 2.1.3.3.4.11
4 octet hex display string that is displayed on the NMM control panel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

s3TrNmmEpromSize 2.1.3.3.4.12
The size of the EPROM in the NMM memory map.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), k2kby8(2), k8kby8(3), k16kby8(4), k32kby8(5), k64kby8(6), k128kby8(7), k256kby8(8)  

s3TrNodeTable 2.1.3.3.5.1
Table containing station specific information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S3TrNodeEntry

s3TrNodeEntry 2.1.3.3.5.1.1
Entry in the table containing counters and profiling information for each node detected on the local token ring.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  S3TrNodeEntry  

s3TrNodeEntMacAddress 2.1.3.3.5.1.1.1
MAC address of node that this entry in the table is for.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeEntStatus 2.1.3.3.5.1.1.4
Tells whether the station is currently beaconing or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER beaconing(1), notBeaconing(2)  

s3TrNodeEntNodeStatus 2.1.3.3.5.1.1.5
Node status as defined in 802.5 specification (section 3.3.2.18).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeLineErrs 2.1.3.3.5.1.1.6
Number of line errors. Section 3.8.1 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeBurstErrs 2.1.3.3.5.1.1.7
Number of burst errors. Section 3.8.3 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeAriFciErrs 2.1.3.3.5.1.1.8
Number of ARI FCI errors. See AC errors, Section 3.8.4 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeLostFrames 2.1.3.3.5.1.1.9
Number of frames lost. Section 3.8.6 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeRcvCongestErrs 2.1.3.3.5.1.1.10
Number of receive congestion errors. Section 3.8.7 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeFrmCopyErrs 2.1.3.3.5.1.1.11
Number of frame copy errors. Section 3.8.8 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeTokenErrs 2.1.3.3.5.1.1.12
Number of token errors. Section 3.8.10 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeInternalErrs 2.1.3.3.5.1.1.13
Number of internal errors. Section 3.8.2 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeAbortTransErrs 2.1.3.3.5.1.1.14
Number of abort delimiter transmitted errors. Section 3.8.5 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeFrequencyErrs 2.1.3.3.5.1.1.15
Number of frequency errors. Section 3.8.9 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeEntProductId 2.1.3.3.5.1.1.16
A brief string describing the product specified by the vendor. Section 3.3.2.14 of IEEE 802.5 specification. The characters in the string are represented in EBCDIC for IBM products, in ASCII for others.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(18)  

s3TrNodeEntUna 2.1.3.3.5.1.1.17
The Upstream Neighbor Address. Section 3.3.2.15 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeEntNodeVersion 2.1.3.3.5.1.1.18
String that represents the version of the station software. Section 3.3.2.17 of IEEE 802.5 specification. The characters in the string are represented in EBCDIC for IBM products, in ASCII for others.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(10)  

s3TrNodeEntPhysDrop 2.1.3.3.5.1.1.19
This reports the physical location of this node on the ring. Section 3.3.2.13 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

s3TrNodeEntFuncAddr 2.1.3.3.5.1.1.20
Specifies the functional addresses used by this station. Section 3.3.2.8 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeEntAuthFuncClass 2.1.3.3.5.1.1.21
This specifies the functional classes that are allowed to be active in the station. Section 3.3.2.3 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

s3TrNodeEntAuthAccPriority 2.1.3.3.5.1.1.22
The maximum priority this station is allowed to use. Section 3.3.2.2 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

s3TrNodeEntGrpAddr 2.1.3.3.5.1.1.23
This contains the group address of this station. Section 3.3.2.9 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeEntStationId 2.1.3.3.5.1.1.24
This string is used to uniquely identify the station. It may be equal to the station's MAC address. Section 3.3.2.21 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

s3TrNodeEntBeaconType 2.1.3.3.5.1.1.25
This specifies the type of beacon frame seen. Section 3.3.2.4 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reconfiguration(1), signal-loss(2), bit-streaming(3), contention-streaming(4)  

s3TrNodeBeaconCnt 2.1.3.3.5.1.1.26
Number of beacon frames that have been sent by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrNodeLastBeaconTime 2.1.3.3.5.1.1.27
The time of the last beacon frame sent by this station.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s3TrNodeLastInsertTime 2.1.3.3.5.1.1.28
The time of the last ring insertion by this station. Time is relative from the system uptime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s3TrNodeFirstInsertTime 2.1.3.3.5.1.1.29
The time of the first ring insertion by this station. Time is relative from the system uptime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s3TrNodeLastDeinsertTime 2.1.3.3.5.1.1.30
The time of the last ring deinsertion by this station. Time is relative from the system uptime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s3TrNodeRemoveStation 2.1.3.3.5.1.1.31
Removes the MAC address associated with this entry from the ring by sending a REMOVE MAC frame if this object is written to with remove(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), remove(2)  

s3TrRingStatus 2.1.3.3.7.1.1
The status of the ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER beaconing(1), notbeaconing(2)  

s3TrRingFrmsRxOk 2.1.3.3.7.1.2
Number of frames received successfully by the NMM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingOctetsRxOk 2.1.3.3.7.1.3
Number of octets received successfully by the NMM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingBcastFrmsRxOk 2.1.3.3.7.1.4
Number of broadcast frames received successfully by the NMM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingLineErrs 2.1.3.3.7.1.5
Number of line errors. Section 3.8.1 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingBurstErrs 2.1.3.3.7.1.6
Number of burst errors. Section 3.8.3 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingAriFciErrs 2.1.3.3.7.1.7
Number of ARI FCI errors. See AC errors, Section 3.8.4 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingLostFrames 2.1.3.3.7.1.8
Number of frames lost. Section 3.8.6 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingRcvCongestErrs 2.1.3.3.7.1.9
Number of receive congestion errors. Section 3.8.7 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingFrmCopyErrs 2.1.3.3.7.1.10
Number of frame copy errors. Section 3.8.8 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingTokenErrs 2.1.3.3.7.1.11
Number of token errors. Section 3.8.10 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingInternalErrs 2.1.3.3.7.1.12
Number of internal errors. Section 3.8.2 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingAbortTransErrs 2.1.3.3.7.1.13
Number of abort delimiter transmitted errors. Section 3.8.5 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingFrequencyErrs 2.1.3.3.7.1.14
Number of frequency errors. Section 3.8.9 of IEEE 802.5 specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingBeaconCnt 2.1.3.3.7.1.15
Number of beacon frames that have been seen.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

s3TrRingBeaconType 2.1.3.3.7.1.16
This specifies the type of beacon frame seen. Section 3.3.2.4 of IEEE 802.5 Specification.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reconfiguration(1), signal-loss(2), bit-streaming(3), contention-streaming(4)  

s3TrRingLastBeaconTime 2.1.3.3.7.1.17
The time of the last beacon frame sent on the ring. Time is relative from the system uptime.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

s3TrRingBeaconStation 2.1.3.3.7.1.18
The MAC address of station last beaconing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)