GroupStudy.com GroupStudy.com - A virtual community of network engineers
 Home  BookStore  StudyNotes  Links  Archives  StudyRooms  HelpWanted  Discounts  Login
Re: Static Nat with extendable option? posted 02/02/2007
[Chronological Index] [Thread Index] [Top] [Date Prev][Date Next] [Thread Prev][Thread Next]


curious..when using the interface instead of the IG address, extendable or anything else is not an option. wouldn't the interface option use the ip address on the interface? anyone...

Rack1R5(config)#ip nat in source static 1.1.1.1 interface e0/0 ?
 <cr>

Rack1R5(config)#ip nat in source static 1.1.1.1 2.2.2.2 ?
 extendable  Extend this translation when used
 mapping-id  Associate a mapping id to this mapping
 no-alias    Do not create an alias for the global address
 no-payload  No translation of embedded address/port in the payload
 redundancy  NAT redundancy operation
 route-map   Specify route-map
 vrf         Specify vrf
 <cr>


From: "Ronnie Angello" <ronnie.angello@xxxxxxxxx>
Reply-To: "Ronnie Angello" <ronnie.angello@xxxxxxxxx>
To: nhatphuc <nhatphuc@xxxxxxxxx>
CC: "Cisco certification" <ccielab@xxxxxxxxxxxxxx>
Subject: Re: Static Nat with extendable option?
Date: Fri, 2 Feb 2007 16:04:56 -0500
MIME-Version: 1.0
Received: from lists.groupstudy.com ([207.44.210.9]) by bay0-mc2-f21.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 2 Feb 2007 13:22:41 -0800
Received: (from sympa@xxxxxxxxx)by lists.groupstudy.com (8.12.11.20060308/8.11.6) id l12LMdIg019355;Fri, 2 Feb 2007 16:22:39 -0500
Received: from groupstudy.com (www.groupstudy.com [209.51.144.7])by lists.groupstudy.com (8.12.11.20060308/8.11.6) with ESMTP id l12L4v2q019092for <ccielab@xxxxxxxxxxxxxxxxxxxx>; Fri, 2 Feb 2007 16:04:57 -0500
Received: from groupstudy.com (groupstudy.com [127.0.0.1])by groupstudy.com (8.12.11.20060308/8.12.11) with ESMTP id l12L51Cs029354GroupStudy Mailer; Fri, 2 Feb 2007 16:05:01 -0500
Received: (from listserver@xxxxxxxxx)by groupstudy.com (8.12.11.20060308/8.12.11/Submit) id l12L51Og029352for ccielabxhiddenx; Fri, 2 Feb 2007 16:05:01 -0500
Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by groupstudy.com (8.12.11.20060308/8.12.11) with ESMTP id l12L4xpj029327 GroupStudy Mailer; Fri, 2 Feb 2007 16:04:59 -0500
Received: by nz-out-0506.google.com with SMTP id n29so906308nzf for <ccielab@xxxxxxxxxxxxxx>; Fri, 02 Feb 2007 13:04:57 -0800 (PST)
Received: by 10.64.181.12 with SMTP id d12mr6449410qbf.1170450296904; Fri, 02 Feb 2007 13:04:56 -0800 (PST)
Received: by 10.65.11.2 with HTTP; Fri, 2 Feb 2007 13:04:56 -0800 (PST)
X-Message-Info: LsUYwwHHNt1M33N2AQiP7XFpAurRsxDC+lDE0Vh+Zag=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XNh5B/bBhKmCBI3rJJx965CDzI0en4WDTEazVkJx4cXdPxF/cNBMnV4Ox+0I6MPkZHGwuEz/lB03RkxBk9eEI1DJ+2AYYE947kD8BhyGJMKOyTs9hJTyTz2eGzWFwGdvNNsAW+W5eV0XfO0iby6UPyfW84reGFbI3VPJ+FRTXFk=
References: <f37dcda40702021137u58f0410fg3eff596a483155f7@xxxxxxxxxxxxxx>
X-Converted-To-Plain-Text: from multipart/alternative by GroupStudy
X-Converted-To-Plain-Text: Alternative section used was text/plain
X-ASK-Info: Whitelist match [from ronnie\.angello@xxxxx\.com] (2007/02/02 16:05:00)
X-Loop: ccielab@xxxxxxxxxxxxxx
X-Sequence: 7877
Errors-to: ccielab-owner@xxxxxxxxxxxxxx
Precedence: bulk
X-no-archive: yes
List-Id: <ccielab.groupstudy.com>
List-Help: <mailto:sympa@xxxxxxxxxxxxxx?subject=help>
List-Subscribe: <mailto:sympa@xxxxxxxxxxxxxx?subject=subscribe%20ccielab>
List-Unsubscribe: <mailto:sympa@xxxxxxxxxxxxxx?subject=unsubscribe%20ccielab>
List-Post: <mailto:ccielab@xxxxxxxxxxxxxx>
List-Owner: <mailto:ccielab-request@xxxxxxxxxxxxxx>
Return-Path: ccielab-owner@xxxxxxxxxxxxxx
X-OriginalArrivalTime: 02 Feb 2007 21:22:41.0180 (UTC) FILETIME=[45581DC0:01C74710]


To allow static NAT mappings of one IL address to multiple IG addresses, the
keyword extendable is added to the end of the mapping statements.


ip nat inside source static 10.5.1.2 207.36.76.100 extendable
ip nat inside source static 10.5.1.2 205.113.50.1 extendable

You also need to use it if multiple IL addresses map to one IG address.

 ip nat inside source static 10.5.1.2 207.36.76.100 extendable
ip nat inside source static 10.5.1.3 207.36.76.100 extendable



On 2/2/07, nhatphuc <nhatphuc@xxxxxxxxx> wrote:
>
> Hi Group,
>
> Can you give me an example of Static NAT with extendable option? I've read
> it in this link:
>
> http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a0080091cb9.shtml
> ,
> but I don't understand what is it used for?
>
> Thanks
>
> Phuc
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html


_______________________________________________________________________
Subscription information may be found at:
http://www.groupstudy.com/list/CCIELab.html