01-21-2011 12:40 AM - edited 03-03-2019 06:11 AM
Hello,
I am confused on what is and is not possible on access-lists when using a route-map permit....
Will this work? I am redistributing routes from OSPF to BGP but also vice versa from BGP to OSPF. In BGP I am using route-maps to prevent routes redistributed coming back.
router bgp 65307
neighbor ESH-CC route-map TOBGP out
01-21-2011 01:43 AM
Hi,
I don't see any redistribution here( keyword redistribute) so it won't work indeed.
Can you post output of : sh run | s ospf and sh run | s bgp
Regards.
Alain.
01-21-2011 01:56 AM
Sorry about that, added below.
router ospf 9065
redistribute bgp 65307 subnets
01-21-2011 02:39 AM
If you want to alter redistribution then it is in these redistribute commands that you must use route-maps
tell us what you want along with all the running relevant to ospf and bgp processes.
But I suppose what you want is prevent one route learned by ospf and redistributed into BGP to come back as BGP?( also known as route feedback)
If you have only one point of redistribution this won't happen.
Regards.
alain.
01-21-2011 03:20 AM
Thanks Alain
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