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.
If you are a cisco employee, u can test the code using ASR9K devices in lab. I did test on 172.18.87.36 (be connected to cisco vpn).
The use case of the code is that, customer has to everytime manually upload logs and files in SR which are shared by ...
I'm trying to push a simple configuration of shutting down an interface on IOS XR 6.2.2 using YANG model xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg.
Tried a lot with different options but unable to identify the reason why it isn't worki...
@supriya Tatini (btatini), Yes I have tested it with multiple flavours and multiple enhancements have been done over it. Now, the code is in a very good shape that even a very big output doesn't miss any characters. Earlier it did happen that small o...
Yea Apoorva you are right, hopefully very soon we are going to make it live in Reliance JIO. And later can be adopted as a standard.I have tested the code, will post a WebEx recording of it to give better clarity on it's usage procedure.
Finally got the solution to the issue.
In the end of the code I shared, after using the "edit_config" method for instance of class "manager", we have to call "commit" function using the instance of class "manager".
i.e.:
m = manager.connect(host = '1...