Mikrotik IP REDIRECT using firewall

Hello, i could use some help, i need to make something like this

redirect all IP requests to 192.168.0.0/16 to specific IP for example 10.10.10.1

is this possible with MT firewall ?

yes, it is possible in MikroTik RouterOS

/ip firewall nat add chain=dstnat dst-address=192.168.0.0/16 to-addresses=10.10.10.1 action=dst-nat

here some more ideas what can be done using RouterOS:
http://www.mikrotik.com/testdocs/ros/3.0/
http://wiki.mikrotik.com/