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.
Hi there,
Trying to get some config and oper data via Netconf using XPATH based filters for multicast elements - IGMP, PIM, mroute tables etc.
I can't figure out the xpath into multicast ... trying getting the tree using pyang against the cisco pro...
Hi,While trying to read the description of an interface ( IOS-XE) all I get as result is "empty data tag" ... I can't figure out what is it I do wrong ... help please thank you.device cfg:R1#sh run int g4Building configuration...Current configuration...
Here is an example of XPATH filter used to retrieve ipv4 unicast …. Trying to figure out the XPATH filter to retrieve let’s say the mcast route table ☺Thank you.netconf_reply=m.get(filter=('xpath','/routing-state/routing-instance[name="default"]/ribs...
Not really … it has the xpath example for hostname, I know how to script the get operations for netconf etc.What I can’t figure out is how to build the XPATH filters for multicast …Thx.Ps: here is a snippet of my scriptnetconf_reply=m.get(filter=('xp...
Hi,Same result ... " found empty data tag".Newbie here ... but I think it has something to do with missing <interface> </interface> tags within the generated filter ... using crud service is a must for me, I don't want to go the xml route etc.Thank y...