BIANCA-BRICK-TOKEN-MIB

File: BIANCA-BRICK-TOKEN-MIB.mib (10629 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC

Imported symbols

Counter OBJECT-TYPE PhysAddress

Defined Types

Date  
INTEGER    

HexValue  
INTEGER    

TokenRingIfEntry  
SEQUENCE    
  tokenringIfSlot INTEGER
  tokenringState INTEGER
  tokenringIfRingRate INTEGER
  tokenringIfEarlyTokenRelease INTEGER
  tokenringIfWrapInterface INTEGER
  tokenringIfMtu INTEGER
  tokenringIfOverwritePhysAddress PhysAddress
  tokenringIfNAUN PhysAddress
  tokenringIfLineError Counter
  tokenringIfBurstError Counter
  tokenringIfAriFciError Counter
  tokenringIfLostFrameError Counter
  tokenringIfReceiveCongestionError Counter
  tokenringIfFrameCopiedError Counter
  tokenringIfTokenError Counter
  tokenringIfDmaBusError Counter
  tokenringIfDmaParityError Counter
  tokenringIfSoftError Counter
  tokenringIfSourceRouting INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

tokenring 1.3.6.1.4.1.272.4.11
OBJECT IDENTIFIER    

tokenringIfTable 1.3.6.1.4.1.272.4.11.1
The tokenringIfTable contains information relating to the interfaces found on the system. Each entry corresponds to a connected TokenRing interface. Entries can only be added or deleted by the system. Creating entries: Entries are created by the system only when a new TokenRing module is installed. Deleting entries: Entries are removed by the system after the appropriate TokenRing module is removed.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TokenRingIfEntry

tokenringIfEntry 1.3.6.1.4.1.272.4.11.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TokenRingIfEntry  

tokenringIfSlot 1.3.6.1.4.1.272.4.11.1.1.1
Unique Slot of the TokenRing interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tokenringIfState 1.3.6.1.4.1.272.4.11.1.1.2
The TokenRing adapter initialization state
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), start(2), download(3), reset(4), bud(5), tferipb(6), wait1(7), open(8), wait2(9), delay1(10), receive(11), wait3(12), done(13), close(14), error(15)  

tokenringIfRingRate 1.3.6.1.4.1.272.4.11.1.1.3
speed of the token ring.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tr-4Mbit(1), tr-16Mbit(2)  

tokenringIfEarlyTokenRelease 1.3.6.1.4.1.272.4.11.1.1.4
enable or disable early token release. This feature is only valid with the 16 Mbps ring rate
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tokenringIfWrapInterface 1.3.6.1.4.1.272.4.11.1.1.5
enable or disable the wrap interface option. If enabled the ring insertion process is omitted and all user-transmit data appears as receive data.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tokenringIfMtu 1.3.6.1.4.1.272.4.11.1.1.6
The size of the largest datagram which can be sent/received on the interface, specified in octets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 15..17800  

tokenringIfOverwritePhysAddress 1.3.6.1.4.1.272.4.11.1.1.7
The interface's address at the protocol layer immediately `below' the network layer in the protocol stack. This overwrites the address defined in the adapter PROM.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

tokenringIfNAUN 1.3.6.1.4.1.272.4.11.1.1.8
The interface's address of the nearest upstream neighbour.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

tokenringIfLineError 1.3.6.1.4.1.272.4.11.1.1.9
Count of line errors. This counter is incremented whenever 1) a frame is repeated or copied, and 2) the Error Detected Indicator (EDI) is zero in the incoming frame, and 3) at least one of the following conditions exists: a) a code violation between SDEL and EDEL b) a code violation in a token c) a FCS error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfBurstError 1.3.6.1.4.1.272.4.11.1.1.10
Count of burst errors. This counter is incremented whenever the interface detects the absence of transitions for five half-bit times between SDEL and EDEL, or EDEL and SDEL
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfAriFciError 1.3.6.1.4.1.272.4.11.1.1.11
Count of ARI/FCI errors. This counter is incremented whenever the interface receives an Active Monitor Present (AMP) MAC frame with the ARI/FCI bit 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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfLostFrameError 1.3.6.1.4.1.272.4.11.1.1.12
Count of lost frames errors. This counter is incremented whenever the interface is in transmit (stripping) mode and fails to receive the end of the frame it transmitted
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfReceiveCongestionError 1.3.6.1.4.1.272.4.11.1.1.13
Count of receive congestion errors. This counter is incremented whenever the interface in the repeat mode recognizes a frame addressed to it but has no buffer space to copy the frame
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfFrameCopiedError 1.3.6.1.4.1.272.4.11.1.1.14
Count of frame copied errors. This counter is incremented whenever the interface in the receive/repeat mode recognizes a frame addressed to its specific address but finds the ARI bits not equal to zero
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfTokenError 1.3.6.1.4.1.272.4.11.1.1.15
Count of token errors. This counter is only active in the active monitor station. It is incremented when the active monitor detects an error in the token protocol
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfDmaBusError 1.3.6.1.4.1.272.4.11.1.1.16
Count of DMA bus errors. This counter is counts the occurences of DMA bus errors that do not exceed the specified abort thresholds
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfDmaParityError 1.3.6.1.4.1.272.4.11.1.1.17
Count of DMA parity errors. This counter counts the occurences of DMA parity errors that do not exceed the specified abort thresholds
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfSoftError 1.3.6.1.4.1.272.4.11.1.1.18
Count of soft errors that occur during normal operation. A soft error is an error condition that temporarily degrades system performance; however the ring recovers by using the protocols of the adapter. The adapter counts these errors and can report them to both the attached product and the ring error monitor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

tokenringIfSourceRouting 1.3.6.1.4.1.272.4.11.1.1.19
enable or disable source routing. If enabled, a routing information field is added to the frame sent over this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)