Fantolino
Level 1
Level 1
Member since ‎03-29-2019
‎06-13-2024

User Statistics

  • 34 Posts
  • 0 Solutions
  • 45 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
5 Replies

User Activity

I want to create Actions to manipulate proplist of services.Using python I'm able to create or change proplist items. I tried also to delete an entry. Non error but no effect.with ncs.maapi.Session(m, uinfo.username, uinfo.context): with m.start_w...
I need to send the comand "write memory" to Cisco IOS devices.I understand that cisco-ios-cli NED will do that when committing a configuration change. Is it possible to force the command?Using "live-status" I can send commands such as "show version"....
_ncs library functions require a parameter of type _ncs.UserInfo (e.g. _ncs.dp.action_set_timeout ).In NSO action this parameter can be derived from the context:@Action.actiondef cb_action(self, uinfo, name, kp, input, output):uinfo is the this param...
I need configure several devices as part of a single service delivery. I'd like to synchronize all of them in parallel, using python. For some of them I have to perform a partial sync-from whilst for other I need to sync the whole configuration.I kno...
I need to gather info produced via an NSO Action using JSON formatting.CLI commands response seems to me not a correct JSON text, as you can see below (a list of value should be reported as array).cisco@ncs> request Nsdwan CheckSite Tir hcw2 | displa...
Community Statistics
Member Since ‎03-29-2019 04:17 AM
Date Last Visited ‎06-13-2024 01:31 AM
Posts 34
Helpful Votes Given To