{"id":18784,"date":"2025-12-01T17:49:10","date_gmt":"2025-12-01T17:49:10","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/"},"modified":"2026-06-29T19:46:01","modified_gmt":"2026-06-29T19:46:01","slug":"cgn-bng-performance-tests-on-huawei-ne8000-platform","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/","title":{"rendered":"CGN\/BNG Performance Tests on Huawei NE8000 Platform"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the <strong>Forwarding Performance tests<\/strong> carried out in a laboratory environment with the <strong>Huawei NE8000<\/strong> platform, validating the equipment&#8217;s ability to operate as an <strong>integrated BNG+CGN<\/strong> at high load.  <\/p>\n\n<h4 class=\"wp-block-heading\">The tests sought to verify:  <\/h4>\n\n<ul class=\"wp-block-list\">\n<li>Maximum NAT44 session processing capacity  <\/li>\n\n\n\n<li>High-rate traffic support (50 Gbps bidirectional)  <\/li>\n\n\n\n<li>CPU behavior  <\/li>\n\n\n\n<li>Stability and no packet loss  <\/li>\n<\/ul>\n\n<h4 class=\"wp-block-heading\"><strong>Purpose of Performance Tests  <\/strong><\/h4>\n\n<p class=\"wp-block-paragraph\">The aim was to prove that the Huawei solution can be sustained:  <\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>32,000 simultaneous PPPoE subscribers<\/strong> <\/li>\n\n\n\n<li><strong>32 million NAT44 sessions<\/strong> <\/li>\n\n\n\n<li><strong>50 Gbps of unidirectional traffic<\/strong> <\/li>\n\n\n\n<li><strong>50 Gbps bidirectional (25G up + 25G down)<\/strong> <\/li>\n\n\n\n<li>No packet loss  <\/li>\n\n\n\n<li>With CPU operating within acceptable standards  <\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">These features are essential for ISPs and operators with a high concentration of subscribers behind CGNs.  <\/p>\n\n<h2 class=\"wp-block-heading\"><strong>Architecture used<\/strong> <\/h2>\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image.png\" alt=\"\" class=\"wp-image-16173\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">The topology used connects:  <\/p>\n\n<ul class=\"wp-block-list\">\n<li>1 NE8000 acting as CGN\/BNG  <\/li>\n\n\n\n<li>Traffic generators simulating thousands of CPEs via PPPoE  <\/li>\n\n\n\n<li>Simulated transport network  <\/li>\n\n\n\n<li>Server simulating Internet\/public prefixes  <\/li>\n<\/ul>\n\n<pre class=\"wp-block-code\"><code>vsm on-board-mode disable\nlicense\n active nat session-table size 32 slot 4\n active nat bandwidth-enhance 90 slot 4\n#\nnat session aging-time udp 40000\nnat session aging-time icmp 40000\n#\nuser-group nat1\nip pool ipv4-1 bas local\n gateway 30.0.0.1 255.255.0.0\n section 0 30.0.0.2 30.0.255.255\n#\nipv6 prefix nd-1 delegation\n prefix 2025::\/48\n#\nipv6 pool nd-1 bas delegation\n prefix nd-1\n#\nservice-location 1\n location slot 4\n#\nservice-instance-group group1\n service-location 1\n#\nnat instance nat1 id 1\n port-range 1024\n nat ip access-user limit 32\n service-instance-group group1\n nat address-group group1 group-id 1\n  section 0 211.0.0.1 211.0.0.250\n  section 1 211.0.1.1 211.0.1.250\n  section 2 211.0.2.1 211.0.2.250\n  section 3 211.0.3.1 211.0.3.250\n nat outbound any address-group group1\n nat filter mode full-cone\n#\nacl number 6001\n rule 5 permit ip source user-group nat1\n#\ntraffic classifier nat1\n if-match acl 6001\n#\ntraffic behavior nat1\n nat bind instance nat1\n#\ntraffic policy nat\n classifier nat1 behavior nat1\n#\ntraffic-policy nat inbound\n#\nradius-server group radius\n radius-server shared-key-cipher huawei\n radius-server authentication 172.16.75.51 1812 weight 0\n radius-server accounting 172.16.75.51 1813 weight 0\n undo radius-server user-name domain-included\n#\naaa\n authentication-scheme radius\n accounting-scheme radius\n #\n domain nat1\n  authentication-scheme radius\n  accounting-scheme radius\n  radius-server group radius\n  prefix-assign-mode unshared\n  ip-pool ipv4-1\n  ipv6-pool nd-1\n  user-group nat1 bind nat instance nat1\n#\ninterface 100GE0\/5\/0.1\n ipv6 enable\n ipv6 address auto link-local\n statistic enable\n user-vlan 1 4000 qinq 1000\n bas\n #\n  access-type layer2-subscriber default-domain pre-authentication nat1 authentication nat1\n  authentication-method ppp web\n  authentication-method-ipv6 ppp web\n #\n#\ninterface 100GE0\/5\/1\n ipv6 enable\n ip address 100.0.0.1 255.255.255.0\n ipv6 address 100::1\/64\n<\/code><\/pre>\n\n<h2 class=\"wp-block-heading\"><strong>Methodology<\/strong><\/h2>\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Authenticate <strong>32,000 PPPoE subscribers<\/strong> in the DUT.<\/li>\n\n\n\n<li>Create UDP traffic with <strong>512-byte frames<\/strong>, saturating the advertised capacity of the CGN card.<\/li>\n\n\n\n<li>Measure:\n<ul class=\"wp-block-list\">\n<li>Sustained real traffic rate<\/li>\n\n\n\n<li>Packet loss<\/li>\n\n\n\n<li>Number of NAT sessions created<\/li>\n\n\n\n<li>CPU utilization<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Repeat the procedure in two scenarios:\n<ul class=\"wp-block-list\">\n<li><strong>50 Gbps unidirectional<\/strong><\/li>\n\n\n\n<li><strong>50 Gbps bidirectional (25G\/25G)<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\"><strong>5. Evidence and Results<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Below are the verifications taken directly from the test file.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>5.1. Subscribers successfully authenticated<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">The report confirms the simultaneous authentication of thousands of PPPoE subscribers:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-1.png\" alt=\"\" class=\"wp-image-16176\"\/><\/figure>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-2.png\" alt=\"\" class=\"wp-image-16179\"\/><\/figure>\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-3-678x1024.png\" alt=\"\" class=\"wp-image-16182\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">The total validated was:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>32,000 subscribers<\/strong> \u2192 confirmed in the report.<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\"><strong>5.2. Creation of 32 million NAT sessions<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">The DUT has reached the scalability limit set by the manufacturer:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-4.png\" alt=\"\" class=\"wp-image-16185\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">In other words, the equipment was able to withstand <strong>32 million simultaneous streams<\/strong> without any noticeable degradation.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>5.3. Sustained Traffic at 50 Gbps &#8211; No Packet Loss<\/strong><\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-5.png\" alt=\"\" class=\"wp-image-16188\"\/><\/figure>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-6.png\" alt=\"\" class=\"wp-image-16191\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">In other words:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Continuous <strong>50 Gbps upstream<\/strong> traffic<\/li>\n\n\n\n<li>Zero proven loss in equipment and generator<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\"><strong>5.4. Bidirectional traffic 50 Gbps (25G + 25G)<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">The laboratory validated simultaneous upstream and downstream operation:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-7.png\" alt=\"\" class=\"wp-image-16194\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">Again, with zero packet loss:<\/p>\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image-8.png\" alt=\"\" class=\"wp-image-16197\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>5.5. CPU stability<\/strong><\/p>\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/12\/image.jpg\" alt=\"\" class=\"wp-image-16200\"\/><\/figure>\n\n<p class=\"wp-block-paragraph\">The CPU remains at stable levels, without reaching critical limits.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>5.6. Completion of Performance Tests<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Based on the evidence, it is possible to conclude that:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>The Huawei NE8000 solution can <strong>handle extremely high traffic loads<\/strong>.<\/li>\n\n\n\n<li><strong>32 million NAT44 sessions<\/strong> were sustained without fail.<\/li>\n\n\n\n<li>The equipment maintained <strong>50 Gbps of continuous traffic<\/strong>, both unidirectional and bidirectional.<\/li>\n\n\n\n<li>In all scenarios, there was <strong>zero packet loss<\/strong>.<\/li>\n\n\n\n<li>CPU usage remained stable and within acceptable levels.<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Therefore, the platform demonstrates real capacity to operate CGN\/BNG in <strong>large-scale<\/strong> environments, with a high volume of traffic and a high density of subscribers. This article was developed in collaboration with Huawei Brazil&#8217;s team of ISP IP Product Managers, with special thanks to Thiago S\u00e9rio and Natan Fernandes. <\/p>\n\n<p class=\"wp-block-paragraph\">Need help setting up your Huawei devices? We can help you! <\/p>\n\n<a href=\"https:\/\/wa.me\/5543984854013?text=Conhecer%20mais\" target=\"_blank\" style=\"  display:inline-block; padding:10px 28px; border-radius:999px; background:#00afef; color:#ffffff; font-family:'Helvetica Neue', Arial, sans-serif; font-weight:500; font-size:16px; text-decoration:none; text-align:center;  \">\n  I want to learn more\n<\/a>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment&#8217;s ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Purpose of Performance Tests The aim was to prove that the Huawei solution can be sustained: These features are essential for ISPs and operators with a high concentration of subscribers behind CGNs. Architecture used The topology used connects: Methodology 5. Evidence and Results Below are the verifications taken directly from the test file. 5.1. Subscribers successfully authenticated The report confirms the simultaneous authentication of thousands of PPPoE subscribers: The total validated was: 5.2. Creation of 32 million NAT sessions The DUT has reached the scalability limit set by the manufacturer: In other words, the equipment was able to withstand 32 million simultaneous streams without any noticeable degradation. 5.3. Sustained Traffic at 50 Gbps &#8211; No Packet Loss In other words: 5.4. Bidirectional traffic 50 Gbps (25G + 25G) The laboratory validated simultaneous upstream and downstream operation: Again, with zero packet loss: 5.5. CPU stability The CPU remains at stable levels, without reaching critical limits. 5.6. Completion of Performance Tests Based on the evidence, it is possible to conclude that: Therefore, the platform demonstrates real capacity to operate CGN\/BNG in large-scale environments, with a high volume of traffic and a high density of subscribers. This article was developed in collaboration with Huawei Brazil&#8217;s team of ISP IP Product Managers, with special thanks to Thiago S\u00e9rio and Natan Fernandes. Need help setting up your Huawei devices? We can help you! I want to learn more<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[918,31,1305,1304],"tags":[1306,1307,1308,1309,920,1310],"class_list":["post-18784","post","type-post","status-publish","format-standard","hentry","category-huawei","category-nao-categorizado","category-ne8000","category-settings","tag-bng","tag-cgn","tag-forwarding","tag-forwarding-performance","tag-huawei","tag-huawei-ne8000"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment&#039;s ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support\" \/>\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\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/\" \/>\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=\"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment&#039;s ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/\" \/>\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=\"2025-12-01T17:49:10+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:46:01+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment&#039;s ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support\" \/>\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\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#blogposting\",\"name\":\"CGN\\\/BNG Performance Tests on Huawei NE8000 Platform - Made4it\",\"headline\":\"CGN\\\/BNG Performance Tests on Huawei NE8000 Platform\",\"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\\\/2025\\\/12\\\/image.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#articleImage\"},\"datePublished\":\"2025-12-01T17:49:10+00:00\",\"dateModified\":\"2026-06-29T19:46:01+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#webpage\"},\"articleSection\":\"Huawei, N\\u00e3o categorizado, NE8000, Settings, BNG, CGN, Forwarding, Forwarding Performance, huawei, Huawei NE8000\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#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\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"position\":2,\"name\":\"N\\u00e3o categorizado\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#listItem\",\"name\":\"CGN\\\/BNG Performance Tests on Huawei NE8000 Platform\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#listItem\",\"position\":3,\"name\":\"CGN\\\/BNG Performance Tests on Huawei NE8000 Platform\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}}]},{\"@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\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#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\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#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\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/\",\"name\":\"CGN\\\/BNG Performance Tests on Huawei NE8000 Platform - Made4it\",\"description\":\"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment's ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/cgn-bng-performance-tests-on-huawei-ne8000-platform\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2025-12-01T17:49:10+00:00\",\"dateModified\":\"2026-06-29T19:46:01+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":"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it","description":"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment's ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#blogposting","name":"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it","headline":"CGN\/BNG Performance Tests on Huawei NE8000 Platform","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\/2025\/12\/image.png","@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#articleImage"},"datePublished":"2025-12-01T17:49:10+00:00","dateModified":"2026-06-29T19:46:01+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#webpage"},"articleSection":"Huawei, N\u00e3o categorizado, NE8000, Settings, BNG, CGN, Forwarding, Forwarding Performance, huawei, Huawei NE8000"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#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\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","position":2,"name":"N\u00e3o categorizado","item":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#listItem","name":"CGN\/BNG Performance Tests on Huawei NE8000 Platform"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#listItem","position":3,"name":"CGN\/BNG Performance Tests on Huawei NE8000 Platform","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}}]},{"@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\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#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\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#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\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/","name":"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it","description":"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment's ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2025-12-01T17:49:10+00:00","dateModified":"2026-06-29T19:46:01+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":"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it","og:description":"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment's ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support","og:url":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/","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":"2025-12-01T17:49:10+00:00","article:modified_time":"2026-06-29T19:46:01+00:00","twitter:card":"summary_large_image","twitter:title":"CGN\/BNG Performance Tests on Huawei NE8000 Platform - Made4it","twitter:description":"Learn from Luiz Puppin, a Huawei specialist, how to perform a technical analysis of the Forwarding Performance tests carried out in a laboratory environment with the Huawei NE8000 platform, validating the equipment's ability to operate as an integrated BNG+CGN at high load. The tests sought to verify: Maximum NAT44 session processing capacity High-rate traffic support","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18784","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:45:56","updated":"2026-06-29 21:08:51"},"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\/nao-categorizado\/\" title=\"N\u00e3o categorizado\">N\u00e3o categorizado<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCGN\/BNG Performance Tests on Huawei NE8000 Platform\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"N\u00e3o categorizado","link":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/"},{"label":"CGN\/BNG Performance Tests on Huawei NE8000 Platform","link":"https:\/\/made4it.com.br\/en\/blog\/cgn-bng-performance-tests-on-huawei-ne8000-platform\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18784","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=18784"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18784\/revisions"}],"predecessor-version":[{"id":18786,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18784\/revisions\/18786"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}