01-02-2024 10:00 AM
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)."
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?
01-02-2024 10:20 AM
I think using redistrubte with route-map still work.
MHM
01-02-2024 11:06 AM
Under bug ID CSCwd35341, so you will be affected and you need to adjust your config i'm afraid.
01-02-2024 11:49 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide