How to configure Route Tagging

Hello Rene,

I have intlo0 with ip address of 1.1.1.1/24

I have access-list 1 permit 1.1.1.1 0.0.0.0 and route map route-map TST permit
route-map TST
set tag 222

match ip address 1
set tag 111

and redistribute into ospf from eigrp

redistribute eigrp 100 subnets route-map TST

but at the destination router I only see tag 222 for the prefix 1.1.1.1 instead of 111

as son as I change the access list wild card mask to 0.0.0.255 the destination router sees the correct tag of 111

Could you please explain this why with wilcard 0.0.0.0 the correct tag is not shown but with 0.0.0.255 the correct tag is shown?

Best Regards,
-Rouzbeh