sivakumar wrote:
Hi,
Thanks for your reply.. so do you say that static PAT would take precedence than static NAT, because i want the PAT to happen first followed the Identical static Natting.. but Cisco doc says that static NAT would be executed first irrelevant of the order they are placed..
access-list rule1 permit tcp 10.0.0.0 255.0.0.0 host 1.1.1.1
static(inside,ouside) 1.1.1.2 access-list rule1 0 0
static (inside,outside) 10.0.0.0 10.0.0.0 netmask 255.0.0.0 0 0
Please tell me which statement will take precedence - policy NAT ot Static NAT..