11-11-2009 09:42 AM - edited 03-04-2019 06:40 AM
Hi,
Is it possible to statically NAT a complete subnet?
I have a need to NAT 10.10/16 to 172.168/16 where 10.10.x.y is NAT to 172.16.x.y.
How can this be done?
Rgds,
Elil
Solved! Go to Solution.
11-11-2009 09:49 AM
Hello Elil,
yes it is possible the
ip nat source static command accepts a network option
this can be very handy in some migration scenarios
p nat inside source static network local-network global-network mask [extendable | no-alias | no-payload | mapping-id map-id | redundancy group-name | vrf name]
see
http://www.cisco.com/en/US/docs/ios/ipaddr/command/reference/iad_nat.html#wp1011696
Hope to help
Giuseppe
View solution in original post