Fore-DSX3-Ext-MIB

File: Fore-DSX3-Ext-MIB.mib (16637 bytes)

Imported modules

SNMPv2-SMI Fore-Common-MIB Fore-TrapLog-MIB
IF-MIB DS3-MIB

Imported symbols

Counter32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE asx
trapLogIndex ifName dsx3LineIndex

Defined Types

ForeDsx3ConfigEntry  
SEQUENCE    
  foreDsx3ConfigReceiveCode INTEGER
  foreDsx3ConfigLineLength INTEGER
  foreDsx3ConfigStatus Integer32
  foreDsx3LineTypeFraming INTEGER
  foreDsx3PbitPerrThrSeconds Integer32
  foreDsx3PbitPerrThrErrors Integer32
  foreDsx3PbitPerrFailEnable INTEGER
  foreDsx3SignalDegradeBer Integer32
  foreDsx3SignalFailBer Integer32
  foreDsx3BerErrorModel INTEGER
  foreDsx3BerState INTEGER

ForeDsx3TotalEntry  
SEQUENCE    
  foreDsx3TotalFramingLOSs Counter32
  foreDsx3TotalFramingLCVs Counter32
  foreDsx3TotalFramingSumLCVs Counter32
  foreDsx3TotalFramingFERRs Counter32
  foreDsx3TotalFramingOOFs Counter32
  foreDsx3TotalFramingFERFs Counter32
  foreDsx3TotalFramingAISs Counter32
  foreDsx3TotalFramingPbitPERRs Counter32
  foreDsx3TotalFramingCbitPERRs Counter32
  foreDsx3TotalFramingFEBEs Counter32
  foreDsx3TotalFramingIDLEs Counter32

Defined Values

foreDsx3Mib 1.3.6.1.4.1.326.2.2.1.1.15
This mib module implements extensions to the standard DS3 mib to support extra configuration, statistics, and diagnostic capabilities of Fore Systems equipment.
MODULE-IDENTITY    

foreDsx3ConfigTable 1.3.6.1.4.1.326.2.2.1.1.15.1
A table of configuration options, statistics, and diagnostics supported by DS3 interfaces on Fore Systems ATM Switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ForeDsx3ConfigEntry

foreDsx3ConfigEntry 1.3.6.1.4.1.326.2.2.1.1.15.1.1
A table entry containing Fore specific extensions to the standard DS3 MIB tables.
Status: current Access: not-accessible
OBJECT-TYPE    
  ForeDsx3ConfigEntry  

foreDsx3ConfigReceiveCode 1.3.6.1.4.1.326.2.2.1.1.15.1.1.1
This variable indicates the type of code that was received across the DS3/E3 interface. The values mean: ds3ReceiveNoCode receiving looped or normal data ds3ReceiveLineCode receiving request for a line loopback ds3ReceivePayloadCode receiving a request for a payload loopback (i.e. all DS1/E1 in a DS3/E3 frame) ds3ReceiveResetCode receiving a loopback deactivation request ds3ReceiveDS1LoopCode receiving a request to loopback a particular DS1/E1 within a DS3/E3 frame ds3ReceiveTestPattern receiving a test pattern.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ds3ReceiveNoCode(1), ds3ReceiveLineCode(2), ds3ReceivePayloadCode(3), ds3ReceiveResetCode(4), ds3ReceiveDS1LoopCode(5), ds3ReceiveTestPattern(6)  

foreDsx3ConfigLineLength 1.3.6.1.4.1.326.2.2.1.1.15.1.1.2
This variable represents the length of the physical cable connected to the ds3 port. The user has to set this object to match the physical cable in order to get the netmod to receive the signal on the cable. The different values are: ds3LineLt225 (1) means the line is shorter than 225 ft, ds1LineGt225 (2) means the line length is greater than 220 ft. This value is not settable for Series A netmods and the value for these netmods is Gt225
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ds3LineLt225(1), ds3LineGt225(2)  

foreDsx3ConfigStatus 1.3.6.1.4.1.326.2.2.1.1.15.1.1.3
This variable represents the current status of the Dsx3 interface. This variable is a bit map represented as a sum. The various bit positions are: 1 dsx3NoDefect True if no other defects are present 2 dsx3RxFERF Receiving a Far End Receive Failure 4 dsx3TxFERF Sending a Far End Receive Failure 8 dsx3RxAIS Receiving Alarm Indication 16 dsx3TxAIS Transmitting Alarm Indication 32 dsx3LOF Loss Of Frame 64 dsx3LOS Loss Of Signal 128 dsx3Loopback Remotly Initiatiated Loopback Operational 256 dsx3RxTest Receiving Test Pattern 512 dsx3Other Other, non specific falure.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

foreDsx3LineTypeFraming 1.3.6.1.4.1.326.2.2.1.1.15.1.1.4
This variable extends the 'dsx3LineType' variable from rfc1407. When dsx3LineType == e3Framed, this variable determines whether G.751 or G.832 framing is used. When dsx3LineType == e3Plcp, the value of this variable will be 1, indicating G.751 framing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER e3G751(1), e3G832(2)  

foreDsx3PbitPerrThrSeconds 1.3.6.1.4.1.326.2.2.1.1.15.1.1.5
This variable represents the consecutive number of BAD/GOOD seconds to detect/clear an Excessive P-bit Parity Error Defect. The range of values it can take is between 2 and 10 inclusive.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

foreDsx3PbitPerrThrErrors 1.3.6.1.4.1.326.2.2.1.1.15.1.1.6
This variable is a threshold for the number of P-bit Parity Errors per second and is used as a parameter to the Excessive P-bit Parity Error Defect. If the number of errors exceeds the threshold, the particular second is declared BAD, otherwise it is declared GOOD.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

