azhasale
Cisco Employee
Cisco Employee
Member since ‎01-16-2018
‎08-02-2023

User Statistics

  • 6 Posts
  • 0 Solutions
  • 5 Helpful votes Given
  • 0 Helpful votes Received
Certifications

User Activity

Following code works outside nso python package (default) or with in same python package: import ncs with ncs.maapi.Maapi() as m:  with ncs.maapi.Session(m, 'test', 'system'):    with m.start_write_trans() as t:      root = ncs.maagic .get_root(t)   ...
From nso cli i can rename device name to some new name rename devices device old_name new_name commit no-networking i am trying this but getting error: with ncs.maapi.Maapi() as m:with ncs.maapi.Session(m, 'azhar', 'system'):with m.start_write_trans(...
Community Statistics
Member Since ‎01-16-2018 01:12 PM
Date Last Visited ‎08-02-2023 12:02 AM
Posts 6
Helpful Votes Given To