ZHONE-PHY-SONET-MIB

File: ZHONE-PHY-SONET-MIB.mib (25230 bytes)

Imported modules

IF-MIB SNMPv2-SMI SNMPv2-TC
SONET-MIB Zhone

Imported symbols

InterfaceIndex Integer32 OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY NOTIFICATION-TYPE
TruthValue sonetMediumEntry sonetSectionCurrentStatus
sonetLineCurrentStatus sonetPathCurrentStatus zhoneSonet
zhoneModules

Defined Types

SonetClockEntry  
SEQUENCE    
  sonetClockExternalRecovery INTEGER
  sonetClockTransmitSource INTEGER

SonetMediumExtEntry  
SEQUENCE    
  sonetMediumExtScrambleEnabled TruthValue
  sonetMediumExtLineScrmEnabled TruthValue

ZhoneSonetErrorStatsEntry  
SEQUENCE    
  zhoneSonetErrorStatsIndex InterfaceIndex
  zhoneSonetErrorStatsLineFebeCount Integer32
  zhoneSonetErrorStatsPathFebeCount Integer32
  zhoneSonetErrorStatsLineBipCount Integer32
  zhoneSonetErrorStatsSectionBipCount Integer32
  zhoneSonetErrorStatsPathBipCount Integer32
  zhoneSonetErrorStatsOofCount Integer32
  zhoneSonetErrorStatsRxCellCount Integer32
  zhoneSonetErrorStatsTxCellCount Integer32
  zhoneSonetErrorStatsHecCorrectedCount Integer32
  zhoneSonetErrorStatsHecUncorrectedCount Integer32
  zhoneSonetErrorStatsCellFifoOverflowCount Integer32
  zhoneSonetErrorStatsLocdCount Integer32

Defined Values

phySonet 1.3.6.1.4.1.5504.6.16
SONET physical MIB to configure and monitor SONET physical attributes.
MODULE-IDENTITY    

sonetClockTable 1.3.6.1.4.1.5504.5.9.1
MIB table for clock related configuration for SONET interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonetClockEntry

sonetClockEntry 1.3.6.1.4.1.5504.5.9.1.1
An entry of the sonetClockEntry. sonetClockEntry is augmented to sonetMediumEntry defined in rfc2558.mib. Whenever a row is instantiated in the sonetMediumTable, a corresponding row will be instantiated in the sonetClockTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonetClockEntry  

sonetClockExternalRecovery 1.3.6.1.4.1.5504.5.9.1.1.1
This variable indicates if external clock recovery is enabled for this SONET interface. The default value is 'enabled'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

sonetClockTransmitSource 1.3.6.1.4.1.5504.5.9.1.1.2
This variable describes the SONET transmit clock source. Valid values are: loopTiming - transmit clock synthesized from the recovered receive clock. throughTiming - transmit clock is derived from the recovered receive clock of another SONET interface. localTiming - transmit clock synthesized from a local clock source or that an external clock is attached to the box containing the interface. external155MHz - transmit clock synthesized from an external 155.52 MHz source. The default value is 'loopTiming'. 'external155MHz' option is not valid for Sechtor 100.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER loopTiming(1), throughTiming(2), localTiming(3), external155MHz(4)  

sonetMediumExtTable 1.3.6.1.4.1.5504.5.9.2
This is an extenion of the standard Sonet MIB (RFC 2558).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonetMediumExtEntry

sonetMediumExtEntry 1.3.6.1.4.1.5504.5.9.2.1
Each row is an extension to the sonetMediumTable for Zhone specific fields. This row is created when the augmented sonetMediumEntry is created.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonetMediumExtEntry  

sonetMediumExtScrambleEnabled 1.3.6.1.4.1.5504.5.9.2.1.1
This field describes the enabled status of the Sonet Scramble mode. If this field is true(1) then Scramble mode is enabled, if this field is false(2) scramble mode is disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sonetMediumExtLineScrmEnabled 1.3.6.1.4.1.5504.5.9.2.1.2
This field describes the enabled status of the Line level Sonet Scramble mode. If this field is true(1), then Scramble mode is enabled. If this field is false(2), scramble mode is disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sonetTraps 1.3.6.1.4.1.5504.5.9.3
All Zhone Sonet traps will be defined under this object identity.
Status: current Access: read-write
OBJECT-IDENTITY    

