03-12-2025 10:40 AM - edited 03-12-2025 11:42 AM
Hi ,
Recently i have configured prefix-list associated with a route-map and applied to the ospf as below
ip prefix list SRQ seq xx permit 10.xxxx/24
route-map xxx permit 10
match ip address prefix-list SRQ
route-map xxx deny 20
router ospf 1
redistribute connected subnets route-map xxx
====================================================
Both core switches running Cisco IOS XE 17.2 and they are C9407R Switches.
after completion of the change , when i check the configuration , i cannot see "redistribute connected subnets route-map xxx" instead i can see "redistribute connected route-map xxx".
Is that the default behaviour of the these switches ?
please advise
Solved! Go to Solution.
03-12-2025 12:50 PM - edited 03-12-2025 12:51 PM
Hi @sasanka1912 ,
Yes, this is indeed the new default behavior. You can verify that the subnets will be redistributed with the following command:
R1#sh ip ospf | i connected|Redistri
Redistributing External Routes from,
connected, includes subnets in redistribution
Regards,
Harold
03-12-2025 12:50 PM - edited 03-12-2025 12:51 PM
Hi @sasanka1912 ,
Yes, this is indeed the new default behavior. You can verify that the subnets will be redistributed with the following command:
R1#sh ip ospf | i connected|Redistri
Redistributing External Routes from,
connected, includes subnets in redistribution
Regards,
Harold
03-13-2025 02:24 AM
Thanks Harold
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