<div dir="ltr">Jose,<br><br>The ip:route= attribute is more or less the same as the Framed-Route option, but allows some more tricks, such as adding a &quot;tag XXX&quot; at the end of the command, and then using this tag as a match criteria for redistribution into some other routing protocol.<br>
<br>In general, running a routing protocol with many peers from a router would reduce the scalability, as you would introducing another cpu hungry process... If you have many peers, and you tune down the hello timers, you may affect the CPU load of the device.<br>
<br>Arie<br><br><div class="gmail_quote">On Wed, Jul 16, 2008 at 7:16 PM, Jose Bejarano &lt;<a href="mailto:Jose.Bejarano@gmx.net">Jose.Bejarano@gmx.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Arie,<br>
<br>
Thanks for the info!<br>
Our customers are still complaining that in some scenarios the backup function doesnt work:<br>
ISDN + FSR and /or another PPP session using in both cases a separate cisco router.<br>
We are already downloading static routes using Radius cisco AV-Pairs &quot;Framed-Route&quot; + &quot;Framed-IP&quot;<br>
Is there any difference using &#39;cisco-avpair = &quot;ip:route=&#39; ?<br>
We are still thinking that routing functionality would improve the overall performance but scalability<br>
is an issue here. Any other options ?<br>
<br>
Thanks again,<br>
Jose<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Sun, 13 Jul 2008 14:07:50 +0300<br>
&gt; Von: &quot;Arie Vayner&quot; &lt;<a href="mailto:ariev@vayner.net">ariev@vayner.net</a>&gt;<br>
&gt; An: &quot;Jose Bejarano&quot; &lt;<a href="mailto:Jose.Bejarano@gmx.net">Jose.Bejarano@gmx.net</a>&gt;<br>
&gt; CC: <a href="mailto:cisco-bba@puck.nether.net">cisco-bba@puck.nether.net</a><br>
&gt; Betreff: Re: [cisco-bba] Dynamic routing over L2TP LNS<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Jose,<br>
&gt;<br>
&gt; I would suggest thinking about other means of implementing what you need<br>
&gt; instead of a routing protocol between the CPE and the LNS.<br>
&gt; The scalability of routing protocols is not really at the same level as<br>
&gt; the<br>
&gt; number of PPP sessions per LNS (which may be 1000&#39;s).<br>
&gt;<br>
&gt; Are you aware of the option to download static route entries from RADIUS<br>
&gt; as<br>
&gt; part of the user&#39;s profile? This would allow you to basically get the same<br>
&gt; static route on any LNS the user connects to. If they have a failure, and<br>
&gt; the PPP session goes down, the route would be also withdrawn, and then<br>
&gt; readvertised from the backup connection.<br>
&gt; The backup could be another dynamic PPP session (using the same mechanism)<br>
&gt; or could be a floating route with a lower preference metric (or higher...<br>
&gt; depends on how implemented).<br>
&gt;<br>
&gt; Take a look here:<br>
&gt; <a href="http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfathen.html" target="_blank">http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfathen.html</a><br>
&gt;<br>
&gt; You should be looking for the &#39;cisco-avpair = &quot;ip:route=&#39; examples.<br>
&gt;<br>
&gt; Would this work, or am I missing some critical part of the design?<br>
&gt;<br>
&gt; Arie<br>
&gt;<br>
&gt; On Sun, Jul 13, 2008 at 11:57 AM, Jose Bejarano &lt;<a href="mailto:Jose.Bejarano@gmx.net">Jose.Bejarano@gmx.net</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi Arie,<br>
&gt; &gt;<br>
&gt; &gt; thanks, yeap, using a routing protocol between the LNS and CPE, users<br>
&gt; are<br>
&gt; &gt; then entering the L3 MPLS/VPN (using vrf Radius attributes). The idea is<br>
&gt; to<br>
&gt; &gt; improve convergence and backup functions<br>
&gt; &gt; adding a routing protocol. Unfortunately there is no much info about.<br>
&gt; QoS<br>
&gt; &gt; LNS&lt;---&gt;CPE is of course another big issue and we are thinking to use<br>
&gt; &gt; per-session QoS using Radius...<br>
&gt; &gt; Any experience would be appreciated !<br>
&gt; &gt;<br>
&gt; &gt; Cheers,<br>
&gt; &gt; Jose<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Am 11.07.2008 um 19:56 schrieb Arie Vayner:<br>
&gt; &gt;<br>
&gt; &gt; Jose,<br>
&gt; &gt;<br>
&gt; &gt; Are you asking about using a routing protocol between the LNS and the<br>
&gt; &gt; remote user&#39;s CPE, or are you talking about redistributing the addresses<br>
&gt; &gt; assigned to the PPP session (either the /32 or a static route) into the<br>
&gt; VPN?<br>
&gt; &gt;<br>
&gt; &gt; Arie<br>
&gt; &gt;<br>
&gt; &gt; On Fri, Jul 11, 2008 at 5:57 PM, Jose Bejarano &lt;<a href="mailto:Jose.Bejarano@gmx.net">Jose.Bejarano@gmx.net</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hi,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; we are terminating via L2TP our PPPoE users on a 7206vxr with npe-g1.<br>
&gt; &gt;&gt; Customers are then terminating these sessions in a VRF using Radius<br>
&gt; &gt;&gt; attributes.<br>
&gt; &gt;&gt; Now we are planning to introduce dynamic routing functionality:<br>
&gt; &gt;&gt; RIP,OSPF,BGP...<br>
&gt; &gt;&gt; Any info/experiences/ideas/tips with using routing protocols over L2TP<br>
&gt; ?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thanks in advance,<br>
&gt; &gt;&gt; Jose<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!<br>
&gt; &gt;&gt; Jetzt dabei sein:<br>
&gt; &gt;&gt; <a href="http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx" target="_blank">http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx</a><br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; cisco-bba mailing list<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; <a href="mailto:cisco-bba@puck.nether.net">cisco-bba@puck.nether.net</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-bba" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-bba</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; cisco-bba mailing list<br>
&gt; &gt; <a href="mailto:cisco-bba@puck.nether.net">cisco-bba@puck.nether.net</a><br>
&gt; &gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-bba" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-bba</a><br>
&gt; &gt;<br>
<br>
</div></div><font color="#888888">--<br>
Psssst! Schon das coole Video vom GMX MultiMessenger gesehen?<br>
Der Eine für Alle: <a href="http://www.gmx.net/de/go/messenger03" target="_blank">http://www.gmx.net/de/go/messenger03</a><br>
</font></blockquote></div><br></div>