Cisco NCS 1001 Configuration Manual - Page 20

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

Remove Protection Switching Module Configuration

Parameter
lockout-from
manual-switch-to
Remove Protection Switching Module Configuration
Use the Cisco-IOS-XR-ncs1001-ots-cfg.yang YANG model to remove the protection switching module configuration.
Data Models Configuration Guide for Cisco NCS 1001
16
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>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>working</manual-switch-to>
</psm>
</slot>
</node>
</hardware-module>
</config>
</edit-config>
</rpc>
Configuring NCS 1001 Using Data Models