OSPF Route filtering between areas
- Filtering prevents the creation of LSAs.
- LSDB’s have to be the same for all routers ifnot SPF logic will fail
- OSPF can filter the originiation of LSA between areas
- Type 3 LSAs are filtered prior to origination ABR
-
- With multiple ABRs filtering should be done on both.
- ospf# area number prefix-list prefix name in|out
- In: IOS filters routes comming in to that area
- out: IOS filters routes comming out of that area
ip prefix-list NAME seq 5 deny 10.10.10.0/24 le 32 ip prefix-list NAME seq 10 permit 0.0.0.0/0 le 32 R1#(config-router)#area 1 filter-list prefix NAME in R1#show ip ospf database summary self-originate
-