cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
400
Views
0
Helpful
3
Replies

OSPF Question

nishantmj
Level 1
Level 1

I have a problem....we have link to distribution switch...which was working fine...but now it is flapping continously...and ospf is flooding the network.My question is how to stop the ospf flooding?

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Nishant,

if you have a multi-area OSPF domain the ABR node can:

a) create one or more summary routes to hide the flapping routes

area x range x.y.z.0 mask m1.m2.m3.m4

b) eventually you could implement a filter between areas at ABR using area filter-list command

inside a single area you cannot filter the ospf LSA updates.

the only thing you can do until the link is not stable again is to passive the flapping link

router ospf 10

passive-interface gx/y

Hope to help

Giuseppe

Thanks Giuseppe

Thanks Giuseppe