I have a T1 connection between network A and network B. I want to NAT 2 IP addresse in B because I do not want B IP addresses to be routed in network A.
ip nat inside source static 10.1.1.1 192.168.1.1 ip nat inside source static 10.2.2.2 192.168.1.2
As you can see I NATed 2 ip addresses (from different subnets 10.1.1.0/24 and 10.2.2.0/24) with 1 network A subnet (192.168.1.2/24). Will it be a problem?
PS. Network B setup:
Router A <--> WAN <----> Router B <---->Multilayer switch <----> 10.1.1.1/24 ^ | 10.2.2.2/24