You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

 

Your goal should be to try and get the receive levels on your optics within the thresholds given by the optic/manufacturer. This applies to longer distance DWDM and CWDM optics (40k, 80k, 120k).

Notes/Key:

  • Standard estimates:
    • 0.4 dB loss per kilometer for 1550nm
    • 0.3 dB loss per connector
  • Command line to see reported RX high and low levels and current levels:
    • Juniper: 

      show interfaces diagnostics optics xe-0/0/1 
    • Cisco: 

      show interfaces gigabitEthernet 0/1 transceiver detail 
    • Brocade: 

      show optic thresholds 1/1/1
  • The optic vendor should also have the rx and tx thresholds documented:

Calculating Loss:

  1. Record the TX power of your optic.
  2. Record the receive min and max of your optic.
  3. Record the OTDR test results that give total dB loss. 
    1. If you don't have OTDR test results, estimate based on the known distance of the fiber.
  4. Estimate if a pad is needed:
    1. -(connector loss) -(OTDR OR distance estimated loss) -(pad loss) = -(target RX level dB away from TX level)

  5. Ship the pad

Example:

  1. I'm transmitting at +1dB
  2. I'm using a FlexOptix SFP+ ZR 1550, min rx -23dB max rx -8dB
  3. I don't have an OTDR test but the CAN said the fiber distance is 27km.
    1. 0.4 dB loss per kilometer for 1550nm at 27km, 10.8dB of loss estimated
  4. -(connector loss) -(OTDR OR distance estimated loss) -(pad loss) = -(target RX level dB away from TX level)
    -(1) -(10.8) -(pad loss) = -(13)
    -(pad loss) = -1.2
  5. The above estimate shows I'm within 1.2dB of getting a receive level of -12dB, I probably don't need to have a pad installed

 

  • No labels