{"id":18625,"date":"2020-02-18T13:45:33","date_gmt":"2020-02-18T13:45:33","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/"},"modified":"2026-06-29T19:40:19","modified_gmt":"2026-06-29T19:40:19","slug":"virtual-system-on-huawei-ne-the-power-of-virtual-routers","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/","title":{"rendered":"Virtual-System on Huawei NE: The Power of Virtual Routers"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Did you know that it&#8217;s possible to multiply the efficiency of a single physical router and turn it into several independent routers?<\/h2>\n\n<p class=\"wp-block-paragraph\">That is the concept behind the <strong>Virtual-System (VS)<\/strong> feature of the <strong>Huawei NE40<\/strong> series routers, which, incidentally, boast an impressive <strong>forwarding<\/strong> capacity of up to <strong>960 Gbps<\/strong>.<\/p>\n\n<h2 class=\"wp-block-heading\">But what does that mean in practice?<\/h2>\n\n<p class=\"wp-block-paragraph\">With VS, you can divide a single physical router into <strong>multiple independent virtual instances<\/strong>, each with its own routing system, settings, and directories. It\u2019s like having <strong>multiple routers running inside a single one<\/strong>, optimizing hardware, segmenting operations, and reducing risks. <\/p>\n\n<h2 class=\"wp-block-heading\">\ud83d\ude80 How Does Virtual-System Work?<\/h2>\n\n<p class=\"wp-block-paragraph\">Huawei has organized the feature into two levels:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Admin-VS<\/strong>: the \u201cmaster\u201d system, with access to all unallocated interfaces and control over the other VSs.<\/li>\n\n\n\n<li><strong>VS Common (VSn)<\/strong>: independent, isolated systems designed for specific tasks, but which share hardware resources.<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">\ud83d\udd10 <strong>True isolation:<\/strong> Each VS has its own directory, logging system, separate alarm reports, and independent startup. This means that <strong>failures in one VS do not affect the others.<\/strong> <\/p>\n\n<h2 class=\"wp-block-heading\">\ud83d\udd27 How do I create a Virtual System?<\/h2>\n\n<p class=\"wp-block-paragraph\">You need to follow 3 basic steps:<\/p>\n\n<pre class=\"wp-block-code\"><code>admin\n virtual-system VS-TESTE pvmb slot 3\n port-mode port\n description VS-TESTE<\/code><\/pre>\n\n<p class=\"wp-block-paragraph\">\ud83c\udfaf Tip: Don&#8217;t forget to adjust <strong>resource limits<\/strong>, such as IPv4 routes, multicast, VPN instances, and CPU load.<\/p>\n\n<pre class=\"wp-block-code\"><code>resource u4route upper-limit 1048576\nresource m4route upper-limit 2000\nresource cpu weight 5<\/code><\/pre>\n\n<h2 class=\"wp-block-heading\">\ud83c\udf10 Connecting VS to the Network<\/h2>\n\n<p class=\"wp-block-paragraph\">You can assign <strong>physical or logical interfaces<\/strong> to each VS. Here are some practical examples:<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Assign a physical interface:<\/strong><\/p>\n\n<pre class=\"wp-block-code\"><code>interface GigabitEthernet0\/3\/6\n undo shutdown\n\nadmin\n virtual-system vs1\n assign interface GigabitEthernet0\/3\/6<\/code><\/pre>\n\n<p class=\"wp-block-paragraph\"><strong>Assign a logical interface:<\/strong><\/p>\n\n<pre class=\"wp-block-code\"><code>interface GigabitEthernet0\/3\/6.100\n vlan-type dot1Q 100\n\nadmin\n virtual-system vs1\n assign interface GigabitEthernet0\/3\/6.100<\/code><\/pre>\n\n<h2 class=\"wp-block-heading\">\ud83d\udd04 Switching between Admin and VS Client<\/h2>\n\n<p class=\"wp-block-paragraph\">After creating the VS, you can switch between them using:<\/p>\n\n<pre class=\"wp-block-code\"><code>switch virtual-system VS-TESTE<\/code><\/pre>\n\n<p class=\"wp-block-paragraph\"><strong>Important: Every VS created comes with no configuration. It is a blank environment, ready for new services. <\/strong><\/p>\n\n<h2 class=\"wp-block-heading\">\ud83d\udcca Real-World Use Cases<\/h2>\n\n<figure class=\"wp-block-image alignright\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2020\/02\/im1vs.png\" alt=\"\" class=\"wp-image-1091\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>Example 1 \u2013 Breakdown by service type:<\/strong><\/p>\n\n<ul class=\"wp-block-list\">\n<li><code>VS1<\/code>: Voice<\/li>\n\n\n\n<li><code>VS2<\/code>: Data<\/li>\n\n\n\n<li><code>VS3<\/code>: Video<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Each service operates independently, but they all share the same hardware.<br\/>\ud83d\udca1 Result: better organization, less noise between layers, and much greater efficiency.<\/p>\n\n<figure class=\"wp-block-image alignright is-resized\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2020\/02\/im2vs.png\" alt=\"\" class=\"wp-image-1092\" style=\"width:238px;height:auto\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>Example 2 \u2013 Sorting by content source:<\/strong><\/p>\n\n<ul class=\"wp-block-list\">\n<li><code>Admin-VS<\/code>: BGP sessions for mixed content<\/li>\n\n\n\n<li><code>VS1<\/code>: Content from IX\/PTT<\/li>\n\n\n\n<li><code>VS2<\/code>: CDN Content<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">\ud83d\udca1 Result: granular control, less interference between traffic types, and more precise network management.<\/p>\n\n<h2 class=\"wp-block-heading\">So, are you ready to virtualize your operations?<\/h2>\n\n<p class=\"wp-block-paragraph\">The <strong>Virtual-System<\/strong> feature could be a game-changer in how your ISP manages routers and segments services. With it, your hardware delivers more, with greater control and fewer risks. <\/p>\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 <strong>Do you have any questions?<\/strong><br\/>Get in touch with our team. We&#8217;re ready to help your network grow. <\/p>\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/wa.me\/5543984854013?text=Tenho%20d%C3%BAvidas%20em%20Virtual-System%20no%20Huawei%20NE\" style=\"background-color:#3d81ff\"><strong>Sales Team<\/strong><\/a><\/div>\n<\/div>\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.<\/p>\n","protected":false},"author":5,"featured_media":18626,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[918,869,919],"tags":[1107,1109,926,927,1110,1108,1112,1111,1113,1114,1115,1116],"class_list":["post-18625","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-huawei","category-network","category-routers","tag-bgp-huawei","tag-huawei-feature","tag-huawei-ne20","tag-huawei-ne40","tag-huawei-pppoe","tag-huawei-router-setup","tag-huawei-virtual-router","tag-virtual-router","tag-virtual-system","tag-virtual-system-huawei","tag-vs","tag-vs-huawei"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.\" \/>\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\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/\" \/>\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=\"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/\" \/>\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:45:33+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:19+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.\" \/>\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\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#blogposting\",\"name\":\"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it\",\"headline\":\"Virtual-System on Huawei NE: The Power of Virtual Routers\",\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Huawei-Preto-scaled.png\",\"width\":2560,\"height\":691},\"datePublished\":\"2020-02-18T13:45:33+00:00\",\"dateModified\":\"2026-06-29T19:40:19+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#webpage\"},\"articleSection\":\"Huawei, Network, Routers, bgp huawei, huawei feature, huawei ne20, huawei ne40, huawei pppoe, huawei router setup, huawei virtual router, virtual router, virtual-system, virtual-system huawei, vs, vs huawei\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#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\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#listItem\",\"name\":\"Virtual-System on Huawei NE: The Power of Virtual Routers\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#listItem\",\"position\":3,\"name\":\"Virtual-System on Huawei NE: The Power of Virtual Routers\",\"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\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#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\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#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\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/\",\"name\":\"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it\",\"description\":\"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2020\\\/02\\\/Huawei-Preto-scaled.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#mainImage\",\"width\":2560,\"height\":691},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\\\/#mainImage\"},\"datePublished\":\"2020-02-18T13:45:33+00:00\",\"dateModified\":\"2026-06-29T19:40:19+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":"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it","description":"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#blogposting","name":"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it","headline":"Virtual-System on Huawei NE: The Power of Virtual Routers","author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"publisher":{"@id":"https:\/\/made4it.com.br\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2020\/02\/Huawei-Preto-scaled.png","width":2560,"height":691},"datePublished":"2020-02-18T13:45:33+00:00","dateModified":"2026-06-29T19:40:19+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#webpage"},"articleSection":"Huawei, Network, Routers, bgp huawei, huawei feature, huawei ne20, huawei ne40, huawei pppoe, huawei router setup, huawei virtual router, virtual router, virtual-system, virtual-system huawei, vs, vs huawei"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#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\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#listItem","name":"Virtual-System on Huawei NE: The Power of Virtual Routers"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#listItem","position":3,"name":"Virtual-System on Huawei NE: The Power of Virtual Routers","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\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#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\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#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\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/","name":"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it","description":"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2020\/02\/Huawei-Preto-scaled.png","@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#mainImage","width":2560,"height":691},"primaryImageOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/#mainImage"},"datePublished":"2020-02-18T13:45:33+00:00","dateModified":"2026-06-29T19:40:19+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":"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it","og:description":"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.","og:url":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/","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:45:33+00:00","article:modified_time":"2026-06-29T19:40:19+00:00","twitter:card":"summary_large_image","twitter:title":"Virtual-System on Huawei NE: The Power of Virtual Routers - Made4it","twitter:description":"See how to better explore your Huawei NE line router through the VS (Virtual-System) feature.","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18625","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:17","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\tVirtual-System on Huawei NE: The Power of Virtual Routers\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":"Virtual-System on Huawei NE: The Power of Virtual Routers","link":"https:\/\/made4it.com.br\/en\/blog\/virtual-system-on-huawei-ne-the-power-of-virtual-routers\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18625","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=18625"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18625\/revisions"}],"predecessor-version":[{"id":18629,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18625\/revisions\/18629"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media\/18626"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18625"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18625"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}