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.
HiIt's a while I've been searching for answers regarding the ability of ISE to authorize NETCONF session, as well the ability to locate configuration changes that were made via NETCONF just like any other CLI config changes.I'm guessing any configura...
HelloThis is more a python question rather than a NETCONF/Yang question.I'm getting data from an IOS-XR device using NETCONF about bgp peers in the device.I need to parse the output i'm getting into a dictionary for further use in the codeThe queried...
Hi there,
I'm trying to find a way to manage\document the ports in a cisco Patch Panel (NCS-PP-100x10-LR\SR)
http://www.cisco.com/c/en/us/td/docs/iosxr/ncs6000/hardware-install/breakout-panel/b-ncs6000-fiber-optic-breakout-panel-installation-guide.h...
Hi FlavioThanks for the comment, from the answer I understand that there's a possibility to authenticate and authorize netconf user with tacacs+ (ISE)Regarding the 2nd question, I want to make sure that there's a possibility to perform accounting on ...
Hi,Thanks, xmltodict did the job import xmltodict
xdict = xmltodict.parse(netconf_answer)
xdict2=(xdict["rpc-reply"]["data"]["bgp"]["instances"]["instance"]["instance-active"]["vrfs"]["vrf"]["neighbors"]["neighbor"])
for i in xdict2:
print(i)out...
Hi Fakrul
Have you got a chance to solve it with your cisco equipment?
I'm facing a similar problem and I'll be glad if you could share some of your experience.
Thanks
David