Hi

The task is that when R1 tries to access R2 and R4, it should be translated
to specific IP address. The solution has used policy based dynamic NAT.
Since the requirement is one to one translation, policy based static NAT
should have been used as following:

static (inside,outside) 200.13.24.20 access-list R1_R2NAT
static (inside,outside) 200.13.24.21 access-list R1_R4NAT




Any specific reason for using the following in the solution:

nat (inside) 3 access-list R1_R2NAT
nat (inside) 4 access-list R1_R4NAT

global (outside) 3 200.13.24.20
global (outside) 4 200.13.24.21

access-list R1_R2NAT extended permit ip host 172.16.10.1 host 200.13.24.2
access-list R1_R4NAT extended permit ip host 172.16.10.1 host 200.13.24.4




With regards
Kings
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to