cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
502
Views
0
Helpful
3
Replies

Restconf on ISR4300 queries version 16.11.01a

rene2019
Level 1
Level 1

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

 

3 Replies 3

Leo Laohoo
Hall of Fame
Hall of Fame

Out of Topic:  Please avoid using 16.10.X and 16.11.X -- they are the trainwreck version. 

Hi Leo

 

Why is that?

which version is the best to use?

 

Thanks

Leo Laohoo
Hall of Fame
Hall of Fame

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".