On Wed, 13 May 2015 12:52:44 +0100 "Chris O'Shea" <oshea.chris.ja...@gmail.com> wrote:
> Afternoon All, > > I have two questions that I am struggling to find an answer to and I > was wondering if anyone has tried to do either of these. > > Firstly, I wanted to set up hub redundancy, as to have a single (or > multiple) end-points maintain constant communication to more than one > hub, is this as simple as entering two sets of mappings within the > conf and attaching it to the same interface? (see below). Is this > possible? Yes, > interface gre1 > map 192.168.1,1/24 public-ip.fake.com register cisco You'd just add to here the second map: map 192.168.1.2/24 another-ip.fake.com register cisco > cisco-authentication 1234 > shortcut > redirect > multicast nhs > holding-time 600 > interface gre1 Having same interface twice is not going to work. > cisco-authentication 1234 > shortcut > redirect > multicast nhs > holding-time 600 > > I am going to be trying this this afternoon, but if anyone has had any > experience in hub redundancy then confirmation of this would be > appreciated. > > Secondly, I wanted another dmvpn network to only go to phase 2 (ie; > not spoke-to-spoke), is it possible to restrict opennhrp in this > fashion? For single hub, it's simple: you just make the gre tunnel point to point. When having multiple hubs, it's not so simple. I don't remember how well it works leaving out "shortcut" from the config, but that would be the way to do it. For my quagga/nhrp work this is going to be implemented properly. I hope to have publishable for protyping in couple of weeks of time. /Timo ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ opennhrp-devel mailing list opennhrp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opennhrp-devel