From: Edward Monk (emonk@xxxxxxx)
Date: Tue Aug 20 2002 - 12:06:07 GMT-3
Paul,
I duplicated your configuration and it works just fine.
Passive-interfaces, timers, etc... tried to duplicate your issue. But no
luck.
I am using 12.1(5) and different subnets these are the only differences.
My testing did confirm that you have some other problem besides your
redistribution and route-maps.
Have you rebooted?
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Paul Grey
Sent: Tuesday, August 20, 2002 7:35 AM
To: ccielab@groupstudy.com
Subject: RIPv2-OSPF Route Tagging - HELP
Group,
I'm trying to use tags for route filtering and now have a headache
trying to work out why this statement
route-map r2o deny 10
match tag 110
is killing all of my RIPv2 derived routes.
I'm I missing something here?
OSPF to RIPv2 routes are tagged fine but when I use the above, I lose
all of my RIPv2 to OSPF routes.
I using 12.0(9) and the config is below.
Any ideas would be greatly appreciated.
Cheers
Paul
!
router ospf 3
redistribute rip subnets route-map r2o
network 137.3.0.2 0.0.0.0 area 1
network 137.3.2.2 0.0.0.0 area 0
network 137.3.4.2 0.0.0.0 area 0
network 137.3.8.2 0.0.0.0 area 1
!
router rip
version 2
timers basic 15 90 90 120
redistribute ospf 3 metric 3 route-map o2r
passive-interface default
no passive-interface Serial2
network 137.3.0.0
no auto-summary
!
ip classless
!
route-map o2r deny 10
match tag 120
!
route-map o2r permit 20
set tag 110
!
route-map r2o deny 10
match tag 110
!
route-map r2o permit 20
set tag 120
!
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:30 GMT-3