Alias/Duplicate network

I have Mikrotik with LAN network 192.168.11.0/24

Is it possible to setup alias (duplicate) network for that network
for example all traffic to 192.168.22.0/24 should be redirected to 192.168.11.0/24

192.168.22.1 => 192.168.11.1
192.168.22.2 => 192.168.11.2
192.168.22.3 => 192.168.11.3

etc.

THANKS

https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT

The keyword you’re looking for is “netmap”.

Thank you! I forgot about netmap.