01-08-2004 05:25 AM - edited 03-02-2019 12:45 PM
Has anyone tried to set this up? I would like to use the concentrator as a back to a frame router in a production environment. If this works, any gotchas? Is MD5 password hashing implemented yet.
Thanks!
01-08-2004 06:08 PM
We currently have a similar setup, except our's is between a 2620 and a Nokia IP120 VPN Concentrator. Our primary connection is frame-relay off the 2620 and we use VRRP tracking to failover to the VPN connection dynamically if the frame connection is lost. Below are the relevant configs from the 2620 (authentication is used but not sure if it is MD5 offhand).
track 1 interface Serial0/0 line-protocol
interface FastEthernet0/0
ip address 1.1.1.2 255.255.255.0
vrrp 1 ip 1.1.1.1
vrrp 1 priority 120
vrrp 1 authentication text xxxxxxx
vrrp 1 track 1 decrement 30
01-09-2004 08:12 AM
Have you fully tested the failover? What kind of failover times were you seeing? How about failback?
Thanks!
01-10-2004 05:47 PM
We tested with no issues by shutting down both the LAN interface on the router where VRRP is running, shutting down the serial interface that is being tracked, and by powering off the router. We are tracking the line protocol in VRRP, but there are a number of other options you can track as well. Both failover and fallback were extermely quick (didn't benchmark it, but seemed about the same as we see with HSRP on our router network that is setup pretty similar.
The link below gives the options for tracking, also I'm not sure of the exact release but I don't think VRRP is supported on the routers until 12.3 code.
http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_feature_guide09186a00801a7f78.html
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