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.
This seems like this should be an easy one... but, I am unable to print the entire XML using the variables I've just created....Is the original xml included in the 'interface_configuration' variable below? I'm not discovering it in the dictionary. I...
Hey, I've searched through the questions for help and am not finding the answer to this one.Please help me!! I think there may be a permissions issue? Or yang's permissions??? dunno??I am unable to do a 'crud.update' on an interface.I'm seeing <r...
Hey Anton... you can play around with the details of the 'omg' variable used by the filter... but this is as simple as I could make a call to get interface information into an XML output using Python and the ncclient.#!/usr/bin/env pythonimport sysfr...
Thank you einarnn and saalvare for your patience, responses and help! Einar, I will take a look at that. I'm not seeing what I need in the ydk, but I know what I'm looking for has to be possible.The reason I figured there has to be a way to be abl...
It is helpful, but I was hoping to print a router's interface XML information via my own print command, not something local.It would be like ...1. set the provider variable with router info, username, password2. set interface filter3. then print like...
Thank you for pointing me over to codec service.... which I tried but they are not working so well for me.I've tried the examples: cd-encode-xr-ifmgr-cfg-10-ydk.py cd-encode-xr-ifmgr-cfg-11-ydk.pyI've uncommented the print statement in each, ran si...