The following example:
System(rw)->configure System(rw-config)->ip access-list standard OSPF System(rw-cfg-std-acl)->permit 40.0.0.0 0.0.0.255 System(rw-cfg-std-acl)->permit 40.0.10.0 0.0.0.255 System(rw-cfg-std-acl)->show access-lists OSPF Standard IP access list OSPF (3 entries) 1 permit 40.0.0.0 0.0.0.255 2 permit 40.0.10.0 0.0.0.255 -- implicit deny all -- System(rw-cfg-std-acl)->exit System(rw-config)->route-map redistribution rmR1 permit 10 System(rw-config-route-map)->match ip address OSPF System(rw-config-route-map)->set tag 65432 System(rw-config-route-map)->exit System(rw-config)->show route-map rmR1 route-map redistribution rmR1 permit 10 match ip address OSPF set tag 65432 System(rw-config)->router ospf 1 System(rw-config-ospf-1)->redistribute rip route-map rmR1 System(rw-config-ospf-1)->exit System(rw-config)->