Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
When I tried to connect ASR 9000 router using SSH, I got the following ssh debug logs.
~$ ssh -v username@xxx.xxx.xxx.xxx
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /et...
In my previous discussion, https://supportforums.cisco.com/t5/network-management/netconf-get-config-error-wrong-document-namespaces-not-specified/td-p/3298323 I could make get-config work in NX-OS. However I'm opening a new one because the output is ...
I have a problem with NETCONF get-config operation to Nexus 7000 with OS version 7.3(1)D1(1).
Sent message has xmlns attribute in rpc tag.
<?xml version="1.0" encoding="utf-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="5">
...
Following "How to install" part in http://ydk.cisco.com/py/docs/getting_started.html#how-to-install, I'm blocked because "pip install ydk-models-something" does not work properly my offline CentOS7 server.I've managed to install libydk-0.6.2-1.x86_64...
Answering to my own question.
Unlike other devices, NX-OS requires two xmlns's as attribute of rpc element, one for netconf base and the other for Cisco data store.
RPC message below got a response without errors. (However the result is not as what...
Thank you for your answer. I've downloaded the git repository from another PC and moved it to the server.After that I could find folders like core, ietf, openconfig, etc.However, after running "python setup.py sdist", I still have problems with "pip ...