SL-EDFA-MIB

File: SL-EDFA-MIB.mib (16282 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF IF-MIB PerfHist-TC-MIB
SL-NE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 TimeTicks DisplayString
TruthValue TimeStamp SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex PerfCurrentCount PerfIntervalCount
PerfTotalCount sitelight

Defined Types

EdfaConfigEntry  
SEQUENCE    
  edfaIfIndex InterfaceIndex
  edfaPumpTemp Integer32
  edfaRxPower INTEGER
  edfaPumpAdminStatus INTEGER
  edfaPumpOperStatus INTEGER
  edfaStatus INTEGER
  edfaVoa INTEGER
  edfaAutomaticMode TruthValue
  edfaAdminControlMode INTEGER
  edfaOperControlMode INTEGER
  edfaAdminGain INTEGER
  edfaOperGain INTEGER
  edfaAdminOutputPower INTEGER
  edfaOperOutputPower INTEGER
  edfaChannelsNumber INTEGER
  edfaTotalChannelsNumber INTEGER
  edfaEyeSafetyMode TruthValue
  edfaShutDownLipEnable TruthValue
  edfaAutoPowerUpLipEnable TruthValue
  edfaMaxGain INTEGER
  edfaGainInFrom INTEGER
  edfaGainInTo INTEGER
  edfaGainOutFrom INTEGER
  edfaGainOutTo INTEGER
  edfaPowerInFrom INTEGER
  edfaPowerInTo INTEGER
  edfaPowerOutFrom INTEGER
  edfaPowerOutTo INTEGER
  edfaFromChannel INTEGER
  edfaToChannel INTEGER
  edfaOscChannel INTEGER
  edfaRedBlueType INTEGER
  edfaRole INTEGER
  edfaFreeDescription DisplayString
  edfaConfigSafetyThreshold INTEGER
  edfaSigOutputPower INTEGER

Defined Values

slEdfa 1.3.6.1.4.1.4515.1.9
This MIB module describes the EDFA Cards
MODULE-IDENTITY    

edfaConfig 1.3.6.1.4.1.4515.1.9.1
OBJECT IDENTIFIER    

edfaTraps 1.3.6.1.4.1.4515.1.9.2
OBJECT IDENTIFIER    

edfaTraps0 1.3.6.1.4.1.4515.1.9.2.0
OBJECT IDENTIFIER    

edfaConfigTable 1.3.6.1.4.1.4515.1.9.1.1
The EDFA configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EdfaConfigEntry

edfaConfigEntry 1.3.6.1.4.1.4515.1.9.1.1.1
An entry in the EDFA interface configuration table. The index to this table is the same as the an ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  EdfaConfigEntry  

edfaIfIndex 1.3.6.1.4.1.4515.1.9.1.1.1.1
The amplifier interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

edfaPumpTemp 1.3.6.1.4.1.4515.1.9.1.1.1.2
The pump temperture (in Kelvin).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

edfaRxPower 1.3.6.1.4.1.4515.1.9.1.1.1.3
The measured Rx Power. The value is specified in ten'th of Dbm units increments, starting from -30.0 dbm (e.g. value 0 means -30.0 dbm).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaPumpAdminStatus 1.3.6.1.4.1.4515.1.9.1.1.1.4
The desired state of the laser. The restart(3) state indicates that the edfa pump should be restarted. The restart(3) is not a state, thus it is not kept in the configuration file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), restart(3)  

edfaPumpOperStatus 1.3.6.1.4.1.4515.1.9.1.1.1.5
The current operational state of the laser. If edfaPumpAdminStatus is down(2) then edfaPumpOperStatus should be down(2). If edfaPumpAdminStatus is changed to up(1) then edfaPumpOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state. The operational status is equal to restart(3) if the edfa pump is still in restart process.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), restart(3), unknown(4)  

