{"id":18708,"date":"2021-08-04T18:00:00","date_gmt":"2021-08-04T18:00:00","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/"},"modified":"2026-06-29T19:40:40","modified_gmt":"2026-06-29T19:40:40","slug":"blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/","title":{"rendered":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Now that you know what a <strong>BGP<\/strong> <strong>blackhole<\/strong> is <a href=\"https:\/\/made4it.com.br\/en\/blog\/rtbh-blackhole-what-is-it\/\" class=\"rank-math-link\">(if you don&#8217;t already know, check out our article on RTBH &#8211; Blackhole)<\/a>. Now it&#8217;s time to configure it and be able to protect yourself from DDoS attacks. <\/p>\n\n<p class=\"wp-block-paragraph\">To summarize the Blackhole, <strong>it is a technique of sending a route to the \u201cblack hole\u201d or simply making the router discard packets directed to that IP.<\/strong> With the blackhole you can also announce these attacked IPs to your suppliers\/upstreams and thus stop the attacks. <\/p>\n\n<p class=\"wp-block-paragraph\">Now that I know what it is, the question is: how do I set up Blackhole on my router? In today&#8217;s article, we&#8217;ll show you <strong>how to configure Blackhole on Huawei routers.<\/strong> <\/p>\n\n<p class=\"wp-block-paragraph\"><br\/><strong>To do the Blackhole manually we have some steps that are:<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li>Identify the attacked IP<\/li>\n\n\n\n<li>Create route to blackhole<\/li>\n\n\n\n<li>Advertise this blackhole route via BGP to your carriers\/upstreams<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">You can automate all of this with <a href=\"https:\/\/www.made4it.com.br\/made4flow-analisador-de-netflow\/\" class=\"rank-math-link\">Made4Flow<\/a>, already closing a direct session and not having to do manual work.<\/p>\n\n<p class=\"wp-block-paragraph\">If you want to know how to automate everything with Made4Flow, check out our next article.<\/p>\n\n<p class=\"wp-block-paragraph\">Let&#8217;s go to the settings then<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>1 \u2013 Identify the attacked IP<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">You can do this through NetFlow analysis using Made4Flow, by reviewing the graphs and using the Raw Data Report to identify which IP address has the highest traffic and is likely the target of the attack.<br\/><br\/>Within Made4Flow, access, for example, the Interface by Application Graph, and then, by clicking on the most heavily used port, you can identify which IP address is under attack.<\/p>\n\n<p class=\"wp-block-paragraph\">Or through Made4Flow, simply by accessing the Anti-DDoS module -&gt; Active Anomalies<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/1.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/1.png\" alt=\"\" class=\"wp-image-1800\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">The attacked IP was: 200.189.56.55 (Example)<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>2) Create a route to blackhole or Null0<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">After identifying the attacked IP via Made4Flow it is now time to create the route on your Huawei Router to effectively play the IP to Blackhole.<\/p>\n\n<p class=\"wp-block-paragraph\">Let&#8217;s assume that the attacked IP is 200.200.200.1, let&#8217;s create the route as follows<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/2.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/2.png\" alt=\"\" class=\"wp-image-1801\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Applied commands:<\/p>\n\n<p class=\"wp-block-paragraph\">system-view<br\/>ip route-static 200.200.200.1 32 null 0<\/p>\n\n<p class=\"wp-block-paragraph\">After applying the route pointing to Null0 this IP will <strong>STOP WORKING!<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">You can check the route using the display command: `<br\/><br\/>`. If the route is on the Null0 interface, you are already forwarding it to Blackhole.<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/3.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/3.png\" alt=\"\" class=\"wp-image-1802\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>3 &#8211; Announce the IP in blackhole via BGP to your operators\/upstreams<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">After identifying and blackhole the route you need to advertise via BGP to your operators\/upstreams.<\/p>\n\n<p class=\"wp-block-paragraph\">Before configuration, it is always recommended to contact your ISP\/upstream provider to find out the Blackhole BGP community.<br\/><br\/>The BGP session with your ISP must be established!<\/p>\n\n<p class=\"wp-block-paragraph\">For this, we have a few steps:<\/p>\n\n<ol class=\"wp-block-list\">\n<li>Create the Network within BGP<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">To create you must access BGP and create with the network command<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/4.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/4.png\" alt=\"\" class=\"wp-image-1803\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Commands:<\/p>\n\n<p class=\"wp-block-paragraph\">System-view<br\/>bgp 65000<br\/>network 200.200.200.1 32<\/p>\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Configure a prefix-list \/ ip-prefix with the attacked IP<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">To configure a route-policy in a simple way to send an IP, you must create an ip-prefix to use within the Route-policy<\/p>\n\n<p class=\"wp-block-paragraph\">In our example, where the IP 200.200.200.1\/32 is attacked, we will use the following command:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/5.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/5.png\" alt=\"\" class=\"wp-image-1804\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command: ip ip-prefix ATTACKED-ID permit 200.200.200.1 32<\/p>\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Configure your Route-Policy to send the attacked IP advertisement<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">Before configuring the route policy, you must identify which node (sequence) it will be placed in. You must place it in a position that does not have a &#8220;deny&#8221; rule before it; as a suggestion, I recommend placing it first in the route policy. <\/p>\n\n<p class=\"wp-block-paragraph\">To identify the correct name, look at your route-policy and evaluate the number, using the command:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/6.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/6.png\" alt=\"\" class=\"wp-image-1805\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command: display current-configuration configuration route-policy OPERATORA-XPTO-OUT<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/7.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/7.png\" alt=\"\" class=\"wp-image-1806\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">In our case it will be the node with a number less than 1000 to be placed before other configurations. The following configuration was made: <br\/><br\/>Commands:<\/p>\n\n<p class=\"wp-block-paragraph\">route-policy OPERADORA-XPTO-OUT permit node 100<br\/>if-match ip-prefix IP-ATACADO<br\/>apply community 666:666<\/p>\n\n<p class=\"wp-block-paragraph\">The if-match commands make the Huawei router check the ip-prefix thus saying that only the IPs within the prefix list will be advertised via BGP. In the apply community command it says to apply the BGP community to the IPs that matched the ip-prefix. <\/p>\n\n<p class=\"wp-block-paragraph\">Our XPTO carrier uses community BGP 666:666 to send traffic to Blackhole<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Tip<\/strong>: Talk to your operator to find out which BGP blackhole community they use!<\/p>\n\n<p class=\"wp-block-paragraph\">Once this is done, the IP will be set to &#8220;blackhole&#8221; and reported to your ISP; the attack will stop if it is targeting only this single IP.<br\/><br\/>The complete configuration is as follows:<br\/><\/p>\n\n<p class=\"wp-block-paragraph\">bgp 65000<br\/>#<br\/>ipv4-family unicast<br\/>undo synchronization<br\/>network 200.200.200.0 255.255.252.0<br\/>network 200.200.200.1 255.255.255.255<br\/>#<br\/>route-policy OPERATOR-XPTO-OUT permit node 100<br\/>if-match ip-prefix IP-ATTACKED<br\/>apply community 666:666<br\/>#<br\/>route-policy OPERATOR-XPTO-OUT permit node 1000<br\/> if-match ip-prefix MY-BLOCK<br\/>#<br\/>route-policy OPERATOR-XPTO-OUT deny node 50000<br\/>#<br\/>ip ip-prefix MY-BLOCK index 10 permit 200.200.200.0 22<br\/>ip ip-prefix ATTACKED-IP index 10 permit 200.200.200.1 32<br\/>#<br\/>ip route-static 200.200.200.0 255.255.252.0 NULL0<br\/>ip route-static 200.200.200.1 255.255.255.255 NULL0<\/p>\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Automating with Made4Flow<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">With Made4Flow, you can automate the process of reporting attacked IP addresses to the blackhole.<br\/><br\/>To do this, we need:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Configure BGP session between Edge Router and Made4Flow<\/strong><\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">To configure the BGP session between the Router and Made4Flow, you need to create a route-policy and then the BGP session<\/p>\n\n<p class=\"wp-block-paragraph\">To configure the route-policy:<br\/><\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/8.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/8.png\" alt=\"\" class=\"wp-image-1807\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\"><br\/>Command: route-policy MADE4FLOW-IN permit node 1000<\/p>\n\n<p class=\"wp-block-paragraph\"> apply ip-address next-hop 192.168.66.66<\/p>\n\n<p class=\"wp-block-paragraph\">In this case it is necessary to add Next-hop manually on the router.<\/p>\n\n<p class=\"wp-block-paragraph\">Within Made4Flow, you can already advertise with the correct BGP and Next-hop community if you prefer.<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Configure Made4Flow to send via Actions<\/strong><\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Within the Anti-DDoS Module, you can access the menu: Actions and Responses and configure the response to send the Blackhole with the correct BGP community:<br\/><\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/9.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/9.png\" alt=\"\" class=\"wp-image-1808\"\/><\/a><\/figure>\n\n<ul class=\"wp-block-list\">\n<li><strong>Configure the Router to Send to Carriers<\/strong><\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">To configure to send to operators\/upstreams you need to configure so that the BGP community is identified in the if-match of the outgoing Route-policy.<\/p>\n\n<p class=\"wp-block-paragraph\">For this we need to configure an ip community-filter<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/10.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/10.png\" alt=\"\" class=\"wp-image-1809\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">The next step is to configure your carrier\u2019s or upstream provider\u2019s route policy, similar to how you send the blackhole route, but this time matching it with the community in the `if-match` clause, as shown in our configuration:<br\/><br\/>To check whether you are sending the advertisement to your carrier, use the following commands:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/11.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/11.png\" alt=\"\" class=\"wp-image-1810\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Check if you receive from Made4Flow<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/12.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/12.png\" alt=\"\" class=\"wp-image-1811\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command: display bgp routing-table peer 192.168.120.2 received-routes<\/p>\n\n<p class=\"wp-block-paragraph\">And if you are sending to the operator:<\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/13.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/13.png\" alt=\"\" class=\"wp-image-1812\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command: display bgp routing-table peer 192.168.100.1 advertised-route<\/p>\n\n<p class=\"wp-block-paragraph\">Having made these settings, the automation of Made4Flow is ready. Upon receiving an attack, Made4Flow can now send this route to Blackhole.<\/p>\n\n<p class=\"wp-block-paragraph\">To make it easier, we have the video below, showing in practice how to configure the Huawei Router with Blackhole.<\/p>\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Como configurar Blackhole em roteadores Huawei\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/b_icgqu-Elc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>If you have any questions, be sure to contact us via <a href=\"https:\/\/api.whatsapp.com\/send?phone=43988477972\" target=\"_blank\" rel=\"noopener\" title=\"\">WhatsApp<\/a>, social media, or email.<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>See you next time!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1213],"tags":[1214],"class_list":["post-18708","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-huawei-ne20-2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)\" \/>\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\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/\" \/>\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=\"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/\" \/>\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=\"2021-08-04T18:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)\" \/>\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\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#blogposting\",\"name\":\"Blackhole BGP \\u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k) - Made4it\",\"headline\":\"Blackhole BGP \\u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k)\",\"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\\\/2021\\\/07\\\/1.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#articleImage\"},\"datePublished\":\"2021-08-04T18:00:00+00:00\",\"dateModified\":\"2026-06-29T19:40:40+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#webpage\"},\"articleSection\":\"Uncategorized, huawei ne20\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#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\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/uncategorized\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#listItem\",\"name\":\"Blackhole BGP \\u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#listItem\",\"position\":3,\"name\":\"Blackhole BGP \\u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/uncategorized\\\/#listItem\",\"name\":\"Uncategorized\"}}]},{\"@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\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#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\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#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\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/\",\"name\":\"Blackhole BGP \\u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k) - Made4it\",\"description\":\"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\\\/NE8k)\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2021-08-04T18:00:00+00:00\",\"dateModified\":\"2026-06-29T19:40:40+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":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it","description":"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#blogposting","name":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it","headline":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","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\/2021\/07\/1.png","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#articleImage"},"datePublished":"2021-08-04T18:00:00+00:00","dateModified":"2026-06-29T19:40:40+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#webpage"},"articleSection":"Uncategorized, huawei ne20"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#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\/uncategorized\/#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/uncategorized\/#listItem","position":2,"name":"Uncategorized","item":"https:\/\/made4it.com.br\/en\/blog\/category\/uncategorized\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#listItem","name":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#listItem","position":3,"name":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/uncategorized\/#listItem","name":"Uncategorized"}}]},{"@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\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#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\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#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\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/","name":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it","description":"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2021-08-04T18:00:00+00:00","dateModified":"2026-06-29T19:40:40+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":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it","og:description":"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","og:url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/","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":"2021-08-04T18:00:00+00:00","article:modified_time":"2026-06-29T19:40:40+00:00","twitter:card":"summary_large_image","twitter:title":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k) - Made4it","twitter:description":"How to Setup a BGP Blackhole on Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18708","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:37","updated":"2026-06-29 20:59:58"},"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\/uncategorized\/\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBlackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"Uncategorized","link":"https:\/\/made4it.com.br\/en\/blog\/category\/uncategorized\/"},{"label":"Blackhole BGP \u2013 Huawei (Huawei NE20, Huawei NE40, Huawei NE8000\/NE8k)","link":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-huawei-huawei-ne20-huawei-ne40-huawei-ne8000-ne8k\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18708","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=18708"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18708\/revisions"}],"predecessor-version":[{"id":18711,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18708\/revisions\/18711"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18708"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}