{"id":18619,"date":"2020-02-18T13:39:04","date_gmt":"2020-02-18T13:39:04","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/"},"modified":"2026-06-29T19:40:13","modified_gmt":"2026-06-29T19:40:13","slug":"l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/","title":{"rendered":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)"},"content":{"rendered":"\n<p>\u201cMulti Protocol Label Switching\u201d is a mechanism in high-performance telecommunications networks that directs data from a network node to the next node based on shortest path labels ( Labels ) instead of network addresses ( Routes ), avoiding queries complexes in a routing table.<\/p>\n<p>One of the benefits of MPLS, in addition to its interoperability with various types of technologies such as E1, xDSL, ATM, and Ethernet, is the ability to create \u201cVPNs\u201d at both Layer 2 and Layer 3.<\/p>\n<p>Huawei\u2019s \u201cNE\u201d series allows us to use MPLS and VPN features, where the MPLS activation process itself is the same as on any other router designed for this purpose.<strong> The prerequisite<\/strong> is:<\/p>\n<ul>\n<li>Properly configured IGP<\/li>\n<li>Loopback interface properly configured with IP \/32<\/li>\n<li>Redistribution of routes in IGP<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>For MPLS activation, on the NE40, assuming the loopback IP is 10.1.1.1:<\/p>\n\n<pre class=\"wp-block-preformatted\">[huawei] mpls lsr-id 10.1.1.1 <br\/>[huawei] mpls <br\/>[huawei] mpls l2vpn  <\/pre>\n\n<p>After that, we need to activate the protocols on the interfaces that will be part of MPLS<\/p>\n\n<pre class=\"wp-block-preformatted\">interface giga0\/3\/22.182<br\/> mpls<br\/> mpls te<br\/> mpls rsvp-te<br\/> mpls ldp  <\/pre>\n\n<h2 class=\"wp-block-heading\">Virtual-Ethernet<\/h2>\n\n<p>Virtual Ethernet is used when we have the need to do services of&nbsp;<em>\u201cLayer 2\u201d<\/em>&nbsp;e&nbsp;<em>\u201cLayer 3\u201d<\/em>&nbsp;on the same device.<\/p>\n<p>We know that, in a VLL in Martini mode, for example <em>(MPLS + L2VC)<\/em>, it is not permitted to apply Layer 2 configurations <em>(\u201cl2 binding vsi\u201d or \u201cmpls l2vc\u201d)<\/em> and Layer 3 <em>(\u201cip address x.x.x.x\u201d)<\/em> on the same interface; they must be properly \u201cseparated.\u201d<\/p>\n<p>Until now, in applications of this level, it has been common to implement the \u201cLayer 2\/MPLS\/VLLs\u201d side on switches or dedicated equipment designed for this purpose, however, using <em>virtual Ethernet<\/em> on Huawei makes it perfectly possible to implement an MPLS approach, use L2VC or VPLS tunnels, and still handle \u201cLayer 3\u201d using only the device (router) without the need for other equipment for this purpose.<\/p>\n<p>Using the concept of \u201cVirtual-Ethernet\u201d in Huawei, we created two virtual interfaces that are properly \u201clinked\u201d <span lang=\"PT-BR\">where&nbsp;<\/span>each of them belongs to a \u201cside\u201d being \u201clayer 2\u201d and \u201clayer3\u201d.<\/p>\n<p>&nbsp;<\/p>\n<h2>Possible applications<\/h2>\n<ul>\n<li>Redundancy based on MPLS and iBGP\/BGP sessions where OSPF\/MPLS and BGP work on the same box.<\/li>\n<li>MPLS based redundancy for BNG scenarios ( IPoE \/ PPPoE ) where OSPF\/MPLS and PPPoE-Service work on the same box.<\/li>\n<li>Scenarios for Layer2 VPNs accessing a public network.<\/li>\n<li>Scenarios for Layer 2 VANs accessing a Layer 3 VPN.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2>Limitations<\/h2>\n<ul>\n<li>\u201cVE Groups\u201d are only supported in \u201cVirtual System\u201d admin.<\/li>\n<li>There is a limitation of 3 \u201cVE Groups\u201d per box (in case of NE40E-M2K)<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2020\/02\/ve-group.png\" alt=\"\" class=\"wp-image-1087\"\/><\/figure>\n\n<h2 class=\"wp-block-heading\">Configuration example 1<\/h2>\n\n<p>Consider a scenario where we want to \u201cterminate\u201d an L2VC tunnel and, on the same device, close an eBGP session with a remote host (within that VLL) using virtual Ethernet. We\u2019ll receive it on an L2VC with ID \u201c301\u201d and also use a VLAN with ID \u201c301\u201d to establish the eBGP session with our remote provider. <\/p>\n<p>&nbsp;<\/p>\n<h3>Prerequisites:<\/h3>\n<ul>\n<li>Communication interfaces with \u201cUP\u201d and \u201cRunning\u201d network equipment<\/li>\n<li>Communication interfaces with properly addressed network equipment<\/li>\n<li>IGP duly aligned on all network equipment.<\/li>\n<li>Loopbacks properly defined on all network equipment.<\/li>\n<li>Duly closed LDP sessions on all network devices.<\/li>\n<li>L2VPN properly aligned on the remote host.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h6>Settings:<\/h6>\n<p>Let&#8217;s create the virtual interface, and define it with the L2 function. The VE-GROUP is the 1. <\/p>\n\n<pre class=\"wp-block-preformatted\">virtual-ethernet interface 0\/1\/1<br\/> ve-group 1 l2-terminate<\/pre>\n\n<p>After that, let&#8217;s create the L3 pair of the virtual interface.<\/p>\n\n<pre class=\"wp-block-preformatted\">virtual-ethernet interface 0\/2\/1 <br\/> ve-group 1 l3-access<\/pre>\n\n<p>With these configurations, we have the \u201cVE0\/1\/1\u201d and \u201cVE0\/2\/1\u201d interfaces properly associated, where the \u201c0\/2\/1\u201d interface is responsible for the \u201clayer3\u201d side while the \u201c0\/1\/1\u201d \u201d is responsible for the \u201clayer2\u201d side. What properly associates the interfaces is the \u201cve-group\u201d, where interfaces of the same group are associated with each other. <\/p>\n<p>Now, we have to close the \u201cL2VC\u201d with our remote operator. For this, we are going to create a subinterface with ID \u201c301\u201d on the \u201clayer2\u201d side of our \u201cvirtual-ethernets\u201d. And after that create the L2VC VPN with the remote PE.  <\/p>\n\n<pre class=\"wp-block-preformatted\">virtual-ethernet interface 0\/1\/1.301<br\/> vlan-type dot1q 301<br\/> description L2-Terminate 301 - L2VC Binding<br\/> mpls l2vc 10.1.1.4 301 raw<\/pre>\n\n<p>With that, we have the \u201clayer2\u201d side ready. We now have to configure the \u201clayer3\u201d side with settings related to IP connectivity. <\/p>\n<p>Let&#8217;s assume that our ISP has assigned us the IP address 192.168.10.2\/30 to establish an \u201ceBGP\u201d connection. Therefore, we need to create the interface \u201cVE0\/2\/1.301\u201d and configure it with this information.<\/p>\n\n<pre class=\"wp-block-preformatted\">virtual-ethernet interface 0\/2\/1.301<br\/> vlan-type dot1q 301<br\/> ip address 192.168.10.2 30<br\/> description L3 VPN termination for VPWS NE  <\/pre>\n\n<p>As we can see, the \u201cVE0\/1\/1\u201d and \u201cVE0\/2\/1\u201d interfaces are properly associated, where the \u201csubinterfaces\u201d\u2014both of which are part of the same \u201cve-group\u201d\u2014are properly associated for whatever purpose, each performing its function as specified, whether \u201cl2-terminate\u201d or \u201cl3-access.\u201d<\/p>\n<p>If you have any questions, <a href=\"https:\/\/api.whatsapp.com\/send?phone=43988477972\">please contact us!<\/a> We&#8217;re here to help you.<\/p>\n<p> <\/p>\n<p>Cordial hugs,<\/p>\n<p>Gabriel Henrique<\/p>\n<p>IT Consulting Team &#8211; Made4it<\/p>\n\n<h2 class=\"wp-block-heading\"><br\/><\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[918,869,919],"tags":[1087,926,927,1089,1088,1090,1085,1086,1083,1084,1092,1091],"class_list":["post-18619","post","type-post","status-publish","format-standard","hentry","category-huawei","category-network","category-routers","tag-huawei-configuration","tag-huawei-ne20","tag-huawei-ne40","tag-l3-interface-into-l2-tunnel-mpls","tag-l3-interface-on-l2-mpls-tunnels","tag-mpls","tag-mpls-configuration-huawei","tag-mpls-configuration-huawei-ne40","tag-mpls-configuration-with-ip","tag-mpls-configuration-with-ipv4","tag-mpls-huawei","tag-mpls-with-huawei-ip"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Made4it\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Made4it -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"87\" \/>\n\t\t<meta property=\"og:image:height\" content=\"27\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-02-18T13:39:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#blogposting\",\"name\":\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it\",\"headline\":\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.made4it.com.br\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/ve-group.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#articleImage\"},\"datePublished\":\"2020-02-18T13:39:04+00:00\",\"dateModified\":\"2026-06-29T19:40:13+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#webpage\"},\"articleSection\":\"Huawei, Network, Routers, huawei configuration, huawei ne20, huawei ne40, L3 interface into L2 tunnel MPLS, L3 interface on L2 MPLS tunnels, mpls, mpls configuration huawei, mpls configuration huawei ne40, mpls configuration with IP, mpls configuration with IPv4, mpls huawei, mpls with huawei ip\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/network\\\/#listItem\",\"name\":\"Network\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/network\\\/#listItem\",\"position\":2,\"name\":\"Network\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/network\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#listItem\",\"name\":\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#listItem\",\"position\":3,\"name\":\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/network\\\/#listItem\",\"name\":\"Network\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/\",\"name\":\"Made4it\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Made4it\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/\",\"name\":\"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it\",\"description\":\"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2020-02-18T13:39:04+00:00\",\"dateModified\":\"2026-06-29T19:40:13+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"name\":\"Made4it\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it","description":"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#blogposting","name":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it","headline":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2020\/02\/ve-group.png","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#articleImage"},"datePublished":"2020-02-18T13:39:04+00:00","dateModified":"2026-06-29T19:40:13+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#webpage"},"articleSection":"Huawei, Network, Routers, huawei configuration, huawei ne20, huawei ne40, L3 interface into L2 tunnel MPLS, L3 interface on L2 MPLS tunnels, mpls, mpls configuration huawei, mpls configuration huawei ne40, mpls configuration with IP, mpls configuration with IPv4, mpls huawei, mpls with huawei ip"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/network\/#listItem","name":"Network"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/network\/#listItem","position":2,"name":"Network","item":"https:\/\/made4it.com.br\/en\/blog\/category\/network\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#listItem","name":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#listItem","position":3,"name":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/network\/#listItem","name":"Network"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author","url":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/","name":"Made4it","image":{"@type":"ImageObject","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/9e851ee58f38006902829c03b2dc8e42c8a735a5561b807ca366ed66bd41f2ca?s=96&d=mm&r=g","width":96,"height":96,"caption":"Made4it"}},{"@type":"WebPage","@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/","name":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it","description":"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2020-02-18T13:39:04+00:00","dateModified":"2026-06-29T19:40:13+00:00"},{"@type":"WebSite","@id":"https:\/\/made4it.com.br\/en\/#website","url":"https:\/\/made4it.com.br\/en\/","name":"Made4it","inLanguage":"en-US","publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Made4it -","og:type":"article","og:title":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it","og:description":"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.","og:url":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/","og:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:secure_url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","og:image:width":87,"og:image:height":27,"article:published_time":"2020-02-18T13:39:04+00:00","article:modified_time":"2026-06-29T19:40:13+00:00","twitter:card":"summary_large_image","twitter:title":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei) - Made4it","twitter:description":"Learn how to configure L3 interfaces in L2 MPLS tunnels on Huawei Router.","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18619","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-29 19:40:13","updated":"2026-06-29 20:52:21"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/blog\/category\/network\/\" title=\"Network\">Network<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tL3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"Network","link":"https:\/\/made4it.com.br\/en\/blog\/category\/network\/"},{"label":"L3 Interfaces in L2 MPLS Tunnels on Huawei NE Router (How to Configure MPLS with IP on Huawei)","link":"https:\/\/made4it.com.br\/en\/blog\/l3-interfaces-in-l2-mpls-tunnels-on-huawei-ne-router-how-to-configure-mpls-with-ip-on-huawei\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/comments?post=18619"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18619\/revisions"}],"predecessor-version":[{"id":18620,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18619\/revisions\/18620"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}