{"id":387,"date":"2020-04-20T10:14:10","date_gmt":"2020-04-20T02:14:10","guid":{"rendered":"https:\/\/cciedump.spoto.net\/blog\/?p=387"},"modified":"2024-11-05T15:03:37","modified_gmt":"2024-11-05T07:03:37","slug":"overview-of-ldp-neighbor-establishment","status":"publish","type":"post","link":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html","title":{"rendered":"Overview of LDP Neighbor Establishment"},"content":{"rendered":"\n<p><strong>Why do I need the LDP protocol?<\/strong><\/p>\n\n\n\n<p>MPLS itself is a label switching protocol, so who is responsible for label switching?<\/p>\n\n\n\n<p>At this time, LDP protocol is required, which is independent of all routing protocols and can be used together with all IGP protocols<\/p>\n\n\n\n<p>For each IP prefix of the IGP in the IP routing table, each LSR running the LDP protocol will be locally bound. That is, the IPv4 prefix is \u200b\u200bassigned a label, and then the LSR distributes the assigned label to all The received labels of the LSR neighbor are converted into remote labels, and then the neighbor stores the remote labels and local labels in a special table, which is the label information library LIB<\/p>\n\n\n\n<p>LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching MPLS, which is equivalent to the signaling protocol in the traditional network. It is responsible for forwarding the classification of FEC (Forwarding Equivalence Class), label distribution, and labeling. The establishment and maintenance of Label Switched Path (LSP). LDP stipulates various messages and related processing procedures in the label distribution process.<\/p>\n\n\n\n<p><strong>RIB and LFIB<\/strong><\/p>\n\n\n\n<p>Usually an LDP router will have multiple LDP neighbors, then these neighbors will assign labels to the routes and then pass these labels to themselves. Among all remote labels bundled with a specific prefix, LSR uses only one of the labels to determine the outbound label of that prefix. RIB, that is, the routing table, determines what the next hop of the IPv4 prefix is. The LSR selects the label of the next hop in the routing table that reaches the prefix from the remote label received by the downstream LSR. LSR uses this information to create its own label forwarding information base LFIB.<\/p>\n\n\n\n<p><strong>Introduction to LDP protocol<\/strong><\/p>\n\n\n\n<p>Define the Label Distribution Protocol in RFC 3036 in detail:<\/p>\n\n\n\n<p>LDP neighbor establishment is divided into two stages: neighbor discovery stage and session establishment stage<\/p>\n\n\n\n<p>LDP protocol packets except Hello packets are based on UDP. All other packets are above TCP and the port number is 646. Similar to BGP, this reliable TCP-based connection makes the protocol state machine relatively simple<\/p>\n\n\n\n<p><strong>LDP adjacency establishment process<\/strong><\/p>\n\n\n\n<p>Two processes: neighbor discovery process and session establishment process<\/p>\n\n\n\n<p><strong>Neighbor discovery process<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-388\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/1-9.jpg\" alt=\"Neighbor discovery process\" width=\"559\" height=\"268\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/1-9.jpg 559w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/1-9-300x144.jpg 300w\" sizes=\"(max-width: 559px) 100vw, 559px\" \/><\/figure>\n\n\n\n<p>After discovering neighbors through Hello messages, LDP sessions are established between LSRs. After the session is established, LDP peers maintain this session by continuously sending Hello messages and Keepalive messages.<\/p>\n\n\n\n<p>LDP peers periodically send Hello messages to indicate that they want to maintain this adjacency. If the Hello hold timer expires and no new Hello message is received, the Hello adjacency is deleted. After the adjacency relationship is deleted, the local LSR will send a Notification message to end the LDP session.<\/p>\n\n\n\n<p>LDP peers maintain the LDP session through Keepalive messages transmitted on the LDP session connection. If the session keep timer (Keepalive keep timer) times out and no keepalive messages are received, the TCP connection is closed, and the local LSR will send a Notification message to end the LDP session.<\/p>\n\n\n\n<p><strong>Sending Hello packets:<\/strong> Both routers are sending HELLO packets and find that the neighbor transmission address is the LDP Router-ID of the router by default. Therefore, it must be ensured that the two transport addresses are reachable.<\/p>\n\n\n\n<p><strong>Verify whether the hello packet is received:<\/strong><\/p>\n\n\n\n<p>LDP ID is the LDP identifier of LSR. IT contains LSR identifier and label space.<\/p>\n\n\n\n<p>Modify the address interface:<\/p>\n\n\n\n<p><strong>Mpls LDP router-id interface [force]<\/strong><\/p>\n\n\n\n<p>Adding the force keyword will take effect immediately, otherwise, it will only be re-selected when the current interface selected as router ID is down.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-389\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/2-8.jpg\" alt=\"Mpls LDP router-id interface [force]\" width=\"669\" height=\"266\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/2-8.jpg 669w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/2-8-300x119.jpg 300w\" sizes=\"(max-width: 669px) 100vw, 669px\" \/><\/figure>\n\n\n\n<p>The 0 following LDP ID: 2.2.2.2: 0 represents the label space. If the label spaces are all 0, it is the label space based on the device. If it is not 0, it means that the label space based on the interface is used.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-390\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/3-7.jpg\" alt=\"label distribution protocol\" width=\"589\" height=\"305\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/3-7.jpg 589w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/3-7-300x155.jpg 300w\" sizes=\"(max-width: 589px) 100vw, 589px\" \/><\/figure>\n\n\n\n<p>The party with the larger transmission address acts as the active initiator and uses the transmission address to connect to the TCP session<\/p>\n\n\n\n<p>IP address can be modified under special circumstances<\/p>\n\n\n\n<p>Configuration modification:<\/p>\n\n\n\n<p>Under the interface<\/p>\n\n\n\n<p><strong>Mpls LDP discovery transport-address interface<\/strong><\/p>\n\n\n\n<p>Configure the transmission address as the IP address of the directly connected interface<\/p>\n\n\n\n<p><strong>Session establishment process<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-391\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/4-5.jpg\" alt=\"Session establishment process\" width=\"499\" height=\"314\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/4-5.jpg 499w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/4-5-300x189.jpg 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/figure>\n\n\n\n<p><strong>Establish a session:<\/strong><\/p>\n\n\n\n<p>LDP establishes LSPs by sending label requests and label mapping messages to announce the binding relationship between FEC and labels between LDP peers, and label publishing and management are determined by label publishing methods, label distribution control methods, and label retention methods<\/p>\n\n\n\n<p>Hello messages are sent between the two LSRs.<\/p>\n\n\n\n<p>The Hello message carries the transport address (that is, the IP address of the device), and both parties use the transport address to establish an LDP session. The party with the larger transmission address acts as the active party and initiates the establishment of a TCP connection.<\/p>\n\n\n\n<p>As shown in the figure above, LSR_1 as the active party initiates the establishment of a TCP connection, and LSR_2 as the passive party waits for the other party to initiate a connection.<\/p>\n\n\n\n<p>After the TCP connection is successfully established, the active party LSR_1 sends an initialization message to negotiate the relevant parameters for establishing an LDP session.<\/p>\n\n\n\n<p>The relevant parameters of the LDP session include the LDP protocol version, label distribution method, Keepalive hold timer value, maximum PDU length, and label space.<\/p>\n\n\n\n<p>After the passive party LSR_2 receives the initialization message, LSR_2 accepts the relevant parameters, and then sends the initialization message, and at the same time sends the keepalive message to the active party LSR_1.<\/p>\n\n\n\n<p>If the passive party LSR_2 cannot accept the relevant parameters, a Notification message is sent to terminate the establishment of the LDP session.<\/p>\n\n\n\n<p>The initialization message includes the LDP protocol version, label distribution method, Keepalive holding timer value, maximum PDU length, and label space.<\/p>\n\n\n\n<p>After the active party LSR_1 receives the initialization message and accepts the relevant parameters, it sends a keepalive message to the passive party LSR_2.<\/p>\n\n\n\n<p>If the active party LSR_1 cannot accept the relevant parameters, it sends a Notification message to the passive party LSR_2 to terminate the establishment of the LDP session.<\/p>\n\n\n\n<p>When both parties receive the Keepalive message from the peer, the LDP session is successfully established.<\/p>\n\n\n\n<p><strong>The establishment is success<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-392\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/5-2.jpg\" alt=\"The establishment is success\" width=\"449\" height=\"259\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/5-2.jpg 449w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/5-2-300x173.jpg 300w\" sizes=\"(max-width: 449px) 100vw, 449px\" \/><\/figure>\n\n\n\n<p><strong>LDP basic configuration commands<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" class=\"alignnone wp-image-393\" src=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/6-2.jpg\" alt=\"LDP basic configuration commands\" width=\"336\" height=\"222\" srcset=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/6-2.jpg 336w, https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/6-2-300x198.jpg 300w\" sizes=\"(max-width: 336px) 100vw, 336px\" \/><\/figure>\n<div class='sfsi_Sicons' style='width: 100%; display: inline-block; vertical-align: middle; text-align:left'><div style='margin:0px 8px 0px 0px; line-height: 24px'><span>Please follow and like us:<\/span><\/div><div class='sfsi_socialwpr'><div class='sf_fb_share sf_icon' style='text-align:left;vertical-align: middle;'><a href='https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fcciedump.spoto.net%2Fblog%2Foverview-of-ldp-neighbor-establishment_387.html' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' width='auto' height='auto' alt='fb-share-icon' title='Facebook Share' src='https:\/\/cciedump.spoto.net\/blog\/wp-content\/plugins\/ultimate-social-media-icons\/images\/visit_icons\/fbshare_bck.png'  \/><\/a><\/div><div class='sf_twiter sf_icon' style='display: inline-block;vertical-align: middle;width: auto;margin-left: 7px;'>\r\n\t\t\t\t\t\t<a target='_blank' href='https:\/\/twitter.com\/intent\/tweet?text=Overview+of+LDP+Neighbor+Establishment+https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html'style='display:inline-block' >\r\n\t\t\t\t\t\t\t<img data-pin-nopin= true width='auto' class='sfsi_wicon' src='https:\/\/cciedump.spoto.net\/blog\/wp-content\/plugins\/ultimate-social-media-icons\/images\/visit_icons\/en_US_Tweet.svg' alt='Tweet' title='Tweet' >\r\n\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<\/div><div class='sf_pinit sf_icon' style='text-align:left;vertical-align: middle;float:left;line-height: 33px;width:auto;margin: 0 -2px;'><a href='#'  onclick='sfsi_pinterest_modal_images(event,\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html\",\"Overview of LDP Neighbor Establishment\")' style='display:inline-block;'  > <img class='sfsi_wicon'  data-pin-nopin='true' width='auto' height='auto' alt='fb-share-icon' title='Pin Share' src='https:\/\/cciedump.spoto.net\/blog\/wp-content\/plugins\/ultimate-social-media-icons\/images\/share_icons\/Pinterest_Save\/en_US_save.svg'  \/><\/a><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching MPLS, which is equivalent to the signaling protocol in the traditional network. <\/p>\n","protected":false},"author":1,"featured_media":394,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[29],"tags":[150,147,149,148],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview of LDP Neighbor Establishment - SPOTO Official Blog<\/title>\n<meta name=\"description\" content=\"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview of LDP Neighbor Establishment - SPOTO Official Blog\" \/>\n<meta property=\"og:description\" content=\"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html\" \/>\n<meta property=\"og:site_name\" content=\"SPOTO Official Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-20T02:14:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-05T07:03:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SPOTO Club\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#website\",\"url\":\"https:\/\/cciedump.spoto.net\/blog\/\",\"name\":\"SPOTO Official Blog\",\"description\":\"Focus on Online IT Training for 20+ Years\",\"publisher\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cciedump.spoto.net\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg\",\"contentUrl\":\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg\",\"width\":1000,\"height\":600,\"caption\":\"overview of ldp neighbor establishment\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage\",\"url\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html\",\"name\":\"Overview of LDP Neighbor Establishment - SPOTO Official Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage\"},\"datePublished\":\"2020-04-20T02:14:10+00:00\",\"dateModified\":\"2024-11-05T07:03:37+00:00\",\"description\":\"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).\",\"breadcrumb\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cciedump.spoto.net\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Overview of LDP Neighbor Establishment\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage\"},\"author\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638\"},\"headline\":\"Overview of LDP Neighbor Establishment\",\"datePublished\":\"2020-04-20T02:14:10+00:00\",\"dateModified\":\"2024-11-05T07:03:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage\"},\"wordCount\":1029,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638\"},\"image\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg\",\"keywords\":[\"IGP protocols\",\"LDP Neighbor Establishment\",\"LDP protocol\",\"MPLS\"],\"articleSection\":[\"Cisco Technologies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#respond\"]}]},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638\",\"name\":\"SPOTO Club\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/03\/spoto-facemask-96x96.jpg\",\"contentUrl\":\"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/03\/spoto-facemask-96x96.jpg\",\"caption\":\"SPOTO Club\"},\"logo\":{\"@id\":\"https:\/\/cciedump.spoto.net\/blog\/#personlogo\"},\"description\":\"SPOTO is an excellent leader in IT certification training for 20+ years. We offer 100% real Cisco CCNA, CCNP exam dumps, CCIE Lab study materials, PMP, CISA, CISM, AWS, Palo Alto, and other IT exam dumps. We have helped thousands of candidates around the world to pass their IT exams on the first try! As the first-class online IT training organization in China, SPOTO cooperates with many giant Internet companies in China like Tencent, Baidu, and Alibaba. What\u2019s more, we have won lots of awards in IT education training such as \u201cTop Ten Influential Brands In Online Education Industry\u201d given by Baidu, \u201cOfficial IT Online Training Organization\u201d awarded by Tencent Class, etc. Join us: https:\/\/cciedump.spoto.net\/ Contact us: E-mail: support@spoto.net Phone \/ WhatsApp: +86 18344981205\",\"sameAs\":[\"https:\/\/cciedump.spoto.net\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Overview of LDP Neighbor Establishment - SPOTO Official Blog","description":"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html","og_locale":"en_US","og_type":"article","og_title":"Overview of LDP Neighbor Establishment - SPOTO Official Blog","og_description":"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).","og_url":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html","og_site_name":"SPOTO Official Blog","article_published_time":"2020-04-20T02:14:10+00:00","article_modified_time":"2024-11-05T07:03:37+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"SPOTO Club","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/cciedump.spoto.net\/blog\/#website","url":"https:\/\/cciedump.spoto.net\/blog\/","name":"SPOTO Official Blog","description":"Focus on Online IT Training for 20+ Years","publisher":{"@id":"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cciedump.spoto.net\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage","inLanguage":"en-US","url":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg","contentUrl":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg","width":1000,"height":600,"caption":"overview of ldp neighbor establishment"},{"@type":"WebPage","@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage","url":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html","name":"Overview of LDP Neighbor Establishment - SPOTO Official Blog","isPartOf":{"@id":"https:\/\/cciedump.spoto.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage"},"datePublished":"2020-04-20T02:14:10+00:00","dateModified":"2024-11-05T07:03:37+00:00","description":"LDP (Label Distribution Protocol) is a control protocol for multi-protocol label switching (MPLS), which is responsible for label distribution, FEC (Forwarding Equivalence Class) classification, and the establishment and maintenance of Label Switched Paths (LSPs).","breadcrumb":{"@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cciedump.spoto.net\/blog"},{"@type":"ListItem","position":2,"name":"Overview of LDP Neighbor Establishment"}]},{"@type":"Article","@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#article","isPartOf":{"@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage"},"author":{"@id":"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638"},"headline":"Overview of LDP Neighbor Establishment","datePublished":"2020-04-20T02:14:10+00:00","dateModified":"2024-11-05T07:03:37+00:00","mainEntityOfPage":{"@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#webpage"},"wordCount":1029,"commentCount":0,"publisher":{"@id":"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638"},"image":{"@id":"https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#primaryimage"},"thumbnailUrl":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/04\/\u672a\u6807\u9898-2.jpg","keywords":["IGP protocols","LDP Neighbor Establishment","LDP protocol","MPLS"],"articleSection":["Cisco Technologies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cciedump.spoto.net\/blog\/overview-of-ldp-neighbor-establishment_387.html#respond"]}]},{"@type":["Person","Organization"],"@id":"https:\/\/cciedump.spoto.net\/blog\/#\/schema\/person\/25594d4796697ccb1ef63d55c269c638","name":"SPOTO Club","image":{"@type":"ImageObject","@id":"https:\/\/cciedump.spoto.net\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/03\/spoto-facemask-96x96.jpg","contentUrl":"https:\/\/cciedump.spoto.net\/blog\/wp-content\/uploads\/2020\/03\/spoto-facemask-96x96.jpg","caption":"SPOTO Club"},"logo":{"@id":"https:\/\/cciedump.spoto.net\/blog\/#personlogo"},"description":"SPOTO is an excellent leader in IT certification training for 20+ years. We offer 100% real Cisco CCNA, CCNP exam dumps, CCIE Lab study materials, PMP, CISA, CISM, AWS, Palo Alto, and other IT exam dumps. We have helped thousands of candidates around the world to pass their IT exams on the first try! As the first-class online IT training organization in China, SPOTO cooperates with many giant Internet companies in China like Tencent, Baidu, and Alibaba. What\u2019s more, we have won lots of awards in IT education training such as \u201cTop Ten Influential Brands In Online Education Industry\u201d given by Baidu, \u201cOfficial IT Online Training Organization\u201d awarded by Tencent Class, etc. Join us: https:\/\/cciedump.spoto.net\/ Contact us: E-mail: support@spoto.net Phone \/ WhatsApp: +86 18344981205","sameAs":["https:\/\/cciedump.spoto.net\/"]}]}},"_links":{"self":[{"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/posts\/387"}],"collection":[{"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/comments?post=387"}],"version-history":[{"count":2,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/posts\/387\/revisions"}],"predecessor-version":[{"id":6664,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/posts\/387\/revisions\/6664"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/media\/394"}],"wp:attachment":[{"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/media?parent=387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/categories?post=387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cciedump.spoto.net\/blog\/wp-json\/wp\/v2\/tags?post=387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}