From: Paul Grey (paul@xxxxxxxxxxx)
Date: Tue Aug 20 2002 - 10:35:07 GMT-3
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