NSO Developer Hub Discussions

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

Forum Posts

Python code demonstrating a validation callback. # -*- mode: python; python-indent: 4 -*- import ncs from ncs.dp import Daemon from ncs.maapi import Maapi from _ncs.dp import register_valpoint_cb, register_trans_validate_cb, trans_set_fd class Va...

frjansso by Cisco Employee
  • 4926 Views
  • 12 replies
  • 17 Helpful votes

When executing commands on the device CLI through NSO, is there a way to handle additional prompts or questions from the device? Our use case is upgrading the IOS software on all of our ASR920 devices. We upgrade the IOS software using a copy command...

jmaruschak by Frequent Visitor
  • 4995 Views
  • 2 replies
  • 0 Helpful votes

While working on allocating addresses for point to point links I noticed that allocations for /31s are not happening sequestially. It seems to me like the ip address allocator is skipping the next /31 after allocating first /31 net. For example, I am...

jfloresr by Cisco Employee
  • 3979 Views
  • 9 replies
  • 1 Helpful votes

Hi, I am trying to use ssh-keep-alive to keep a connection open to cisco devices that have an exec-timeout set on their vty line.  I have set the interval to 60 (seconds), count to 5, and session-pool-idle-time to 240 (4 minutes). The session-pool-id...