RIP route tagging issue

From: main dor <main-d-or_at_hotmail.com>
Date: Tue, 7 Jun 2011 19:41:53 -0600

Hello Experts,

(R1) --RIPv2-- (R2) --RIPv2-- (R3) --OSFP area 10 nssa -- (R4) --OSFP area
0--

I have the following issue.
Area 10 is configured on R4 with the "area 10 nssa
default-information-originate"
I can get the 0.0.0.0/0 in the R3 table with no issue.
Now, on R3 I redistribute OSPF into RIP and tag my route with 10; somehow all
routes originating from OSPF get tagged except the 0.0.0.0/0

#########################################

On R3
=========
route-map MAP_OSPF-RIP permit 30
 set tag 10
router rip
 version 2
 redistribute ospf 12 metric 1 route-map MAP_OSPF-RIP
 passive-interface default
 network 92.0.0.0
 neighbor 92.92.254.33
 distance 109 92.92.254.33 0.0.0.0 ACL_RIP-NATIVE
 no auto-summary
=========

Debug ip rip on R3
=========
Jan 2 17:21:46.261: RIP: sending v2 update to 92.92.254.33 via
FastEthernet0/1.254 (92.92.254.34)
Jan 2 17:21:46.261: RIP: build update entries
Jan 2 17:21:46.261: 0.0.0.0/0 via 0.0.0.0, metric 1, tag 0
Jan 2 17:21:46.261: 92.92.254.96/27 via 0.0.0.0, metric 1, tag 2
Jan 2 17:21:46.261: 92.92.254.128/27 via 0.0.0.0, metric 1, tag 0
Jan 2 17:21:46.261: 92.92.254.160/27 via 0.0.0.0, metric 1, tag 2
=========

On R2 (the 0.0.0.0 route is not tagged, which is what we see in the above
debug)
=========
sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
  Known via "rip", distance 120, metric 6, candidate default path
  Redistributing via rip
  Last update from 92.92.254.34 on FastEthernet0/1, 00:00:19 ago
  Routing Descriptor Blocks:
  * 92.92.254.34, from 92.92.254.34, 00:00:19 ago, via FastEthernet0/1
      Route metric is 6, traffic share count is 1

sh ip route 92.92.254.160
Routing entry for 92.92.254.160/27
  Known via "rip", distance 120, metric 6
  Tag 10
  Redistributing via rip
  Last update from 92.92.254.34 on FastEthernet0/1, 00:00:14 ago
  Routing Descriptor Blocks:
  * 92.92.254.34, from 92.92.254.34, 00:00:14 ago, via FastEthernet0/1
      Route metric is 6, traffic share count is 1
      Route tag 10

#########################################
Cisco IOS Software, 3700 Software (C3725-ADVENTERPRISEK9-M), Version
12.4(15)T14

Thanks in advance

Blogs and organic groups at http://www.ccie.net
Received on Tue Jun 07 2011 - 19:41:53 ART

This archive was generated by hypermail 2.2.0 : Fri Jul 01 2011 - 06:24:28 ART