From: David Hurtado (dei2viccie@hotmail.com)
Date: Fri Apr 23 2004 - 12:50:18 GMT-3
Hello everybody,
I've been using this new feature (OSPF Inbound Filtering Using Route Maps
with a Distribute List), but it doesn't work as i expect. This is the
situation:
R4 has two OSPF LSAs to 150.6.5.5/32. One of the LSAs i received in a BRI
interface and the other one is received in a FR serial interface.
I don't want to have the ISDN route in my IP routing table, so i have
created the following route-map:
ip prefix-list LOOP_5 seq 5 permit 150.6.5.5/32
!
route-map LOOP_ISDN deny 10
match ip address prefix-list LOOP_5
match interface BRI0/0
!
route-map LOOP_ISDN permit 20
router ospf 1
distribute-list route-map LOOP_ISDN in
This route-map is supposed to delete the route that has the BRI interafce as
the outgoing interface, but it deletes both routes (the FR route and the
ISDN route).
The IOS version is 12.2(15)T11, which is supposed to support the new
feature.
I don't know why this is not working.
Any advice will be wellcome. If you need some debug or show output just ask
for it.
Thanks for the help
This archive was generated by hypermail 2.1.4 : Mon May 03 2004 - 19:48:54 GMT-3