09-16-2020 06:16 PM
Hi
We are setting up restconf
we know it works as we issue command
curl -k https://192.168.159.10/restconf/ -u "admin:admin"
we get
<restconf xmlns="urn:ietf:params:xml:ns:yang:ietf-restconf"> <data/> <operations/> <yang-library-version>2016-06-21</yang-library-version> </restconf>
but, when we try to get config with command
curl -k https://192.168.159.10/restconf/data/Cisco-IOS-XE-native:native/ -u "admin:admin"
we don't get full config, just this
----------------------------------------------------------------------------------------
<native xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-native" xmlns:ios="http://cisco.com/ns/yang/Cisco-IOS-XE-native"> <object-group> <network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-object-group"> <name>test</name> </network> <security xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-object-group"> <name>tr</name> </security> </object-group> <pseudowire-class> <name>VLAN100</name> </pseudowire-class> </native>
----------------------------------------------------------------------------------------
has anyone seen this before?
Thanks
09-16-2020 07:01 PM
Out of Topic: Please avoid using 16.10.X and 16.11.X -- they are the trainwreck version.
09-16-2020 07:05 PM
Hi Leo
Why is that?
which version is the best to use?
Thanks
09-16-2020 07:39 PM
The latest releases for 16.9.X and 16.12.X trains are recommended.
Here's a hint: Look at the last "digit" of the version. It is a "1". This means it is the FIRST version to be released.
If you want an "ideally stable" version, look at the last digit and always look for a number higher than "4".
Otherwise, you'll be raising TAC case every week -- "helping Cisco find bugs".
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide