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 everyone,I am banging my head against the wall on this one. I am writing an Ansible playbook using NETCONF that retrieves a list of interfaces that have an ACL configured and then using the XML response, create a new payload that removes the ACL. ...
Hey Chris,I came across your post battling a similar issue. Dealing with the several interface type names is an extremely painful.For you particular issue, you could use a XPath filter to only get the interfaces you are interested in. For example, he...