Here's the initial config:
Router A
Interface tunnel1
Tunnel mode gre ip
Tunnel source 192.168.10.1
Tunnel destination 192.168.20.1
Router C
Interface tunnel 1
Tunnel mode gre ip
Tunnel source 192.168.20.1
Tunnel destination 192.168.10.1
HSRP will be configured between Router A & B using IP address of 192.168.10.1.
Here are my questions ....
1. If Router A goes down, do I need to configure a multipoint GRE tunnel to Router B even though it would take over the 192.168.10.1 IP address or can I simply use the same parameters as the "A" router?
2. If the same config is used on the "B" router as the "A" router, how would the GRE tunnel handle this scenario?
Thanks,
Steve