From: CharlesB (cbalik@adelphia.net)
Date: Fri Jan 26 2007 - 15:14:05 ART
Sorry, I am not clear with the question.
Does it indicate no static mapping, but create/use pool for this task?
If it is asking pool, Jeff Doyle's book vol 2 page 367 has a good
example.
Ip nat pool poolone 204.15.86.1 204.15.86.254 netmask 255.255.255.0 type
match-host
Ip nat inside source lits 1 pool poolone
Access-list 1 permit 10.1.1.0 0.0.0.255
So, translated address based on the mask defined and the keyword
match-host: Basically you can change the mask in the first command to
match the octet you want to use as host bits, and add match-host
keyword.
10.1.1.4......204.15.86.4
10.1.1.3......204.15.86.3
Does this work?
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Faryar Zabihi (fzabihi)
Sent: Friday, January 26, 2007 7:00 AM
To: ccielab@groupstudy.com
Subject: Predictive? NAT
Is it possible to NAT but do it predicatively but not static Create a
pool to use for NAT. nat from 76.183.80.25 to 10.10.10.25 I want to
match a certain octet and have the same in the NATd IP. In this example
4th octet is 25 and we make sure it nats to 25 on the fourth octet
This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:57 ART