
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2017 08:02 PM
Hello experts,
Can anyone help me to translate the following command to yang model? Thanks.
- show interfaces [interface_name]
- show interfaces [interface_name] detail
- show controlllers SONET [interface_name]
- show controlllers [interface_name] phy
- clear counters SONET [interface_name]
- clear counters POS [interface_name]
- clear counters [interface_name]
Solved! Go to Solution.
- Labels:
-
YANG Development Kit (YDK)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2017 02:45 AM
Here are some pointers.
- show interfaces [interface_name]
- show interfaces [interface_name] detail
Look in the module Cisco-IOS-XR-pfi-im-cmd-oper.
- show controlllers SONET [interface_name]
- show controlllers [interface_name] phy
Look in the module Cisco-IOS-XR-pmengine-oper.
- clear counters SONET [interface_name]
- clear counters POS [interface_name]
- clear counters [interface_name]
As of IOS-XR 6.3.1, we do not have clear RPCs for these counters.
Cheers,
Einar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2017 02:45 AM
Here are some pointers.
- show interfaces [interface_name]
- show interfaces [interface_name] detail
Look in the module Cisco-IOS-XR-pfi-im-cmd-oper.
- show controlllers SONET [interface_name]
- show controlllers [interface_name] phy
Look in the module Cisco-IOS-XR-pmengine-oper.
- clear counters SONET [interface_name]
- clear counters POS [interface_name]
- clear counters [interface_name]
As of IOS-XR 6.3.1, we do not have clear RPCs for these counters.
Cheers,
Einar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 01:23 AM
Hi ,
This is Priyanka,I am new to net conf and working configuration on CISCO XR device with NET CONF protocol using ncclient library.looking for XML RPC for respective cli commands.
Its becoming hard to find XML RPC for all CLI commands EX:show bgp summary).Please let me know any docs or links related to XML RPC file for all cli commands.
Any leads will be helpful.Thanks in advance.
Regards,
Priyanka
