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.
hello all , i am trying to send commit no-networking via commit param then i need to do reconcile after it , but when i tested that i received the following error :"FAILURE: no_networking commit failed with exception: operation in wrong state (17): ...
Hello alli tried to configure the following command via NSO on Cisco XR ncs5500 netconf export to vrf allow backuphere are the configuration through NSO :ext93561@ncs(config)# devices device R5_N540 config bgp instance default instance-as 0 four-byte...
Hello,is there any one had the problem when try to create anew route policy for the NCS5500 XR netconf via Python in NSO?i try to put some logic in python till can can create new route policy as like below example : route-policy EBGP_PE1_IN if extc...
Hello I am having issues where my nano service action does not run with the correct group rights.So could you please help , how i can solve this problem. thanks in advance
hi , it worked fine with me now when change the single write trans to the following :try: with ncs.maapi.single_write_trans(uinfo.username, 'python') as t2: params_reconcile =...
here are my python code def cb_create(self, tctx, root, service, proplist):self.log.info('Service create(service=', service._path, ')')self.log.info(service.device)# starting with empty valueval = ''# looping the list of extcommunity#for comm in serv...
Hello , i used Admin user to create the service , i used RESTCONF call Via postman to create my service .the problem regarding the using of group ncsadmin when open the transaction , and other session when try to open the transaction with group nulls...