From: Kenneth Wygand (KWygand@customonline.com)
Date: Fri Apr 23 2004 - 13:35:15 GMT-3
David,
This command takes effect exactly as OSPF is putting the route in the
routing table and does not affect LSA propagation.
1) Do you still see the LSA for the serial interface in the OSPF
Database?
2) Have you tried resetting your OSPF session or reloading?
3) Are there any other OSPF routes that are passing through your route
map and entering the routing table?
Kenneth E. Wygand
Systems Engineer, Project Services
CISSP #37102, CCNP, CCDP, ACSP, Cisco IPT Design Specialist, MCP, CNA,
Network+, A+
Custom Computer Specialists, Inc.
"The only unattainable goal is the one not attempted."
-Anonymous
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
David Hurtado
Sent: Friday, April 23, 2004 11:50 AM
To: ccielab@groupstudy.com
Subject: OSPF Inbound Filtering Using Route Maps with a Distribute List
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