Re: IP NAT Question

From: wangstone373 (wangstone373@hotmail.com)
Date: Mon Nov 24 2003 - 09:27:45 GMT-3


Extendable" static translations:
The extendable keyword allows the user to configure several ambiguous static translations, where an ambiguous translations are translations with the same local or global address.

ip nat inside source static <localaddr> <globaladdr> extendable

Some customers want to use more than one service provider and translate into each provider's address space. You can use route-maps to base the selection of global address pool on output interface as well as an access-list match. Following is an example:

ip nat pool provider1-space ...

ip nat pool provider2-space ...

ip nat inside source route-map provider1-map pool provider1-space

ip nat inside source route-map provider2-map pool provider2-space

!

route-map provider1-map permit 10

match ip address 1

match interface Serial0/0

!

route-map provider2-map permit 10

match ip address 1

match interface Serial0/1

----- Original Message -----
From: "Tony Singh (A)" <SinghA1@telkom.co.za>
To: <ccielab@groupstudy.com>
Sent: Sunday, November 23, 2003 7:12 PM
Subject: IP NAT Question

> Hi All
>
>
>
> While reading on Nat configurations I come across the keyword
> "Extendable" Can some please explain to me what this command does and
> how it intergrates with nat translations. I cannot seem to grasp the
> meaning of it from the cisco notes.
>
>
>
> Thanx.
>
>
>
>
>
>
>
>
>
> Anesh Singh (A)
> SinghA1@telkom.co.za
>
>
>
>
>
>
>
>
>
> Powered by Plaxo <http://www.plaxo.com/signature/>
>
> Want a signature like this? <http://www.plaxo.com/signature/>
>
> [GroupStudy removed an attachment of type image/gif which had a name of image001.gif]
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Dec 12 2003 - 12:29:16 GMT-3