Cisco NCS 1001 Configuration Manual - Page 21

Browse online or download pdf Configuration Manual for Server Cisco NCS 1001. Cisco NCS 1001 36 pages. Data models configuration guide
Also for Cisco NCS 1001: Manual (8 pages), Start Manual (40 pages)

Cisco NCS 1001 Configuration Manual
Configuring NCS 1001 Using Data Models
Parameter
lockout-from
manual-switch-to

Configure OTS Controller

Use the Cisco-IOS-XR-controller-optics-cfg.yang YANG model to configure the parameters of the OTS controller such
as ampli-control-mode, ampli-channel-power, ampli-gain, ampli-gain-range, ampli-tilt, channel-power-max-delta, osri,
safety-control-mode, rx-low-threshold, tx-low-threshold, rx-voa-attenuation, and tx-voa-attenuation.
Example
<?xml version="1.0"?>
<rpc message-id="102" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
<hardware-module xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ncs1001-ots-cfg">
<node>
<location>0_RP0_CPU0</location>
<slot>
<slot-id>0x3</slot-id>
<psm>
<lockout-from xc:operation = "delete">protected</lockout-from>
</psm>
</slot>
</node>
</hardware-module>
</config>
</edit-config>
</rpc>
<?xml version="1.0"?>
<rpc message-id="102" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
<hardware-module xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ncs1001-ots-cfg">
<node>
<location>0_RP0_CPU0</location>
<slot>
<slot-id>0x3</slot-id>
<psm>
<manual-switch-to xc:operation = "delete">working</manual-switch-to>
</psm>
</slot>
</node>
</hardware-module>
</config>
</edit-config>
</rpc>
Data Models Configuration Guide for Cisco NCS 1001
Configure OTS Controller
17