Enabling Sshv2 - Cisco Catalyst 4500 Series Software Configuration Manual

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

Chapter 6
Programmability
No. Parsers
14
parse.showInventory
15
parse.showIntTransciver
16
parse.showIgmpGroup
17
parse.showFlowMonitor
18
showIPslaStatistics

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
Output
ODM Models
cisco-inventory-entities.yang
cisco-interface-transciver.yang
cisco-igmpsn-group.yang
cisco-flow-monitor.yang
cisco-ip-sla-stats.yang
<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>
NETCONF RETURN
--------------
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<data>
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Corresponding show Command and Purpose
Corresponds to the show inventory command,
which displays product identification (PID)
information for the hardware
Corresponds to the show interfaces transceiver
detail command, which displays information
about the optical transceivers that have digital
optical monitoring (DOM) enabled.
Corresponds to the show ip igmp snooping
groups command, which displays the member
port and the IP address.
Corresponds to the show flow monitor name
cache command, which displays the status and
statistics for a Flexible NetFlow flow monitor.
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.
Using ODM Models
6-17

Advertisement

Table of Contents
loading

Table of Contents