Cisco Catalyst 4500 Series Software Configuration Manual page 330

Cisco ios xe release 3.9.xe and cisco ios release 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Using ODM Models
Example: Activating or Starting the ODM
In the example below, the RPC reply (ok) indicates that the ODM is activated successfully.
Input
Output
To deactivate or stop the ODM, send the following RPC:
Input
Output
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
6-18
<cisco-ia xmlns="http://cisco.com/yang/cisco-ia">
<odm-control>true</odm-control>
</cisco-ia>
</data>
</rpc-reply>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
<cisco-ia xmlns="http://cisco.com/yang/cisco-ia">
<odm-control>true</odm-control>
</cisco-ia>
</config>
</edit-config>
</rpc>
NETCONF RETURN
--------------
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<ok/>
</rpc-reply>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
<cisco-ia xmlns="http://cisco.com/yang/cisco-ia">
<odm-control>false</odm-control>
</cisco-ia>
</config>
</edit-config>
</rpc>
NETCONF RETURN
--------------
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<ok/>
</rpc-reply>
Chapter 6
Programmability

Advertisement

Table of Contents
loading

Table of Contents