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,I'm trying to configure the device IP using OpenConfig model. Basically, I downloaded the config from the device using openconfig filter:<interfaces xmlns="http://openconfig.net/yang/interfaces"/>, modified the IPs and push that config back to the...
I had the same issue. I figured it out that if you turn off ip http server that it will start working againCat8000V#sh run | i http
no ip http server V.
If you already know the structure of XML document then you can access children of XML element like elements of list. Maybe it's easier to make it like this:In [1]: import xml.etree.ElementTree as ET
In [2]: text_string = """\
...: <data xmlns="ur...
Hi Lukasz,I don't know if it's still active, but you forgot to use cisco native namespace `Cisco-IOS-XE-native` in your URIIn [106]: uri = 'https://devnetsandboxiosxe.cisco.com/restconf/data/Cisco-IOS-XE-native:native/ip/access-list/'
In [107]: resp...
The logs doesn't provide much. I tried to look at the operation for OpenConfig model and also for Cisco-native. In attachment are the logs if someone wants to see it, but it will pass the XML to remote device, confirm that it's ok. Commit the change ...
I tried to enable debugs but it doesn't provide any info, or almost not logging anything. Cat8000V#show debugging
NETCONF:
NETCONF Errors debugging is on
NETCONF Informational debugging is on
netconf-yang:
netconf-yang debugging is on at leve...