02-02-2024
07:48 AM
- last edited on
02-07-2024
10:44 PM
by
Translator
Hi I've written bad IP address as I redistributed the loopback interfaces into OSPF. I want to remove the IP address from ospf database but the command
no network A.B.C.D wildcard mask area X
under the router ospf subinterface has no effect. I wanna point it out that bad IP address has no interface
R1(config)#route-map TST
R1(config-route-map)#match interface lo1
R1(config)#router ospf 1
R1(config-router)#router-id 0.0.0.1
R1(config-router)#network 10.1.9.1 0.0.0.0 area 0
R1(config-router)#redistribute connected route-map TST subnets
R1(config-router)# no network 10.1.9.1 0.0.0.0 area 0
Thanks for help
Solved! Go to Solution.
02-02-2024
08:40 AM
- last edited on
02-07-2024
10:16 PM
by
Translator
Hello @JurajK ,
I see
try to use
clear ip ospf redistribution
or
clear ip ospf process
Hope to help
Giuseppe
02-02-2024
08:12 AM
- last edited on
02-07-2024
10:17 PM
by
Translator
Hello @JurajK ,
>> I wanna point it out that bad IP address has no interface
so it should be already removed from OSPF database
check with
show ip ospf database external <prefix>
Hope to help
Giuseppe
02-02-2024 08:23 AM
hi . perhaps did I set the question no correct. Then LSA ( External network number ) is still hier. I want remove the advertising that LSA with incorrect prefix
02-02-2024 08:24 AM
02-02-2024 08:40 AM
Can you more elaborate
LO now which IP/mask it have ?
You can defualt address under LO then add IP again
The ospf will advertise the new IP
MHM
02-02-2024
08:40 AM
- last edited on
02-07-2024
10:16 PM
by
Translator
Hello @JurajK ,
I see
try to use
clear ip ospf redistribution
or
clear ip ospf process
Hope to help
Giuseppe
02-02-2024 08:53 AM
perfect. perhaps trivial but i couldn't find it before. I have used always the possibilities with "no ...."
Thanks a lot
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