HSRP Question
Bl8ckr0uter
Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
in CCNP
Got a question about HRSP:
So I am looking at this:
Also does anyone have any experience with HA IPSEC VPN tunnels, specifically if it can be done without the use of a routing protocol?
So I am looking at this:
interface GigabitEthernet0/0 ip address XXXXXXX ip nat outside ip virtual-reassembly duplex auto speed auto standby 1 ip XXXX standby 1 priority 120 standby 1 preempt standby 1 name VPNHA standby 1 track 1 decrement 20 standby 1 track 2 decrement 20 crypto map XXXXXX redundancy XXXXX stateful !My question is under standby 1 track 1, is there a way to see what tracked object this is? I mean, I know you could put a interface in there (which is what I want/probably will do) but I just want to know what command displays the tracked objects.
Also does anyone have any experience with HA IPSEC VPN tunnels, specifically if it can be done without the use of a routing protocol?
Comments
-
shodown Member Posts: 2,271
-
jason_lunde Member Posts: 567Try just 'show track [num]'.
Edit:nvrmind...didnt read your post entirely. -
Bl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□
I was reading this earlier and just reread it. It still doesn't answer my question (or I am missing it). Where are the tracknumber to track object mappings displayed? I have looked all over the running config and I just can't find it. -
jason_lunde Member Posts: 567so if you do a 'show run | i track' you get no output? Or am I totally missing what you are trying to find?
-
networker050184 Mod Posts: 11,962 ModIts for use with the ip sla/rtr feature. So use show ip sla or rtr depending on IOS.An expert is a man who has made all the mistakes which can be made.
-
Bl8ckr0uter Inactive Imported Users Posts: 5,031 ■■■■■■■■□□jason_lunde wrote: »so if you do a 'show run | i track' you get no output? Or am I totally missing what you are trying to find?
Ok I am a id10t. This does give me what I was looking for:track 1 interface GigabitEthernet0/0 line-protocol track 2 interface GigabitEthernet0/1 line-protocol standby 1 track 1 decrement 20 standby 1 track 2 decrement 20 standby 1 track 1 decrement 20 standby 1 track 2 decrement 20
I was doing sh run | in track, | in standby and some other stuff. This config is literally 15 pages long. Thanks guys!
Now about my second question:Also does anyone have any experience with HA IPSEC VPN tunnels, specifically if it can be done without the use of a routing protocol?
If any of you have set up IPSEC HA on multiple routers, what did you use to "failover". Basically in a situation like this:Internet IPSEC/GRE----------------------- Router 1 --------------------- InternalRouter Router 2 ----------------------- IPSEC/GRE----------------------- Internet
How could you fail over the tunnels to using one pipe instead of the other in the event of a failure? GLBP with ipsec or something like that?