[cisco-bba] 7204vxr - IP NAT multiple inside global
Siumafua Moala
siumafua.moala at tcc.to
Thu May 22 20:25:39 EDT 2014
Unless you meant something else, you probably need something like
ip nat pool POOL1 192.168.1.10 192.168.1.254 netmask 255.255.255.0
Ip nat inside source list 99 pool POOL1
IP ranslate private IP range specified by access list 99 to public range
specified by POOL1 or something like that.
Siumafua
From: cisco-bba [mailto:cisco-bba-bounces at puck.nether.net] On Behalf Of
Mr Nathan Downes
Sent: Friday, May 23, 2014 12:55 AM
To: cisco-bba at puck.nether.net
Subject: [cisco-bba] 7204vxr - IP NAT multiple inside global
Hi guys,
I have the following config for NAT translations using the 7204 to
terminate a small number of PPPOE sessions and expecting it to double
over next month or so.. Most just get a public IP and don't do NAT but
some I allocate an address to go through NAT.
interface GigabitEthernet0/2
description Interface for Internet Access
ip address x.x.x.x 255.255.255.240
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
negotiation auto
!
ip nat inside source list 100 interface GigabitEthernet0/2 overload
access-list 100 remark IP list allowed to NAT
access-list 100 permit ip 172.16.0.0 0.0.255.255 any
I want to be able to use a larger range of IPs for the inside global but
my google fu and understanding is failing me.. say I wanted to
allocate.. 192.168.0.1/29 how would I do that?
I also have an NPE-G2 in it, what would be a reasonable number of
sessions for it to be able to terminate?
Thanks,
Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/cisco-bba/attachments/20140523/33770a8e/attachment.html>
More information about the cisco-bba
mailing list