foreDsx3PbitPerrFailEnable 1.3.6.1.4.1.326.2.2.1.1.15.1.1.7
This variable controls whether declaration of an Excessive P-bit Parity Error Defect forces the port's operState to Down.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

foreDsx3SignalDegradeBer 1.3.6.1.4.1.326.2.2.1.1.15.1.1.8
This is the exponent of 10 for the current signal degrade bit error rate (BER) threshold for this port. The value -7, for example, represents a BER of 1E-7. This variable is only applicable when dsx3BerErrorModel is set to errorModelRandom.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

foreDsx3SignalFailBer 1.3.6.1.4.1.326.2.2.1.1.15.1.1.9
This is the exponent of 10 for the current signal fail bit error rate (BER) threshold for this port. The value -4, for example, represents a BER of 1E-4. This variable is only applicable when dsx3BerErrorModel is set to errorModelRandom.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

foreDsx3BerErrorModel 1.3.6.1.4.1.326.2.2.1.1.15.1.1.10
This is the error distribution model to be used to identify signal degrade and signal fail conditions. errorModelRandom selects a random error distribution and declares signal conditions based on the thresholds set in dsx3SignalDegradeBer and dsx3SignalFailBer. errorModelBurst selects a burst error model and declares signal degrade conditions based on the thresholds set in dsx3BipThrSeconds and dsx3BipThrErrors. errorModelNone disables detection of signal conditions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER errorModelNone(0), errorModelRandom(1), errorModelBurst(2)  

foreDsx3BerState 1.3.6.1.4.1.326.2.2.1.1.15.1.1.11
This value describes the current state of the port as determined through bit error rate analysis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER berStateOk(0), berStateSigDegrade(1), berStateSigFail(2)  

foreDsx3TotalTable 1.3.6.1.4.1.326.2.2.1.1.15.2
A table of statistics, supported by DS3 interfaces on Fore Systems Equipment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ForeDsx3TotalEntry

foreDsx3TotalEntry 1.3.6.1.4.1.326.2.2.1.1.15.2.1
A table entry containing Fore specific extensions to the standard DS3 MIB tables.
Status: current Access: not-accessible
OBJECT-TYPE    
  ForeDsx3TotalEntry  

foreDsx3TotalFramingLOSs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.1
The number of seconds in which Loss Of Signal (LOS) errors were detected by the DS3 Receive Framer block.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingLCVs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.2
The number of Line Code Violations (LCV) that were detected by the DS3 Receive Framer block.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingSumLCVs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.3
The number of DS3 information blocks (85 bits) which contain one or more Line Code Violations (LCV).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingFERRs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.4
Number of DS3 framing error (FERR) events.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingOOFs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.5
Number of seconds DS3 Out Of Frame (OOF) error events were experienced.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingFERFs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.6
The number of seconds in which Far End Receive Failure (FERF) state has been detected by the DS3 Receive Framer block. FERF signal alerts the upstream terminal that a failure has been detected along the downstream line.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingAISs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.7
The number of seconds in which Alarm Indication Signals (AIS) were detected by the DS3 Receive Framer block. AIS indicates that an upstream failure has been detected by the far end.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingPbitPERRs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.8
Number of P-bit parity error (PERR) events or the number of BIP-8 errors in case of E3 G.832.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingCbitPERRs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.9
Number of C-bit parity error (PERR) events.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingFEBEs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.10
Number of DS3 far end block error (FEBE) events.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3TotalFramingIDLEs 1.3.6.1.4.1.326.2.2.1.1.15.2.1.11
The number of seconds in which IDLE signal was detected by the DS3 Receive Framer block.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

foreDsx3LOFDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.1
This trap indicates that Loss Of Frame(LOF) is detected on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3LOFCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.2
This trap indicates that Loss Of Frame is cleared on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3AISDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.3
This trap indicates that AIS Alarm is detected on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3AISCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.4
This trap indicates that AIS Alarm is cleared on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3FERFDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.5
This trap indicates that FERF Alarm or DS3 Yellow Alarm is detected on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3FERFCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.6
This trap indicates that FERF Alarm or DS3 Yellow Alarm is cleared on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3LOSDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.7
This trap indicates that the specified DS3 port has detected incoming LOS Alarm.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3LOSCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.8
This trap indicates that the incoming LOS Alarm has been cleared on the specified DS3 port.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3IdleDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.9
This trap indicates that an Idle Maintenance Signal (IDLE) is detected on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3IdleCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.10
This trap indicates that an Idle Maintenance Signal (IDLE) is cleared on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3TrailChangeDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.11
This trap indicates that a Trail Trace Mismatch was detected on the incoming signal.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3PbitPerrDetected 1.3.6.1.4.1.326.2.2.1.1.15.0.12
This trap indicates that the specified DSX3 port is experiencing P-bit Parity errors. A P-bit Parity Error failure is declared when the P-bit Parity Error persists for a period of 2.5 +/- 0.5 seconds.
Status: current Access: read-only
NOTIFICATION-TYPE    

foreDsx3PbitPerrCleared 1.3.6.1.4.1.326.2.2.1.1.15.0.13
This trap indicates that the P-bit Parity Error failure identified by trap asxDS3PbitPerrDetected has been cleared. A P-bit Parity Error failure is cleared when the P-bit Parity Error defect is absent for 10 +/- 0.5 seconds.
Status: current Access: read-only
NOTIFICATION-TYPE