04-18-2011 04:28 AM - edited 03-06-2019 04:40 PM
I have the following configuration, trying to tag some routes on a core switch and the route-map tag is not being applied/advertised, i am wondering if the config is missing something?
The route –map is configured as follows:
route-map STAT-Redist permit 11
match ip address 80
set tag 2
SWA#sh route-map
route-map STAT-Redist, permit, sequence 11
Match clauses:
ip address (access-lists): 80
Set clauses:
tag 2
Policy routing matches: 0 packets, 0 bytes
Access-list 80 is as follows:
SWA#sh ip access-lists 80
Standard IP access list 80
10 permit 10.228.145.0, wildcard bits 0.0.0.255 (103711 matches)
20 permit 10.228.60.0, wildcard bits 0.0.0.255 (121954 matches)
30 permit 10.222.230.0, wildcard bits 0.0.1.255 (121944 matches)
40 permit 10.228.144.0, wildcard bits 0.0.0.255 (121994 matches)
50 permit 10.228.31.0, wildcard bits 0.0.0.127 (103707 matches)
But a show ip route for one of the networks in the access-list, the tag is not being applied:
SWA#sh ip ro 10.228.145.0
Routing entry for 10.228.145.0/24
Known via "static", distance 1, metric 0
Redistributing via eigrp 201, rip
Advertised by eigrp 201 route-map STAT-Redist
rip route-map STAT-Redist
Routing Descriptor Blocks:
* 10.228.5.120
Route metric is 0, traffic share count is 1
Can anyone suggest something?
Thanks
04-18-2011 04:34 AM
Hi,
You should take a look at this route on another router in the in the EIGRP or RIP domain where the route is redistributed.
Regards.
Alain.
04-19-2011 07:14 AM
Thanks ! :-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide