cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
968
Views
1
Helpful
6
Replies

Type 5 external LSA remove

JurajK
Level 1
Level 1

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 

 

 

1 Accepted Solution

Accepted Solutions

Hello @JurajK ,

I see

try to use

clear ip ospf redistribution

or

clear ip ospf process

Hope to help

Giuseppe

 

View solution in original post

6 Replies 6

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

 

JurajK
Level 1
Level 1

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 

JurajK
Level 1
Level 1
 

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

Hello @JurajK ,

I see

try to use

clear ip ospf redistribution

or

clear ip ospf process

Hope to help

Giuseppe

 

JurajK
Level 1
Level 1

perfect. perhaps trivial but i couldn't find it before. I have used always the possibilities with "no ...." 

Thanks a lot