06-04-2012 12:00 PM - edited 03-07-2019 07:03 AM
Hi all,
I'm in stuck with a very easy question. Topic is how ospf is managing static route. I hav e a static route in a router but it is not able to announce it. Following the scenario (very easy its only for learning scope)
I have this topology:
OSPF is perfectly running between R3 and R2, only the static route on R2 is not announc ed properly.
R3--------------R2--------------R1
R3 and R2 are running ospf, process 200 area 0
R1 is not running any routing protocol.
The network between R2 and R1 is: 25.25.25.0/24.
The network between R2 and R3 is: 192.168.1.0
Attached to R1 there is a network:55.55.55.0/24.
On R2 I created a static route to achieve the network 55.55.55.0/24:
ip route 55.55.55.0 255.255.255.0 25.25.25.1.
The router R2 has this partial configuration:
router ospf 200
log-adjacency-changes
network 192.168.1.34 0.0.0.0 area 0
network 25.25.25.0 0.0.0.255 area 0
Why R2 is not announce the network 55.55.55.0 to its neighbour R3?
Many thanks!!!
Solved! Go to Solution.
06-04-2012 12:28 PM
Hello Fabio,
on R2 add
router ospf 200
redistribute static subnets
static redistribution is not automatic
Hope to help
Giuseppe
06-04-2012 12:28 PM
Hello Fabio,
on R2 add
router ospf 200
redistribute static subnets
static redistribution is not automatic
Hope to help
Giuseppe
06-04-2012 12:41 PM
Hi Giuseppe,
So far I realized that in my topology R2 is an ASBR so you right, I need to redistribuite the static route.
Thanks.
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