
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2018 08:14 AM
Hi Guys!
Can I execute show commands using Netconf protocol for cisco IOS-XR 6.2.2 ?
For example execute "show run" command using netconf.
Thanks in advance.
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
05-22-2018 07:41 PM
NETCONF interface should only support structured data. Any particular reason why you would like to get the unstructured output of "show run" instead of the structure output of the "get-config" RPC?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 07:41 PM
NETCONF interface should only support structured data. Any particular reason why you would like to get the unstructured output of "show run" instead of the structure output of the "get-config" RPC?
