{"id":18567,"date":"2019-04-12T17:41:46","date_gmt":"2019-04-12T17:41:46","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/netflow-configuration-on-huawei-routers\/"},"modified":"2026-06-29T19:39:58","modified_gmt":"2026-06-29T19:39:58","slug":"netflow-configuration-on-huawei-routers","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/","title":{"rendered":"Netflow Configuration on Huawei Routers"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Hello<\/p>\n\n<p class=\"wp-block-paragraph\">Today we&#8217;ll show you how to configure your Huawei router to export NetFlow (IP NetStream).  <\/p>\n\n<p class=\"wp-block-paragraph\">Here we have the Network topology and the Netflow Server information<\/p>\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2019\/04\/netflow-1024x362.png\" alt=\"\" class=\"wp-image-805\"\/><figcaption class=\"wp-element-caption\">Topology and Netflow Server information<\/figcaption><\/figure>\n\n<p class=\"wp-block-paragraph\">These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP<\/p>\n\n<ol class=\"wp-block-list\">\n<li>Configure the NTP Server<\/li>\n\n\n\n<li>Configure the slot to export information<\/li>\n\n\n\n<li>Configuring Netstream IP with Netflow Server<\/li>\n\n\n\n<li>Configure the interface to enable Netflow on the interface<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">Let&#8217;s go to the step-by-step configuration<\/p>\n\n<h3 class=\"wp-block-heading\">1.Configuring the NTP Server<\/h3>\n\n<p class=\"wp-block-paragraph\">It is important to configure an NTP server because flow data uses \na timestamp based on the router&#8217;s time. If the router&#8217;s \ntime differs from the server&#8217;s, the data will not match the \ntime, resulting in a discrepancy in the information.<\/p>\n\n<p class=\"wp-block-paragraph\">It is important that you configure at least 2 NTP servers and also your router&#8217;s timezone.<\/p>\n\n<pre class=\"wp-block-preformatted\">ntp-service server disable <br\/>ntp-service ipv6 server disable <br\/>ntp-service unicast-peer 200.160.0.8<br\/>ntp-service unicast-peer 200.189.40.8<br\/><\/pre>\n\n<h3 class=\"wp-block-heading\">2. Configure the slot to export information<\/h3>\n\n<p class=\"wp-block-paragraph\">On Huawei routers, you need to configure the slot to export information. To do this, use the following commands:<\/p>\n\n<pre class=\"wp-block-preformatted\">slot 3 <br\/>ip netstream sampler to slot self <br\/>ipv6 netstream sampler to slot self<\/pre>\n\n<h3 class=\"wp-block-heading\">3. Configuring Netstream IP with Netflow Server<\/h3>\n\n<p class=\"wp-block-paragraph\">On Huawei routers you must configure the netstream IP to say which server will receive the Netflow data, which sampling (sampler), which Netflow version and Netflow source IP. For configuration use the following commands: <\/p>\n\n<pre class=\"wp-block-preformatted\">  ip netstream timeout active 1<br\/> ip netstream timeout inactive 15<br\/> ip netstream export version 9<br\/> ip netstream export index-switch 32<br\/> ip netstream export template timeout-rate 1<br\/> ip netstream sampler fix-packets 500 inbound<br\/> ip netstream sampler fix-packets 500 outbound<br\/> ip netstream export source 192.168.210.49<br\/> ip netstream export host 192.168.210.47 2055<br\/> ip netstream export template option sampler<br\/> ip netstream export template option timeout-rate 1<br\/> ip netstream as-mode 32<\/pre>\n\n<pre class=\"wp-block-preformatted\">  ipv6 netstream as-mode 32<br\/> ipv6 netstream timeout active 1<br\/> ipv6 netstream timeout inactive 15<br\/> ipv6 netstream export version 9<br\/> ipv6 netstream export index-switch 32<br\/> ipv6 netstream export template timeout-rate 1<br\/> ipv6 netstream sampler fix-packets 500 inbound<br\/> ipv6 netstream sampler fix-packets 500 outbound<br\/> ipv6 netstream export source 192.168.210.49<br\/> IPv6 netstream export host 192.168.210.47 2055<br\/> IPv6 netstream export template option sampler<br\/> IPv6 netstream export template option timeout-rate 1<br\/> IPv6 netstream as-mode 32<\/pre>\n\n<h3 class=\"wp-block-heading\">4. Configure the interface to enable Netflow on the interface<\/h3>\n\n<p class=\"wp-block-paragraph\">Finally, we need to enable NetFlow on the interfaces that will export it. To do this, use the following commands on each interface:<br\/><\/p>\n\n<pre class=\"wp-block-preformatted\">ip netstream inbound <br\/>ipv6 netstream inbound<\/pre>\n\n<p class=\"wp-block-paragraph\"><strong>Below is the complete configuration of the Router:<\/strong><\/p>\n\n<pre class=\"wp-block-preformatted\">ntp-service server disable<br\/>ntp-service ipv6 server disable<br\/>ntp-service unicast-peer 200.160.0.8<br\/>ntp-service unicast-peer 200.189.40.8<\/pre>\n\n<pre class=\"wp-block-preformatted\">slot 3<br\/> ip netstream sampler to slot self<br\/> ipv6 netstream sampler to slot self<\/pre>\n\n<pre class=\"wp-block-preformatted\">ip netstream timeout active 1<br\/>ip netstream timeout inactive 15<br\/>ip netstream export version 9<br\/>ip netstream export index-switch 32<br\/>ip netstream export template timeout-rate 1<br\/>ip netstream sampler fix-packets 500 inbound<br\/>ip netstream sampler fix-packets 500 outbound<br\/>ip netstream export source 192.168.210.49<br\/>ip netstream export host 192.168.210.47 2055<br\/>ip netstream export template option sampler<br\/> ip netstream export template option timeout-rate 1<br\/> ip netstream as-mode 32<\/pre>\n\n<pre class=\"wp-block-preformatted\">ipv6 netstream as-mode 32<br\/>ipv6 netstream timeout active 1<br\/>ipv6 netstream timeout inactive 15<br\/>ipv6 netstream export version 9<br\/>ipv6 netstream export index-switch 32<br\/>ipv6 netstream export template timeout-rate 1<br\/>ipv6 netstream sampler fix-packets 500 inbound<br\/>ipv6 netstream sampler fix-packets 500 outbound<br\/>ipv6 netstream export source 192.168.210.49<br\/>IPv6 netstream export host 192.168.210.47 2055<br\/>IPv6 netstream export template option sampler<br\/>IPv6 netstream export template option timeout-rate 1<br\/>IPv6 netstream as-mode 32<\/pre>\n\n<pre class=\"wp-block-preformatted\">interface eth-trunk0.100 (example interface)<br\/>ip netstream inbound<br\/>ipv6 netstream inbound<\/pre>\n\n<h4 class=\"wp-block-heading\">If you have an NE40, here is a sample configuration:<br\/><\/h4>\n\n<pre class=\"wp-block-preformatted\">ntp-service server disable<br\/>ntp-service ipv6 server disable<br\/>ntp-service unicast-peer 200.160.0.8<br\/>ntp-service unicast-peer 200.189.40.8<\/pre>\n\n<pre class=\"wp-block-preformatted\">slot 3<br\/> ip netstream sampler to slot self<br\/> ipv6 netstream sampler to slot self<\/pre>\n\n<pre class=\"wp-block-preformatted\">ip netstream as-mode 32<br\/>ip netstream timeout inactive 15<br\/>ip netstream export version 9<br\/>ip netstream export index-switch 32<br\/>ip netstream export template timeout-rate 1<br\/>ip netstream sampler fix-packets 500 inbound<br\/>ip netstream sampler fix-packets 500 outbound<br\/>ip netstream export source 192.168.210.49<br\/>ip netstream export host 192.168.210.47 2055<br\/>ip netstream export template option sampler<br\/>ip netstream export template option timeout-rate 1<br\/> \n#<br\/>ipv6 netstream as-mode 32<br\/>ipv6 netstream timeout inactive 15<br\/>ipv6 netstream export version 9<br\/>ipv6 netstream export index-switch 32<br\/>ipv6 netstream export template timeout-rate 1<br\/>ipv6 netstream sampler fix-packets 500 inbound<br\/>ipv6 netstream sampler fix-packets 500 outbound<br\/>ipv6 netstream export source 192.168.210.49<br\/>ipv6 netstream export host 192.168.210.47 2055<br\/>ipv6 netstream export template option sampler<br\/>ipv6 netstream export template option timeout-rate 1<\/pre>\n\n<pre class=\"wp-block-preformatted\">On all interfaces, add `<br\/> ` `ip netstream inbound` `<br\/> ` `ipv6 netstream inbound`<\/pre>\n\n<p class=\"wp-block-paragraph\">If you have a router that isn&#8217;t listed here, <a href=\"https:\/\/api.whatsapp.com\/send?phone=43988477972\" target=\"_blank\" rel=\"noopener\" title=\"\">send us a message on WhatsApp<\/a> and we&#8217;ll send you the settings.<\/p>\n\n<p class=\"wp-block-paragraph\">I hope I have helped you and until next time.<\/p>\n\n<p class=\"wp-block-paragraph\">Big hug.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello Today we&#8217;ll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Let&#8217;s go to the step-by-step configuration 1.Configuring the NTP Server It is important to configure an NTP server because flow data uses a timestamp based on the router&#8217;s time. If the router&#8217;s time differs from the server&#8217;s, the data will not match the time, resulting in a discrepancy in the information. It is important that you configure at least 2 NTP servers and also your router&#8217;s timezone. ntp-service server disable ntp-service ipv6 server disable ntp-service unicast-peer 200.160.0.8ntp-service unicast-peer 200.189.40.8 2. Configure the slot to export information On Huawei routers, you need to configure the slot to export information. To do this, use the following commands: slot 3 ip netstream sampler to slot self ipv6 netstream sampler to slot self 3. Configuring Netstream IP with Netflow Server On Huawei routers you must configure the netstream IP to say which server will receive the Netflow data, which sampling (sampler), which Netflow version and Netflow source IP. For configuration use the following commands: ip netstream timeout active 1 ip netstream timeout inactive 15 ip netstream export version 9 ip netstream export index-switch 32 ip netstream export template timeout-rate 1 ip netstream sampler fix-packets 500 inbound ip netstream sampler fix-packets 500 outbound ip netstream export source 192.168.210.49 ip netstream export host 192.168.210.47 2055 ip netstream export template option sampler ip netstream export template option timeout-rate 1 ip netstream as-mode 32 ipv6 netstream as-mode 32 ipv6 netstream timeout active 1 ipv6 netstream timeout inactive 15 ipv6 netstream export version 9 ipv6 netstream export index-switch 32 ipv6 netstream export template timeout-rate 1 ipv6 netstream sampler fix-packets 500 inbound ipv6 netstream sampler fix-packets 500 outbound ipv6 netstream export source 192.168.210.49 IPv6 netstream export host 192.168.210.47 2055 IPv6 netstream export template option sampler IPv6 netstream export template option timeout-rate 1 IPv6 netstream as-mode 32 4. Configure the interface to enable Netflow on the interface Finally, we need to enable NetFlow on the interfaces that will export it. To do this, use the following commands on each interface: ip netstream inbound ipv6 netstream inbound Below is the complete configuration of the Router: ntp-service server disablentp-service ipv6 server disablentp-service unicast-peer 200.160.0.8ntp-service unicast-peer 200.189.40.8 slot 3 ip netstream sampler to slot self ipv6 netstream sampler to slot self ip netstream timeout active 1ip netstream timeout inactive 15ip netstream export version 9ip netstream export index-switch 32ip netstream export template timeout-rate 1ip netstream sampler fix-packets 500 inboundip netstream sampler fix-packets 500 outboundip netstream export source 192.168.210.49ip netstream export host 192.168.210.47 2055ip netstream export template option sampler ip netstream export template option timeout-rate 1 ip netstream as-mode 32 ipv6 netstream as-mode 32ipv6 netstream timeout active 1ipv6 netstream timeout inactive 15ipv6 netstream export version 9ipv6 netstream export index-switch 32ipv6 netstream export template timeout-rate 1ipv6 netstream sampler fix-packets 500 inboundipv6 netstream sampler fix-packets 500 outboundipv6 netstream export source 192.168.210.49IPv6 netstream export host 192.168.210.47 2055IPv6 netstream export template option samplerIPv6 netstream export template option timeout-rate 1IPv6 netstream as-mode 32 interface eth-trunk0.100 (example interface)ip netstream inboundipv6 netstream inbound If you have an NE40, here is a sample configuration: ntp-service server disablentp-service ipv6 server disablentp-service unicast-peer 200.160.0.8ntp-service unicast-peer 200.189.40.8 slot 3 ip netstream sampler to slot self ipv6 netstream sampler to slot self ip netstream as-mode 32ip netstream timeout inactive 15ip netstream export version 9ip netstream export index-switch 32ip netstream export template timeout-rate 1ip netstream sampler fix-packets 500 inboundip netstream sampler fix-packets 500 outboundip netstream export source 192.168.210.49ip netstream export host 192.168.210.47 2055ip netstream export template option samplerip netstream export template option timeout-rate 1 #ipv6 netstream as-mode 32ipv6 netstream timeout inactive 15ipv6 netstream export version 9ipv6 netstream export index-switch 32ipv6 netstream export template timeout-rate 1ipv6 netstream sampler fix-packets 500 inboundipv6 netstream sampler fix-packets 500 outboundipv6 netstream export source 192.168.210.49ipv6 netstream export host 192.168.210.47 2055ipv6 netstream export template option sampleripv6 netstream export template option timeout-rate 1 On all interfaces, add ` ` `ip netstream inbound` ` ` `ipv6 netstream inbound` If you have a router that isn&#8217;t listed here, send us a message on WhatsApp and we&#8217;ll send you the settings. I hope I have helped you and until next time. Big hug.<\/p>\n","protected":false},"author":5,"featured_media":18568,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[918,919],"tags":[922,923,920,924,925,926,927,928,921,929,930,931,932,933,934],"class_list":["post-18567","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-huawei","category-routers","tag-configure-huawei-netflow","tag-configure-netflow-huawei","tag-huawei","tag-huawei-ip-netstream","tag-huawei-ipnetstream","tag-huawei-ne20","tag-huawei-ne40","tag-huawei-netflow","tag-huawei-netflow-configuration","tag-huawei-netflow-v5","tag-huawei-netflow-v9","tag-ip-netstream","tag-ipnetstream","tag-netflow-ne20","tag-netflow-ne40"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hello Today we&#039;ll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring\" \/>\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\/netflow-configuration-on-huawei-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=\"Netflow Configuration on Huawei Routers - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello Today we&#039;ll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-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=\"2019-04-12T17:41:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:39:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Netflow Configuration on Huawei Routers - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello Today we&#039;ll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring\" \/>\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\\\/netflow-configuration-on-huawei-routers\\\/#blogposting\",\"name\":\"Netflow Configuration on Huawei Routers - Made4it\",\"headline\":\"Netflow Configuration on Huawei 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\\\/2019\\\/04\\\/Huawei-Preto-scaled.png\",\"width\":2560,\"height\":691},\"datePublished\":\"2019-04-12T17:41:46+00:00\",\"dateModified\":\"2026-06-29T19:39:58+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#webpage\"},\"articleSection\":\"Huawei, Routers, configure huawei netflow, configure netflow huawei, huawei, huawei ip netstream, huawei ipnetstream, huawei ne20, huawei ne40, huawei netflow, Huawei Netflow configuration, huawei netflow v5, huawei netflow v9, ip netstream, ipnetstream, netflow ne20, netflow ne40\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-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\\\/huawei\\\/#listItem\",\"name\":\"Huawei\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/huawei\\\/#listItem\",\"position\":2,\"name\":\"Huawei\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/huawei\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#listItem\",\"name\":\"Netflow Configuration on Huawei Routers\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#listItem\",\"position\":3,\"name\":\"Netflow Configuration on Huawei Routers\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/huawei\\\/#listItem\",\"name\":\"Huawei\"}}]},{\"@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\\\/netflow-configuration-on-huawei-routers\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-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\\\/netflow-configuration-on-huawei-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\\\/netflow-configuration-on-huawei-routers\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/\",\"name\":\"Netflow Configuration on Huawei Routers - Made4it\",\"description\":\"Hello Today we'll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\\\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-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\\\/2019\\\/04\\\/Huawei-Preto-scaled.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#mainImage\",\"width\":2560,\"height\":691},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/netflow-configuration-on-huawei-routers\\\/#mainImage\"},\"datePublished\":\"2019-04-12T17:41:46+00:00\",\"dateModified\":\"2026-06-29T19:39:58+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":"Netflow Configuration on Huawei Routers - Made4it","description":"Hello Today we'll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#blogposting","name":"Netflow Configuration on Huawei Routers - Made4it","headline":"Netflow Configuration on Huawei 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\/2019\/04\/Huawei-Preto-scaled.png","width":2560,"height":691},"datePublished":"2019-04-12T17:41:46+00:00","dateModified":"2026-06-29T19:39:58+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#webpage"},"articleSection":"Huawei, Routers, configure huawei netflow, configure netflow huawei, huawei, huawei ip netstream, huawei ipnetstream, huawei ne20, huawei ne40, huawei netflow, Huawei Netflow configuration, huawei netflow v5, huawei netflow v9, ip netstream, ipnetstream, netflow ne20, netflow ne40"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-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\/huawei\/#listItem","name":"Huawei"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/huawei\/#listItem","position":2,"name":"Huawei","item":"https:\/\/made4it.com.br\/en\/blog\/category\/huawei\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#listItem","name":"Netflow Configuration on Huawei Routers"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#listItem","position":3,"name":"Netflow Configuration on Huawei Routers","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/huawei\/#listItem","name":"Huawei"}}]},{"@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\/netflow-configuration-on-huawei-routers\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-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\/netflow-configuration-on-huawei-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\/netflow-configuration-on-huawei-routers\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/","name":"Netflow Configuration on Huawei Routers - Made4it","description":"Hello Today we'll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-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\/2019\/04\/Huawei-Preto-scaled.png","@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#mainImage","width":2560,"height":691},"primaryImageOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/#mainImage"},"datePublished":"2019-04-12T17:41:46+00:00","dateModified":"2026-06-29T19:39:58+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":"Netflow Configuration on Huawei Routers - Made4it","og:description":"Hello Today we'll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring","og:url":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-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":"2019-04-12T17:41:46+00:00","article:modified_time":"2026-06-29T19:39:58+00:00","twitter:card":"summary_large_image","twitter:title":"Netflow Configuration on Huawei Routers - Made4it","twitter:description":"Hello Today we'll show you how to configure your Huawei router to export NetFlow (IP NetStream). Here we have the Network topology and the Netflow Server information These are the steps required to configure the Huawei Router to export Netflow v5\/v9 via Netstream IP Configure the NTP Server Configure the slot to export information Configuring","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18567","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:39:58","updated":"2026-06-29 20:49:43"},"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\/huawei\/\" title=\"Huawei\">Huawei<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNetflow Configuration on Huawei Routers\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"Huawei","link":"https:\/\/made4it.com.br\/en\/blog\/category\/huawei\/"},{"label":"Netflow Configuration on Huawei Routers","link":"https:\/\/made4it.com.br\/en\/blog\/netflow-configuration-on-huawei-routers\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18567","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=18567"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18567\/revisions"}],"predecessor-version":[{"id":18569,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18567\/revisions\/18569"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media\/18568"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18567"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18567"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}