09-20-2018 10:46 AM
Hello All,
So I have two ASR 1001's. I need these to be HA for NAT and IPsec and also for all the default gateways .
The question is how to implement. I have HSRP set up an it works. See below
R1
interface GigabitEthernet0/1/0.50
encapsulation dot1Q 50
ip address 192.168.0.2 255.255.255.0
standby 50 ip 192.168.0.1
standby 50 priority 150
standby 50 preempt delay reload 60
R2
interface GigabitEthernet0/1/0.50
encapsulation dot1Q 50
ip address 192.168.0.3 255.255.255.0
standby 50 ip 192.168.0.1
standby 50 priority 50
standby 50 preempt delay reload 60
Everything works fine. When I go to set up HA for NAT I start to get confused the best setup for HA for the DG. I see a cisco white paper (https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118768-config-asr-00.html) saying to do it like this...see below.
ASR-1#show run int GigabitEthernet0/0/0
interface GigabitEthernet0/0/0
ip address 172.16.1.2 255.255.255.248
ip nat inside
negotiation auto
cdp enable
redundancy rii 100
redundancy group 1 ip 172.16.1.5
exclusive decrement 100
What is the difference in these two setups?
Solved! Go to Solution.
09-20-2018 12:29 PM
Hello,
HSRP works on a less granular level, that is, it will kick in when one of the interfaces is unreachable. Stateful Interchassis Failover, your second setup, works on an application level. They essentially do the same thing...
That said, the config snippets for both setups you posted are incomplete...
09-20-2018 12:29 PM
Hello,
HSRP works on a less granular level, that is, it will kick in when one of the interfaces is unreachable. Stateful Interchassis Failover, your second setup, works on an application level. They essentially do the same thing...
That said, the config snippets for both setups you posted are incomplete...
09-21-2018 06:37 AM
Thanks!
09-27-2018 10:21 AM
Check this out and let me know what you think!
https://community.cisco.com/t5/routing/ha-asr1001-rii/m-p/3714473#M302419
Thanks in advance :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide