cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
455
Views
0
Helpful
1
Replies

Generating bundle for IOS XE 17.2.1

MahdiR
Level 1
Level 1

I'm trying to generate a bundle for Cisco IOS XE 17.2.1 from these yang models.

When I run 

./generate.py --python --bundle profiles/bundles/cisco-ios-xe_17_2_1.json

, it gives me these errors:Skjermbilde.PNG

Attachment: my bundle profile in txt

1 Reply 1

yangorelik
Spotlight
Spotlight

You are facing multiple errors:

1. There is an error in YANG model Cisco-IOS-XE-bgp.yang:11637.

2. There are multiple errors in cisco-xe-switching-openconfig-platform-deviation.yang, which references non-existent nodes.

3. The modules ietf-restconf.yang and ietf-yang-patch.yang require YANG-1.1, which is currently not supported by YDK.

The first two issues can be resolved by XR engineers, but the last - requires new development on YDK side.

Yan Gorelik
YDK Solutions