<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What is LDP extended discovery?</title>
	<atom:link href="http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/</link>
	<description>Networkers&#039; Home on the Internet</description>
	<lastBuildDate>Thu, 24 Nov 2011 20:34:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Wael Osama</title>
		<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/comment-page-1/#comment-5698</link>
		<dc:creator>Wael Osama</dc:creator>
		<pubDate>Thu, 20 Jan 2011 13:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://networkers-online.com/blog/?p=153#comment-5698</guid>
		<description>You got it right ,Thanks Taufiq for sharing :)</description>
		<content:encoded><![CDATA[<p>You got it right ,Thanks Taufiq for sharing <img src='http://www.networkers-online.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taufiq</title>
		<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/comment-page-1/#comment-5692</link>
		<dc:creator>Taufiq</dc:creator>
		<pubDate>Thu, 20 Jan 2011 06:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://networkers-online.com/blog/?p=153#comment-5692</guid>
		<description>This is similar with what we do in LDP over RSVP. We create tunnel first
interface tunnel-te15
 description Primary TE Tunnel to Jakarta Core Router
 ipv4 unnumbered Loopback0
 logging events lsp-status reoptimize
 logging events lsp-status state
 logging events lsp-status reroute
 priority 0 0
 autoroute announce
 signalled-bandwidth 0
 destination 10.10.1.1
 fast-reroute


Then we enable the LDP on that tunnel:
mpls ldp
 router-id 20.20.20.1
 nsr
 graceful-restart
 session protection
 label
  advertise
   disable
   for LOOPBACK_0
  !
 !
 interface tunnel-te15</description>
		<content:encoded><![CDATA[<p>This is similar with what we do in LDP over RSVP. We create tunnel first<br />
interface tunnel-te15<br />
 description Primary TE Tunnel to Jakarta Core Router<br />
 ipv4 unnumbered Loopback0<br />
 logging events lsp-status reoptimize<br />
 logging events lsp-status state<br />
 logging events lsp-status reroute<br />
 priority 0 0<br />
 autoroute announce<br />
 signalled-bandwidth 0<br />
 destination 10.10.1.1<br />
 fast-reroute</p>
<p>Then we enable the LDP on that tunnel:<br />
mpls ldp<br />
 router-id 20.20.20.1<br />
 nsr<br />
 graceful-restart<br />
 session protection<br />
 label<br />
  advertise<br />
   disable<br />
   for LOOPBACK_0<br />
  !<br />
 !<br />
 interface tunnel-te15</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MPLS Label Distribution &#8211; LDP Part2 &#187; NetworkersOnline</title>
		<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/comment-page-1/#comment-2448</link>
		<dc:creator>MPLS Label Distribution &#8211; LDP Part2 &#187; NetworkersOnline</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://networkers-online.com/blog/?p=153#comment-2448</guid>
		<description>[...] What is LDP extended discovery? [...]</description>
		<content:encoded><![CDATA[<p>[...] What is LDP extended discovery? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmahmoud</title>
		<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/comment-page-1/#comment-1357</link>
		<dc:creator>mmahmoud</dc:creator>
		<pubDate>Fri, 19 Jun 2009 12:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://networkers-online.com/blog/?p=153#comment-1357</guid>
		<description>Hi Imran,

Yes, with AToM just configuring the xconnect command initiates the targeted LDP session, but with TE it is a little different (remember that the most common scenario that you require LDP with TE is when the tunnel is terminated on a P router, we can have a latter post discussing this in details), with TE it depends on the scenario, if you have just one tunnel from the head-end to the tail-end thus you&#039;ll need to instruct the tail-end router to accept the LDP targeted session using the &quot;mpls ldp discovery targeted-hello accept&quot; command, while if you had bidirectional TE tunnels setup, in this case having &quot;mpls ip&quot; under both tunnel interfaces initiates the session for you.

I hope that I&#039;ve been informative.

BR,
Mohammed Mahmoud.</description>
		<content:encoded><![CDATA[<p>Hi Imran,</p>
<p>Yes, with AToM just configuring the xconnect command initiates the targeted LDP session, but with TE it is a little different (remember that the most common scenario that you require LDP with TE is when the tunnel is terminated on a P router, we can have a latter post discussing this in details), with TE it depends on the scenario, if you have just one tunnel from the head-end to the tail-end thus you&#8217;ll need to instruct the tail-end router to accept the LDP targeted session using the &#8220;mpls ldp discovery targeted-hello accept&#8221; command, while if you had bidirectional TE tunnels setup, in this case having &#8220;mpls ip&#8221; under both tunnel interfaces initiates the session for you.</p>
<p>I hope that I&#8217;ve been informative.</p>
<p>BR,<br />
Mohammed Mahmoud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Imran</title>
		<link>http://www.networkers-online.com/blog/2009/01/what-is-ldp-extended-discovery/comment-page-1/#comment-1356</link>
		<dc:creator>M Imran</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://networkers-online.com/blog/?p=153#comment-1356</guid>
		<description>Hi,

 &#039;In the AToM and TE cases you don’t need to use the previous command because the session will be established automatically after adding the service required configuration&#039;

When is the targetted LDP initated in the above case?

Can you give some examples of such commands? xconnect?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> &#8216;In the AToM and TE cases you don’t need to use the previous command because the session will be established automatically after adding the service required configuration&#8217;</p>
<p>When is the targetted LDP initated in the above case?</p>
<p>Can you give some examples of such commands? xconnect?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
