Configure Raman Tuning
The following configurations are available for Raman Tuning:
Disable Raman Tuning
You can disable Raman tuning for a controller. Use the following commands to disable Raman tuning.
configure
optical-line-control
controller ots Rack/Slot/Instance/Port
raman-tuning disable
commit
end
The following is a sample configuration that disables Raman tuning.
RP/0/RP0/CPU0:ios#configure
RP/0/RP0/CPU0:ios(config)#optical-line-control
RP/0/RP0/CPU0:ios(config-olc)#controller ots 0/0/0/0
RP/0/RP0/CPU0:ios(config-olc-ots)#raman-tuning disable
RP/0/RP0/CPU0:ios(config-olc-ots)#commit
RP/0/RP0/CPU0:ios(config-olc-ots)#end
Enable Raman Tuning
You can enable Raman tuning for a controller. Use the following commands to enable Raman tuning.
configure
optical-line-control
controller ots Rack/Slot/Instance/Port
raman-tuning enable
commit
end
The following is a sample configuration that enables Raman tuning.
RP/0/RP0/CPU0:ios#configure
RP/0/RP0/CPU0:ios(config)#optical-line-control
RP/0/RP0/CPU0:ios(config-olc)#controller ots 0/0/0/0
RP/0/RP0/CPU0:ios(config-olc-ots)#raman-tuning enable
RP/0/RP0/CPU0:ios(config-olc-ots)#commit
RP/0/RP0/CPU0:ios(config-olc-ots)#end
Configure Raman Gain Target
You can manually set the desired Raman gain target. Use the following commands to set the Raman gain target.
configure
optical-line-control
controller ots Rack/Slot/Instance/Port
raman-tuning raman-gain-target value
commit
end
You can configure Target Raman Gain of 8.0 to 25.0 dB in multiples of 0.1 dB. The following is a sample configuration that configures the Raman gain target to 18 dB.
RP/0/RP0/CPU0:ios#configure
RP/0/RP0/CPU0:ios(config)#optical-line-control
RP/0/RP0/CPU0:ios(config-olc)#controller ots 0/0/0/0
RP/0/RP0/CPU0:ios(config-olc-ots)#raman-tuning raman-gain-target 180
RP/0/RP0/CPU0:ios(config-olc-ots)#commit
RP/0/RP0/CPU0:ios(config-olc-ots)#end
![]() Note |
If you use ALC to calibrate your Raman links, you must configure Raman gain target in multiples of 1 dB. |
Configure Raman Pump Powers
You can set the Raman pump powers manually. Use the following commands to set the pump powers.
configure
controller ots Rack/Slot/Instance/Port
raman-tx-power pumpvaluevalue
commit
end
The following is a sample configuration that sets the pump power of the first Raman pump to 211 mW.
RP/0/RP0/CPU0:ios#configure
RP/0/RP0/CPU0:ios(config-olc)#controller ots 0/0/0/0
RP/0/RP0/CPU0:ios(config-olc-ots)#raman-tx-power 1 value 21100
RP/0/RP0/CPU0:ios(config-olc-ots)#commit
RP/0/RP0/CPU0:ios(config-olc-ots)#end
Configure DFB VOA Attenuation
Raman tuning algorithm changes the DFB VOA to adjust the DFB Tx power depending on the span loss. The following table lists the DFB TX power for different span loss ranges.
|
Span Loss |
DFB TX Power |
|---|---|
|
14-25 dB |
-5 dB |
|
25-33 dB |
0 dB |
|
>33 dB |
5 dB |
Use the following commands to configure DFB VOA attenuation when Raman Tuning is disabled and you want to configure the DFB manually.
configure
controller dfb Rack/Slot/Instance/Port
tx-voa-attenuation value
commit
end
The following is a sample configuration that sets the DFB VOA attenuation to 10 dB.
RP/0/RP0/CPU0:ios#conf
Wed Jul 6 04:45:47.720 UTC
RP/0/RP0/CPU0:ios(config)#controller dfb 0/0/0/0
RP/0/RP0/CPU0:ios(config-Dfb)#tx-voa-attenuation 100
RP/0/RP0/CPU0:ios(config-Dfb)#commmit
RP/0/RP0/CPU0:ios(config-Dfb)#end
Initiate Raman Tuning
You can trigger Raman tuning manually. Use the following exec command to trigger Raman tuning.
olc start-raman-tuning controller ots Rack/Slot/Instance/Port
The following is a sample configuration that initiates Raman tuning.
RP/0/RP0/CPU0:ios#olc start-raman-tuning controller ots 0/0/0/0

Feedback