Hi,
I have the above scenario
asa's are in active standby mode
Hsrp running between the R1 and R2
Single ISP
asa inside and dmz , static nat and dynamic nat configured .
Now only one router is active at a time .
I want to use both R1 and R2 at same time how can I do that .
Here is the configuration
R1
interface GigabitEthernet0/1
ip address 1.1.1.2 255.255.255.0
ip mtu 1492
ip nbar protocol-discovery
standby 1 ip 1.1.1.1
standby 1 priority 200
standby 1 preempt
standby 1 track 200 decrement 150
load-interval 30
R2
interface GigabitEthernet0/1
ip address 1.1.1.3 255.255.255.0
ip accounting output-packets
standby 1 ip 1.1.1.1
standby 1 preempt
load-interval 30
duplex auto
speed auto
ip route 2.2.2.2 255.255.255.0 GigabitEthernet0/1
ip route 3.3.3.3 255.255.255.0 GigabitEthernet0/1
on asa
route Outside 0.0.0.0 0.0.0.0 1.1.1.1 1
route Outside 2.2.2.2 255.255.255.0 1.1.1.1 1
route Outside 3.3.3.3 255.255.255.0 1.1.1.1 1
Thanks