RE: NAT with redundancy

From: Joseph L. Brunner <joe_at_affirmedsystems.com>
Date: Mon, 31 May 2010 05:56:45 -0400

Good morning,

In its simplest form, ios nat without the slb code that only appears in older code trains can be a poor man's load balancer. This is along the lines of what you are looking for...

ip nat pool webmailservers prefix-length 24 type rotary
 address 192.168.1.50 192.168.1.50
 address 192.168.1.52 192.168.1.52

ip nat inside destination list webmailonatt pool webmailservers

! Note this ACL contains the 1 public IP inbound traffic comes to

ip access-list standard webmailonatt
 permit 12.207.43.148

-Joe

-----Original Message-----
From: nobody_at_groupstudy.com [mailto:nobody_at_groupstudy.com] On Behalf Of Anbu
Sent: Monday, May 31, 2010 5:06 AM
To: Cisco certification
Subject: NAT with redundancy

Hi there ,
              It is a requirement to have one outside global ip to access a
internal server but if the internal server is down , have to translate the
same outside global ip to another internal (secondary) server.

Can any one help me , how could it be achievable using NAT.

Regards,
Anbu

Blogs and organic groups at http://www.ccie.net
Received on Mon May 31 2010 - 05:56:45 ART

This archive was generated by hypermail 2.2.0 : Tue Jun 01 2010 - 07:09:54 ART