<div dir="ltr">
<p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent">I am getting the above error when trying to add my rp address<br><br>(config)# ip pim rp 69.x.x.x<br>No Path to RP address specified: 69.x.x.x<br><br>but that's not correct. I have 3 interfaces, my configuration file below.<br><br>ip pim rp 69.x.x.x <a href="http://224.0.0.0/4">224.0.0.0/4</a><br>service integrated-vtysh-config<br>!<br>interface ens4<br> ip igmp<br> ip igmp version 2<br> ip pim<br>!<br>interface ipsec9<br> ip igmp<br> ip igmp version 2<br> ip pim<br>!<br>interface t0<br> ip igmp<br> ip igmp version 2<br> ip pim<br>!<br>line vty<br>!<br></p><p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent"><span style="font-size:14.6667px">I am able to ssh to the rp-address no problem, but frr cannot connect to the routing path.</span><br></p><p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent">telnet 69.x.x.x 22<br>Trying 69.x.x.x ...<br>Connected to 69.x.x.x.<br>Escape character is '^]'.<br>SSH-2.0-Cisco-1.25<br></p><p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent">I created an ikev1 ipsec tunnel from my local machine to the remote network, the interface shows the default 0.0.0.0 as the gateway and that might be causing frr to show the error about no path to rp address.</p><p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent">Is there a way to allow frr to properly route through the 0.0.0.0 gateway?</p><p style="margin-bottom:0in;line-height:100%;font-size:11pt;background:transparent"><br></p></div>