Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a site that currently has 2 DMVPN tunnels with BGP. Tunnel 1 routes to our primary DC and Tunnels 2 routes to our backup DC. We are going to be adding a backup circuit to the site and will need to configure a tunnel3 that goes to the primary...
How can I have 4 weighted routes when I only have to 2 routes to put them on being 10.1.12.1 and 10.2.12.1? Once I have created my route-maps and when I try to apply them to the address family it only lets me do 1 route per address.. This is so frus...
Yes, I am looking to do an active passive option. I can update tunnel3 ip address to be a 10.1.13.110 and also add if-state nhrp for the tunnel. With doing that do separate vrf VPN-OUT and get that active passive that I am going for?
Here is the config the private IP's to make this a little easier.The config for tunnel 1 is:bandwidthbackup interface Tunnel3ip address 10.1.12.110 255.255.254.0no ip redirectsip mtu 1350ip nhrp authentication odomvpnip nhrp map 10.1.12.1 (Public IP)...
Each public IP has its own VRF VPN-OUT. Can I keep everything on 1 profile and just add the if-state nhrp statement to get tunnel 3 to come up if tunnel1 goes down or is this a reconfig of the profiles?
I think I misunderstood what you were asking. The public IPs address are different being the VRF VPN-OUT. its 0.0.0.0 0.0.0.0 (public IP). Each tunnel has its own IP address on the same subnet as the Hub router which is why tunnel 1 and 2 work. Fo...