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.
I am trying to test ydk(0.8.3) gnmi function with iosxr 6.5.1. Just executing the gnmi/samples/hello_ydk_gnmi.py but got following error response.
[root@localhost ~]# python hello_ydk_gnmi.py -v ssh://cisco:1qaz@WSX@10.124.209.91:57344 /root/ydk/10...
Hello, ygrelik
Thank you for your reply. I had tested even without the quotes, the password still could be recognized correctly. The root cause is one configuration ('no-tls' under grpc) missed on device.
thanks!
Hi Jan,Thanks for your reply. Yes, the user should be altered it is failed. If the service runs synchronously, there is some outcome for failure. But in async operation, after the reploy process, how to get whether the service failed or not? Thanks!