edfaStatus 1.3.6.1.4.1.4515.1.9.1.1.1.6
This variable indicates the Line Status of the Edfa module. The edfaStatus is a bit map represented as a sum, therefore, it can represent multiple failures (alarms) simultaneously. edfaNoAlarm must be set if and only if no other flag is set. The various bit positions are: 1 edfaNoAlarm No alarm present 2 edfaPumpTemperuture Pump temperatur is out-of-bound 4 edfaPumpWavelength Pump wavelength is out-of-bound 8 edfaHwFail Pump HW failure 16 edfaRvcSignalDetect Loss of input signal 32 edfaPumpPower Pump power is out-of-bound 64 edfaRcvPower Rx Power is out-of-bound 128 edfaTemprature Edfa temperature is out-of-bound 256 edfaEyeSafty Eye safety alarm (available only in eye-safety mode) 512 edafGainFlatness Gain flatness alarm 1024 edfaXmtPower Tx Power is out-of-bound 2048 edfaGain Edfa Gain is out-of-bound 4096 edfaEol Pump End Of Life
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8191  

edfaVoa 1.3.6.1.4.1.4515.1.9.1.1.1.7
The computed VOA output attenuation specified in 0.1 dB units. From 0.0 to +15.0 dB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaAutomaticMode 1.3.6.1.4.1.4515.1.9.1.1.1.8
Defines the Edfa automatic mode. If equals TRUE, the Edfa control mode should selected automaticaly. Otherwise it should be selected manualy.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

edfaAdminControlMode 1.3.6.1.4.1.4515.1.9.1.1.1.9
Configure the Edfa control mode. This object may be set only when edfaAtomaticMode is FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER apc(1), agc(2)  

edfaOperControlMode 1.3.6.1.4.1.4515.1.9.1.1.1.10
The current Edfa control mode. Initialy the Edfa starts in APC mode. The AGC mode is used only when selected manualy or after transient input power change.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER apc(1), agc(2)  

edfaAdminGain 1.3.6.1.4.1.4515.1.9.1.1.1.11
The required Edfa Gain value given in 0.1 dB units. This value may be configured only when the edfa automatic mode is FALSE and the edfa control mode is Agc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

edfaOperGain 1.3.6.1.4.1.4515.1.9.1.1.1.12
The actual Edfa Gain value given in 0.1 dB units. Value range starts with 0.0 dbm
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaAdminOutputPower 1.3.6.1.4.1.4515.1.9.1.1.1.13
The required Edfa output power value given in 0.1 dBm units. The range starts with -30.0 dBm. This value may be configured only when the edfa control mode is Apc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

edfaOperOutputPower 1.3.6.1.4.1.4515.1.9.1.1.1.14
The actual Edfa total output power value specified in 0.1 dBm units. Valid valuse are in the range of 0.0 dBm upto +15.0 dBm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaChannelsNumber 1.3.6.1.4.1.4515.1.9.1.1.1.15
The number of optical channels on this signal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaTotalChannelsNumber 1.3.6.1.4.1.4515.1.9.1.1.1.16
The total number of optical channels on this fiber.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaEyeSafetyMode 1.3.6.1.4.1.4515.1.9.1.1.1.17
When in Eye-Safety mode the edfa reduces the laser power budget down to safe level upon detection of an output fiber cut.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

edfaShutDownLipEnable 1.3.6.1.4.1.4515.1.9.1.1.1.18
EDFA shout-down on LIP (Loss of signal) - enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

edfaAutoPowerUpLipEnable 1.3.6.1.4.1.4515.1.9.1.1.1.19
EDFA automatic power up (after signal returns) - enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

