Question about SNAT configuration

From: david robin (robindavi@gmail.com)
Date: Thu Nov 23 2006 - 07:19:47 ART


Dear All,
I read about stateful NAT but there is something cofuse me a lot,
what confuse me is the HSRP and primary/backup configuration.

what is the different between the following two examples :

 Configuring SNAT with HSRP

!

ip nat Stateful id 1

redundancy SNATHSRP

mapping-id 10

ip nat pool SNATPOOL1 11.1.1.1 11.1.1.9 prefix-length 24

ip nat inside source route-map rm-101 pool SNATPOOL1 mapping-id 10 overload

ip classless

ip route 11.1.1.0 255.255.255.0 Null0

no ip http server

ip pim bidir-enable

Configuring SNAT Primary/Backup

!

ip nat Stateful id 1

primary 10.88.194.17

peer 10.88.194.18

mapping-id 10

!

ip nat Stateful id 2

backup 10.88.194.17

peer 10.88.194.17

mapping-id 10

Does in the second example we will need HSRP

and in case we will what is difference when using primary/backup ?

please help me

thanks in advance



This archive was generated by hypermail 2.1.4 : Fri Dec 01 2006 - 08:05:48 ART