Question
Priority and OSPF IPSEC Tunnels
Will the priority set in the static routes flow down and be used by the ipsec tunnels on those interfaces? In other words, would I be able to unset the cost from the ospf-interface secion for each interface so they are all set to 10 and rely on the priority set in the static route to determine how to route traffic? config router static edit 1 set device " wan1" set gateway 66.43.75.17 set priority 20 next edit 2 set device " wan2" set gateway 69.193.166.49 next config ospf-interface edit " Ny-Rgts-Paetec" set cost 20 set interface " Ny Rgts-Paetec" set network-type point-to-point next edit " Ny-Twc-Comcast" set cost 10 set interface " Ny Twc-Comcast" set network-type point-to-point next end
