cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
142
Views
1
Helpful
2
Replies

Cisco-IOS-XE-interfaces/ospf dont load in YANGSUITE

undutchable
Level 1
Level 1

Hello, i'm trying to browse and load some .yang models for a Cat 9k. Whether I download the models straight from my switch with NETCONF, or download from the YANG Git repo, several modules won't load, with this error: yang.jpg

 

models like -oper do load. All the models work with pyang. Am I missing something?

2 Replies 2

Marcel Zehnder
Spotlight
Spotlight

Hi @undutchable This bahaviour is expected with IOS-XE. Almost all configuration is done using the Cisco-IOS-XE-native model. The sub-modules (such as Cisco-IOS-XE-interfaces) augment/extend the native model. In other words, the sub-modules are included in the native model. In your case, you'll find the interface related configuration under native/interfaces.

HTH

undutchable
Level 1
Level 1

Great thank you for your reply, very helpful.