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

Issue on Prefix-sets XR NED cisco-iosxr-cli-7.18

ewilson
Level 1
Level 1

I’m working with NSO and an XR NED cisco-iosxr-cli-7.18. We’re trying to reconcile prefix-sets that have remarks configured in them, but not only doesn’t NSO accept the remarks in the correct order/place, but it reconfigures the XR routers and places the prefix-set remarks in the wrong place. Is this something that has been fixed in newer NEDs? Is there a way to fix this?

 
Before ReconciliationAfter Reconciliation
prefix-set PREFIX_NAME
#REMARK_ONE
10.0.0.0/18,
10.10.16.0/19,
#REMARK_TWO
10.14.8.0/21,
10.1.92.0/21,
#REMARK_
10.2.16.0/21,
10.9.0.0/21
end-set
!
prefix-set PREFIX_NAME
#REMARK_ONE,
10.0.0.0/18,
10.10.16.0/19,
10.14.8.0/21,
10.1.92.0/21,
10.2.16.0/21,
10.9.0.0/21
#REMARK_TWO,
#REMARK_
end-set
!

 

Regards,

Ernesto

 

2 Replies 2

RichardD2
Level 1
Level 1

Hi ewilson,

I tried with cisco-iosxr-cli-7.33 and did not see the same issue. FWIW we were running 7.23 for a long time (up until recently) as we found it had lots of fixes not present in earlier releases.

Hope this helps

R

Thanks for your reply, Richard. Our problem had to do (mostly) with our python code, not the NED itself. Thanks for your reply.