Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > several nat overload

Reply
Thread Tools

several nat overload

 
 
Dmitry Melekhov
Guest
Posts: n/a
 
      09-04-2009
Hello!

I want to have two nat overload

Gi 0/0 is internal interface with nat inside
Gi 0/0.5 is external with nat outside

There is rule:

ip nat inside source list 2 interface GigabitEthernet0/0.5 overload

If I try
ip nat inside source list 2 interface GigabitEthernet0/0.8 overload

I get

%Dynamic mapping in use, cannot change

If I add
ip nat inside source list 3 interface GigabitEthernet0/0.8 overload

and add ip nat outside on Gi 0/0.8
then there is no translations in
sh ip nat translations

Is it possible to solve this problem?

 
Reply With Quote
 
 
 
 
Juki
Guest
Posts: n/a
 
      09-04-2009
Dmitry Melekhov kirjoitti:
> Hello!
>
> I want to have two nat overload
>
> Gi 0/0 is internal interface with nat inside
> Gi 0/0.5 is external with nat outside
>
> There is rule:
>
> ip nat inside source list 2 interface GigabitEthernet0/0.5 overload
>
> If I try
> ip nat inside source list 2 interface GigabitEthernet0/0.8 overload
>
> I get
>
> %Dynamic mapping in use, cannot change
>
> If I add
> ip nat inside source list 3 interface GigabitEthernet0/0.8 overload
>
> and add ip nat outside on Gi 0/0.8
> then there is no translations in
> sh ip nat translations
>
> Is it possible to solve this problem?
>

Hi there

Maybe you should use route-maps instead of access-lists.
Then it is possible to have several outside interfaces.
Check
http://www.cisco.com/en/US/docs/ios/...html#wp1024922

//Juki
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simultaneous NAT overload (internet) and NAT overlapping for IPsec jayteezer Cisco 1 05-23-2010 02:45 PM
Cisco 1801 - ADSL/PPPoE - IPSec - Static NAT ---- 56K Dial Backup - NAT Overload skweetis Cisco 0 12-11-2006 04:33 PM
IPSec tunnels + NAT overload + NAT static alpertech@yahoo.ca Cisco 1 01-20-2006 02:52 PM
NAT overload with some static NAT's and a block public IP's Ronald de Leeuw Cisco 2 07-03-2005 05:45 PM
How use the overload of>> (or<<) of a class in the overload of << and >> of another class? Piotre Ugrumov C++ 3 01-25-2004 08:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57