03-08-2011 02:58 AM - edited 03-06-2019 03:57 PM
Hi every body
how is every one?
I set up the lab as shown below.
R2--------------------R3
both are connected by fast ethernet.
R3 config:
loopback1 10.10.10.10/24
fo/0 200.200.200.3/24
ospf1
network 200.200.200.0 0.0.0.255 area 0
network 10.0.0.0 0.255.255.255 area 0
====================================
The problem is r2 is learning 10.10.10.0 as
0 10.10.10.10 via 200.200.200.3
It should have learned the route 10.10.10.0/24 via 200.200.200.3
i attached the config and output of show ip route on r3 in a file.
Thanks and have a nice week.
Solved! Go to Solution.
03-08-2011 04:01 AM
Hi,
By default OSPF advertises loopback networks as /32 and if you want to advertise the correct prefix length then you can change the
ip ospf network type to point-to-point under the loopback interface with the following command: ip ospf network point-to-point
Regards.
Alain.
03-08-2011 04:01 AM
Hi,
By default OSPF advertises loopback networks as /32 and if you want to advertise the correct prefix length then you can change the
ip ospf network type to point-to-point under the loopback interface with the following command: ip ospf network point-to-point
Regards.
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