edfaMaxGain 1.3.6.1.4.1.4515.1.9.1.1.1.20
The EDFA max gain is determined by the result of the VER command. Legal values: gainUnknown(1) gain14dbm(2) - Booster/Inline, (-2)-14dBm output power, gain (-5)-22dB gain17dbm(3) - Booster/Inline, (-2)-17dBm output power, gain (-5)-22dB gain20dbm(4) - Booster/Inline, (-2)-20dBm output power, gain (-5)-22dB gain23dbm(5) - Booster/Inline, 5-23dBm output power, gain (-5)-22dB, 16 channels gain18dbmPreAmp8Ch(6) - Preamp (-18)-5dBm output power, fixed gain 18dB gain18dbmPreAmp16ChRed(7) - Preamp (-18)-5dBm output power, fixed gain 18dB gain18dbmPreAmp16ChBlue(8)- Preamp (-18)-0dBm output power, fixed gain 18dB gain23dbmGain10(9) - Booster/Inline, 23dBm output power with fixed gain of 10dB, 32 channels
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaGainInFrom 1.3.6.1.4.1.4515.1.9.1.1.1.21
Lower input gain range of the edfa in units of 0.1 db.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaGainInTo 1.3.6.1.4.1.4515.1.9.1.1.1.22
Upper input gain range of the edfa in units of 0.1 db.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaGainOutFrom 1.3.6.1.4.1.4515.1.9.1.1.1.23
Lower output gain range of the edfa in units of 0.1 db.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaGainOutTo 1.3.6.1.4.1.4515.1.9.1.1.1.24
Upper output gain range of the edfa in units of 0.1 db.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaPowerInFrom 1.3.6.1.4.1.4515.1.9.1.1.1.25
Lower input power range of the edfa in units of 0.1 dbm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaPowerInTo 1.3.6.1.4.1.4515.1.9.1.1.1.26
Upper input power range of the edfa in units of 0.1 dbm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaPowerOutFrom 1.3.6.1.4.1.4515.1.9.1.1.1.27
Lower output power range of the edfa in units of 0.1 dbm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaPowerOutTo 1.3.6.1.4.1.4515.1.9.1.1.1.28
Upper output power range of the edfa in units of 0.1 dbm.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaFromChannel 1.3.6.1.4.1.4515.1.9.1.1.1.29
The first channel number supported by the edfa; 0 to ignore.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaToChannel 1.3.6.1.4.1.4515.1.9.1.1.1.30
The last channel number supported by the edfa; 0 to ignore.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaOscChannel 1.3.6.1.4.1.4515.1.9.1.1.1.31
The wavelenght of the optical supervisory channel e.g. 1510, 1490.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaRedBlueType 1.3.6.1.4.1.4515.1.9.1.1.1.32
The type of the edaf.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER red(1), blue(2), none(3)  

edfaRole 1.3.6.1.4.1.4515.1.9.1.1.1.33
The role of the edaf.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER booster(1), boosterInline(2), preamp(3), inline(4), raman(5), other(6)  

edfaFreeDescription 1.3.6.1.4.1.4515.1.9.1.1.1.34
A free text with additional edfa information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

edfaConfigSafetyThreshold 1.3.6.1.4.1.4515.1.9.1.1.1.35
The Eye Safety threshold level specified in dBm units. The value given in 0.1 dBm units. The range starts with -50.0 dBm.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

edfaSigOutputPower 1.3.6.1.4.1.4515.1.9.1.1.1.36
The measured Signal output Power. The value is specified in ten'th of Dbm units increments, starting from -30.0 dbm (e.g. value 0 means -30.0 dbm).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

edfaStatusChange 1.3.6.1.4.1.4515.1.9.2.1
A edfaStatusChange trap is sent when the value of an instance edfaStatus changes. It can be utilized by an NMS to trigger polls.
Status: current Access: read-only
NOTIFICATION-TYPE    

edfaControlModeChange 1.3.6.1.4.1.4515.1.9.2.2
A edfaControlModeChange trap is sent when the value of an instance edfaOperControlMode when going from APC to AGC (both directions) in automatic mode.
Status: current Access: read-only
NOTIFICATION-TYPE    

edfaStatusChange0 1.3.6.1.4.1.4515.1.9.2.0.1
A edfaStatusChange trap is sent when the value of an instance edfaStatus changes. It can be utilized by an NMS to trigger polls. It is defined to support browsers that don't recognize RFC 2576.
Status: current Access: read-only
NOTIFICATION-TYPE    

edfaControlModeChange0 1.3.6.1.4.1.4515.1.9.2.0.2
A edfaControlModeChange trap is sent when the value of an instance edfaOperControlMode when going from APC to AGC (both directions) in automatic mode. It is defined to support browsers that don't recognize RFC 2576.
Status: current Access: read-only
NOTIFICATION-TYPE