NSO Developer Hub Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hi, I have some questions regarding the NSO device out of sync After how much time, will NSO declare the device as out of sync?do NSO check/compare config for the device before any new config did from NSO ? and then it decides if the device is in-syn...

abhinavr5289 by Frequent Visitor
  • 3360 Views
  • 3 replies
  • 0 Helpful votes

HI all,According to the example of official website curl -GET https://10.10.10.10/redfish/v1/Managers/CIMC/LogServices /SEL/Entries\?\$skip=2\&\$top=2 -u admin:admin123 --insecureThe upper example code can get top two and skipping two records of sel ...

In /etc/ssh/sshd_config you can set login to allow PasswordAuthentication and/or PubkeyAuthentication.We have a NED for Netrounds, but I believe it is set to accept PubkeyAuthentication only, and not PasswordAuthentication. Can NSO support this?

I've developed for a service in Python a validation check. It will validate if the service.vlan_id is already in use on multiple devices which are added to a list inside NSO. Because the network is a brownfield environment we want to have this check ...

RobvdL by Frequent Visitor
  • 2484 Views
  • 3 replies
  • 0 Helpful votes

Hello,Is it possible to have a leaf with leafref as a type that point to multiple path based on a condition.For example :when "/ncs:devices/ncs:device[ncs:name=current()/../device]/ncs:config/ios:interface/ios:GigabitEthernet/ios:name and ../interfac...

I'm trying to perform a sync from on a device before the instantiation of a python based service. I'm using the cb_pre_modification to do it with this code:@service.pre_modification    def cb_pre_modification(self, tctx, op, kp, root, proplist):     ...

Ben Kelly by Cisco Employee
  • 2783 Views
  • 4 replies
  • 0 Helpful votes