interface Loopback0 ip address 172.22.55.194 255.255.255.255 ip nat outside ip virtual-reassembly end interface GigabitEthernet0/0 description ***** Connected To Internet Via OM_INT_RTR ***** bandwidth 6000 ip address x.x.116.145 255.255.255.240 ip nat inside ip virtual-reassembly ip route-cache policy ip policy route-map OPTUS-PBR duplex auto speed auto crypto map onmobile end route-map OPTUS-PBR permit 10 match ip address OPTUS-NAT set interface Loopback0 ip nat inside source list OPTUS-NAT-LIST interface Loopback0 overload ip access-list extended OPTUS-NAT-LIST --- Used in the ip nat inside source list permit ip host 172.17.68.124 any ip access-list extended OPTUS-NAT - Used for the route map permit ip host 172.17.68.124 any ================================================================= sh crypto isakmp sa ---- y.y.74.150 x.x.116.145 QM_IDLE 4485 0 ACTIVE a.a.185.1 x.x.116.145 QM_IDLE 4495 0 ACTIVE ================================================================== sho access-list ACC-OM-OPT-AUS ---- Extended IP access list ACC-OM-OPT-AUS -- Using this for SA 10 permit ip host 172.22.55.193 172.22.40.0 0.0.0.63 (10120 matches)----This is already natted at the firewall on the inside vlan 20 permit ip host 172.22.55.194 172.22.40.0 0.0.0.63 -- This ths new ip I am trying to nat the traffic to, comming form 172.17.68.124 30 permit ip host 172.17.68.124 172.22.40.0 0.0.0.63 (36 matches)- -natting not happening as it shows here. ================================================================== sh access-lists OPTUS-NAT --- Extended IP access list OPTUS-NAT 10 permit ip host 172.17.68.124 any (168 matches) --- The packets does get policy routed. ================================================================== sh access-lists OPTUS-NAT-LIST Extended IP access list OPTUS-NAT-LIST 10 permit ip host 172.17.68.124 any --- the ACL used for natting have no hits. show int lo 0 ---- Loopback0 is up, line protocol is up Hardware is Loopback Internet address is 172.22.55.194/32 MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation LOOPBACK, loopback not set Last input 00:27:36, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/0 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out