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

NXOS ospf static default route change in behavior

sherazmalik
Level 1
Level 1

Currently on 7.0(3)I7(4) and looking to upgrade to 9.x. I see following statement in the upgrade guide:

"If you redistribute static routes, Cisco NX-OS requires the default-information originate command to successfully redistribute the default static route starting in 7.0(3)I7(6)."

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/93x/upgrade/guide/b-cisco-nexus-9000-nx-os-software-upgrade-downgrade-guide-93x/b-cisco-nexus-9000-nx-os-software-upgrade-downgrade-guide-93x_chapter_0111.html

Does anyone know what was the behaviour pre version 7.0(3)I7(6) and what is being changed ?

We have static default route redistributed via route-map by tagging it and don't use default-information originate. Will it affect default route advertisement post upgrade?

3 Replies 3

I think using redistrubte with route-map still work.

MHM

Ruben Cocheno
Spotlight
Spotlight

@sherazmalik 

Under bug ID CSCwd35341, so you will be affected and you need to adjust your config i'm afraid.

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

M02@rt37
VIP
VIP

Hello @sherazmalik 

You should do that :

ip prefix-list Redis_DEFAULT seq 5 permit 0.0.0.0/0
!
route-map DEFAULT_RM permit 10
match ip address prefix-list Redis_DEFAULT
!
router ospf 1
redistribute static route-map DEFAULT_RM
!
ip route 0.0.0.0 0.0.0.0 x.x.x.x

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.