sonetV2Traps 1.3.6.1.4.1.5504.5.9.3.0
This object identity adds a zero(0) for the next to last sub-identifier which should be used for new SNMPv2 Traps.
Status: current Access: read-write
OBJECT-IDENTITY    

sonetClockTransmitSourceChange 1.3.6.1.4.1.5504.5.9.3.0.1
A notification trap is sent when either sonetClockExternalRecovery or sonetClockTransmitSource is changed. The trap object is identified by the OID instance of sonetClockTransmitSource described in the OBJECTS clause.
Status: current Access: read-write
NOTIFICATION-TYPE    

sonetSectionStatusChange 1.3.6.1.4.1.5504.5.9.3.0.2
A notification trap is sent when there is a change in the sonet SECTION status. Currenly the following are supported: NO-DEFECT = 1 LOS = 2 LOF = 4 The trap object is identified by the OID instance of sonetSectionCurrentStatus described in the OBJECTS clause.
Status: current Access: read-write
NOTIFICATION-TYPE    

sonetLineStatusChange 1.3.6.1.4.1.5504.5.9.3.0.3
A notification trap is sent when there is a change in the sonet LINE status. Currenly the following are supported: NO-DEFECT = 1 AIS = 2 RDI = 4 The trap object is identified by the OID instance of sonetLineCurrentStatus described in the OBJECTS clause.
Status: current Access: read-write
NOTIFICATION-TYPE    

sonetPathStatusChange 1.3.6.1.4.1.5504.5.9.3.0.4
A notification trap is sent when there is a change in the sonetPathCurrentStatus. Currenly the following are supported: 1 sonetPathNoDefect 2 sonetPathSTSLOP 4 sonetPathSTSAIS 8 sonetPathSTSRDI 16 sonetPathUnequipped 32 sonetPathSignalLabelMismatch The trap object is identified by the OID instance of sonetPathCurrentStatus described in the OBJECTS clause.
Status: current Access: read-write
NOTIFICATION-TYPE    

zhoneSonetErrorStatsTable 1.3.6.1.4.1.5504.5.9.6
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhoneSonetErrorStatsEntry

zhoneSonetErrorStatsEntry 1.3.6.1.4.1.5504.5.9.6.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhoneSonetErrorStatsEntry  

zhoneSonetErrorStatsIndex 1.3.6.1.4.1.5504.5.9.6.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

zhoneSonetErrorStatsLineFebeCount 1.3.6.1.4.1.5504.5.9.6.1.2
Number of RLOP far-end block errors (FEBE).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsPathFebeCount 1.3.6.1.4.1.5504.5.9.6.1.3
Number of RPOP far-end block errors (FEBE).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsLineBipCount 1.3.6.1.4.1.5504.5.9.6.1.4
Number of Receive Line Overhead Processor (RLOP) BIP-8 errors. The RLOP is responsible for line-level alarms and for monitoring performance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsSectionBipCount 1.3.6.1.4.1.5504.5.9.6.1.5
Number of Receive Section Overhead Processor (RSOP) bit-interleaved parity (BIP)-8 errors. The RSOP synchronizes and descrambles frames and provides section-level alarms and performance monitoring.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsPathBipCount 1.3.6.1.4.1.5504.5.9.6.1.6
Number of Receive Path Overhead Processor (RPOP) BIP-8 errors. The RSOP interprets pointers and extracts path overhead and the synchronous payload envelope. It is also responsible for path-level alarms and for monitoring performance.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsOofCount 1.3.6.1.4.1.5504.5.9.6.1.7
Near end is out of frame. False indicates that the line is up and in frame.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsRxCellCount 1.3.6.1.4.1.5504.5.9.6.1.8
Receive ATM Cell Processor (RACP) receive cell count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsTxCellCount 1.3.6.1.4.1.5504.5.9.6.1.9
Transmit ATM Cell Processor (TACP) transmit cell count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsHecCorrectedCount 1.3.6.1.4.1.5504.5.9.6.1.10
Number of corrected HEC cells.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsHecUncorrectedCount 1.3.6.1.4.1.5504.5.9.6.1.11
Number of uncorrected dropped HEC cells.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsCellFifoOverflowCount 1.3.6.1.4.1.5504.5.9.6.1.12
Number of cells dropped because of first in, first out (FIFO) overflow.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zhoneSonetErrorStatsLocdCount 1.3.6.1.4.1.5504.5.9.6.1.13
Loss of cell delineation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32