6-17
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Chapter 6 Programmability
Using ODM Models
Enabling SSHv2
For information about configuring SSHv2, see
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_ssh/configuration/xe-3e/sec-usr-ssh-xe-3e-b
ook.html
Activating and Deactivating the ODM
This section contains sample RPCs to check the current status of the ODM, to activate it, and to
deactivate it.
Example: Checking the Current Status of the ODM.
In the example below, the ODM is active (value set to true).
Input
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get>
<filter>
<cisco-ia xmlns="http://cisco.com/yang/cisco-ia">
<odm-control/>
</cisco-ia>
</filter>
</get>
</rpc>
Output
NETCONF RETURN
--------------
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<data>
14 parse.showInventory cisco-inventory-entities.yang Corresponds to the show inventory command,
which displays product identification (PID)
information for the hardware
15 parse.showIntTransciver cisco-interface-transciver.yang Corresponds to the show interfaces transceiver
detail command, which displays information
about the optical transceivers that have digital
optical monitoring (DOM) enabled.
16 parse.showIgmpGroup cisco-igmpsn-group.yang Corresponds to the show ip igmp snooping
groups command, which displays the member
port and the IP address.
17 parse.showFlowMonitor cisco-flow-monitor.yang Corresponds to the show flow monitor name
cache command, which displays the status and
statistics for a Flexible NetFlow flow monitor.
18 showIPslaStatistics cisco-ip-sla-stats.yang Corresponds to the show ip sla statistics
command, which displays the current operational
status and statistics of all IP SLAs operations or a
specified operation.
No. Parsers ODM Models Corresponding show Command and Purpose