Using PAT with NAT Pools [7:56208]

2002-10-24 Thread trammer
Hello, Quick question that I am having trouble locating the answer on. Basically I need to know whether you can configure PAT to work in conjunction with a NAT pool on an IOS router. 12.2.x on 2621? Ex. Nat pool of 192.168.1.10-192.168.1.20 Once all nat pool IPs are taken. Roll to a PAT on s

Re: Using PAT with NAT Pools [7:56208]

2002-10-24 Thread trammer
Kind of, ip nat pool NATPOOL 192.168.1.10 192.168.1.20 netmask 255.255.255.0 ip nat inside source list 1 pool NATPOOL ip access-list 1 permit 10.1.0.0 0.0.255.255 Where would one go from here to have the NAT pool of 1.10 to 1.20 utilized and also PAT if every address is used from the pool. Th

Re: Using PAT with NAT Pools [7:56208]

2002-10-24 Thread MADMAN
do you mean: C2620B(config)#ip nat inside source list 1 pool MADMAN overload Dave trammer wrote: > > Dave, > > Can you post an example. Is the syntax different then what I am thinking. > > thnx > > ""MADMAN"" wrote in message > news:200210241606.QAA03297@;groupstudy.com... > > Use the ov

Re: Using PAT with NAT Pools [7:56208]

2002-10-24 Thread trammer
Dave, Can you post an example. Is the syntax different then what I am thinking. thnx ""MADMAN"" wrote in message news:200210241606.QAA03297@;groupstudy.com... > Use the overload command though unlike the PIX when you overload, > (PAT) on a router it's kinda arbitrary. Some connection will

Re: Using PAT with NAT Pools [7:56208]

2002-10-24 Thread MADMAN
Use the overload command though unlike the PIX when you overload, (PAT) on a router it's kinda arbitrary. Some connection will use NAT and others will PAT, it does not wait until the last address in the pool is used before converting to PAT. Dave trammer wrote: > > Hello, > > Quick question

Re: Using PAT with NAT Pools [7:56208]

2002-10-24 Thread MADMAN
Add the command overload: ip nat inside source list 1 pool NATPOOL overload but like I mentioned earlier this does not mean IOS will use NAT until the last address is used, it seems rather arbitrary wheras the PIX will use all the NAT address before using PAT. Dave trammer wrote: > > Kind

RE: Using PAT with NAT Pools [7:56208]

2002-10-26 Thread [EMAIL PROTECTED]
Hi, http://www.cisco.com/warp/public/556/nat-faq.html#Q13 (including Q14) describes the functionality when using multiple addresses in an overload. As MADMAN says, it4s kind of arbitrary. Some colleagues of mine tried to NAT/PAT in the same way that You want about a year ago, but unfortunately th