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 have installed NSO 5.6.3 on my Mac, and when registering a devices and trying to fetch host keys, I get this message for an IOS-XR device:
admin@ncs# devices device ncs55A2 ssh fetch-host-keys
result failed
info Failed to connect to device ncs55A2:...
I know how to do fetch of ssh host keys for a device from NSO CLI or using RESTCONF API.
Is it possible to do fetch of ssh host keys from within the python part of a service, i.e. in the myService/python/myService/main.py?
Looking at this one: https:...
When installing NSO 5.3.1.1 on my Mac, and running a service, i get this:
admin@ncs(config-my_test-TEST1)# commit dry-run outformat xml
Aborted: no registration found for callpoint my_test-servicepoint/service_cr...
When installing NSO 5.3.1.1 on my Mac, and running a service, i get this:
admin@ncs(config-my_test-TEST1)# commit dry-run outformat xml
Aborted: no registration found for callpoint my_test-servicepoint/service_cr...
Hi Kiran,
Thank you for the response. This assumes that I have already fetched the host keys and just want to view them. Because I have not done that, I get "IndexError: list index out of range".
What I want to do is fetch the host keys from the devi...
I have a problem similar to this. I have NSO 5.2.1 installed on my Mac. Now, no services work anymore, including services that worked before. I get this error:
admin@ncs(config-vlan_mappings-32)# commit dry-run outformat xml ...
Thank you very much for the response. It made me understand what was wrong and how to do it.open-net-access is a container, not a list. And the module is also called open-net-access.This a GET of the inventory that works: http://{{host}}:8080/restcon...
Thanks Viktor. That did the trick. Please find my results below. Please notice that:
- I had to use the 'admin' command before the actual license command. E.g. inp.args = ['admin','license smart deregister']
- Some strange errors when doing the show ...