cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
993
Views
0
Helpful
2
Replies

NED Builder with IOS-XR 7.4.1 version issue

jkalaise
Cisco Employee
Cisco Employee

In NSO5.3, I am getting error in downloading a YANG file due to XR defect. However, NED builder is not showing that up in status or it's not proceeding further after deselecting that module. NSO is on 5.3 version. Is this a known issue or we do have a way to work it out? Could you please let me know your inputs?

 

admin@ncs# show netconf-ned-builder project xr 7.4.1.09I module status
NAME REVISION STATUS
----------------------------------------------------------------------------------
Cisco-IOS-XR-nto-misc-oper 2019-04-05 selected,downloaded
Cisco-IOS-XR-ofa-netflow-oper 2019-04-05 selected,downloaded
Cisco-IOS-XR-ofa-npu-stats-oper 2020-10-09 selected,downloaded
Cisco-IOS-XR-pbr-oper 2020-02-21 selected,downloaded
Cisco-IOS-XR-perf-meas-oper 2020-11-26 selected,downloaded
Cisco-IOS-XR-pfi-im-cmd-ctrlr-oper 2019-04-05 selected,downloaded
Cisco-IOS-XR-pfi-im-cmd-oper 2020-10-08 selected,downloaded
Cisco-IOS-XR-pim-oper 2020-10-11 selected,downloaded
Cisco-IOS-XR-ping-act 2019-10-01 selected,downloaded
Cisco-IOS-XR-plat-chas-invmgr-ng-oper 2020-05-14 selected,download-e
rror
Cisco-IOS-XR-platform-event-history-oper 2020-04-17 selected,downloaded

 

 

admin@ncs# show netconf-ned-builder project xr 7.4.1.09I module status download-error
% No entries found.
admin@ncs# show netconf-ned-builder project xr 7.4.1.09I module status downloaded
% No entries found.
admin@ncs#

 

admin@ncs# netconf-ned-builder project xr 7.4.1.09I build-ned
Error: Download is still in progress
admin@ncs#

1 Accepted Solution

Accepted Solutions

rogaglia
Cisco Employee
Cisco Employee

This happened to me too. It looks like a bug in XR where some modules are not available to download. You should contact TAC to report it.

 

The way to solve it is two fold:

1- Download the YANG model from another source. This could be: https://github.com/YangModels/yang/tree/master/vendor/cisco/xr

Once you download the YANG module, you can manually create a NED with ncs-make-package

2- The de-select option worked for me. Maybe what you can do is to de-select all the modules and re-select them all but the missing one.

View solution in original post

2 Replies 2

rogaglia
Cisco Employee
Cisco Employee

This happened to me too. It looks like a bug in XR where some modules are not available to download. You should contact TAC to report it.

 

The way to solve it is two fold:

1- Download the YANG model from another source. This could be: https://github.com/YangModels/yang/tree/master/vendor/cisco/xr

Once you download the YANG module, you can manually create a NED with ncs-make-package

2- The de-select option worked for me. Maybe what you can do is to de-select all the modules and re-select them all but the missing one.

Thank you for helping out, deselecting helped. Appreciate your response.

 

Regards,

Jasmine.K