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 can manually create instances of this service and create instances via the API. But I can't get the list of services to show up with http://192.168.2.100:8080/restconf/data/tailf-ncs:services/service. It returns a "204 no content". So the API ca...
I had this service working on 5.x version of NSO and I was able to list instances and create via the API, something has changed with 6.1
Here is the API call:
curl --location 'http://192.168.2.100:8080/restconf/data/l2vpn:l2vpn/' \
--header 'applica...
Hello,
I used to use the datacenter example to explain to customers how NSO worked and handled service lifecycle. The web UI for that demo was nice and showed well. I'm using 6.1 and I notice there's no way to get to the datacenter web UI any more....
Hello experts,I need some guidance on the proper NED to use for an NCS 1002 device. I am using the cisco-iosxr-cli-7.13 on a project with NCS 1002 devices.The device is appears to be supported, but I don't see the controller tenGigECtrlr.Using the n...
This is a L2VPN service for IOS-XR. The YANG compiles just fine, but when I reload packages I get this error:Error: Internal error: {failed,{invalid_xpath,"/ncs:devices/ncs:device[ncs:name=current()/../device]/ncs:config/cisco-ios-xr:interface/cisco...
OK, I think I have it figured out...
First thing, make sure you do a packages reload on your service. I had changed the service to use tailf-ncs:services, compiled it then forgot to reload the package.
Then I had to experiment with the RESTCONF API ...
Good stuff, this got me out of the ditch.
you can also fetch keys for all the devices at one time with this command: admin@ncs# devices fetch-ssh-host-keys
then do admin@ncs# devices sync-from
Great help, thanks @joepak
hi Roque,OK, the answer was in your service config and I missed it. So, there needs to be a <shutdown tags="delete"/>for each interface you wish to turn up. I assume this effectively removes shutdown from the config and leaves the interface in a "n...