11-30-2020 02:21 AM - edited 11-30-2020 02:27 AM
I'm facing the issue that another vendor device doesn't advertise the OSPF routes to my core HQ router. I'm afraid that if I turn on the debug command, it will impact my services. Do you have any suggest specific command to debug when another side re-advertise the OSPF routes.
Thank you very much.
11-30-2020 03:16 AM
- Check if this can be useful :
M.
11-30-2020 04:14 AM
Hello,
what vendor/model is trying to advertise the OSPF ? Typically, it is an OSPF MTU mismatch. On your (the Cisco side), try the 'ip ospf mtu-ignore' command...
11-30-2020 08:50 PM - edited 11-30-2020 08:53 PM
Topology:
I'm trying lab. Main link is 10.10.3.0/30. Actually, my customer claims that their R1 didn't get the routes from 10.10.10.2. So, they won't have a backup path, but I wonder how OSPF can see the backup route?
Thank you very much.
12-01-2020 12:07 AM
Hello
post the output of the below command in a file and attached to this post:
sh ip ospf neigbours
sh ip ospf interface brief
sh ip ospf database
12-01-2020 12:55 AM - edited 12-01-2020 12:55 AM
12-01-2020 05:28 AM
Hi,
@ปลาวาฬทราย RMUTT CPE IX wrote:
I'm trying lab. Main link is 10.10.3.0/30. Actually, my customer claims that their R1 didn't get the routes from 10.10.10.2. So, they won't have a backup path, but I wonder how OSPF can see the backup route?
actually Ospf will always install the SPF in its rib.To see a backup route installed in the rib you should use OSPF LFA feature if this is your final goal.
Instead if you want just examine remote LSAs, you better query your 3rd party neighbor node database with the following command to see if 5.5.5.5 LSA is present. You can issue the command from R1 cli.
show ip ospf database adv-router 172.16.1.253
you can post the output if you want.
I can give a try and help you troubleshoot the issue.
Regards.
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