{"id":18716,"date":"2021-08-12T12:00:00","date_gmt":"2021-08-12T12:00:00","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/blackhole-bgp-mikrotik\/"},"modified":"2026-06-29T19:40:41","modified_gmt":"2026-06-29T19:40:41","slug":"blackhole-bgp-mikrotik","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/","title":{"rendered":"Blackhole BGP \u2013 Mikrotik"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Now that you know what a<strong> BGP 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> it&#8217;s time to <strong>configure it on Mikrotik and <\/strong>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<\/strong> or simply making the router discard packets directed to that IP.<\/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 how to configure Blackhole on Mikrotik routers running RouterOS. <br\/><br\/>To do the Blackhole manually we have some steps that are:<\/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 <strong><a href=\"https:\/\/www.made4it.com.br\/made4flow-analisador-de-netflow\/\" class=\"rank-math-link\">Made4Flow<\/a><\/strong>, 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\">So let&#8217;s go to the settings:<\/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 use some of Mikrotik&#8217;s own tools like Torch or use a Netflow Software that has a DDoS attack sensor like Made4Flow<\/p>\n\n<p class=\"wp-block-paragraph\">Via Torch, go to Tools -&gt; Torch and choose the interface where you are being attacked<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m1.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m1.png\" alt=\"\" class=\"wp-image-1829\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Or in Made4Flow in a simple way by accessing Anti-DDoS -&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\/m2.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m2.png\" alt=\"\" class=\"wp-image-1830\"\/><\/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<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">After identifying the IP attacked via Torch or via Made4Flow, now it&#8217;s time to create the route on your Router<\/p>\n\n<p class=\"wp-block-paragraph\">For that go to IP -&gt; Routes and add a new Route<\/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\/m3.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m3.png\" alt=\"\" class=\"wp-image-1831\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Add the Dst-address as 200.200.200.1\/32 to specify that it is only that specific IP address and the type is Blackhole.<\/p>\n\n<p class=\"wp-block-paragraph\">Or via terminal with the following command:<\/p>\n\n<p class=\"wp-block-paragraph\">\/ip route<br\/>add distance=1 dst-address=200.200.200.1\/32 type=blackhole<\/p>\n\n<p class=\"wp-block-paragraph\">After applying the route in blackhole this IP will <strong>STOP WORKING!<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>3 &#8211; Advertise this blackhole route via BGP to your carriers\/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\">For this we have a few steps:<\/p>\n\n<ol class=\"wp-block-list\">\n<li>Create the Route for BGP<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">To do this go to Routing -&gt; BGP -&gt; Networks and add the route that is in blackhole<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m4.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m4.png\" alt=\"\" class=\"wp-image-1832\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">In our example the attacked IP was: 200.200.200.1\/32<\/p>\n\n<p class=\"wp-block-paragraph\">Or via command:<\/p>\n\n<p class=\"wp-block-paragraph\">\/routing bgp network<br\/>add network=200.200.200.1\/32 synchronize=no<\/p>\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Configure your Route-Map or Filters to send the advertisement<\/li>\n<\/ol>\n\n<p class=\"wp-block-paragraph\">Enter Routing -&gt; Filters and add the new Filter. In our example, the Filter of our operator XPTO has the name TRANSITO-XPTO-OUT and we are going to add it to send our blackhole route: <\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m5.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m5.png\" alt=\"\" class=\"wp-image-1833\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Add the IP attacked with the mask \/32 in Prefix<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m6.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m6.png\" alt=\"\" class=\"wp-image-1834\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">In Actions we will mark it as Accept to accept sending this route<\/p>\n\n<p class=\"wp-block-paragraph\">And finally, in BGP Actions, add our carrier&#8217;s community:<br\/><br\/>Our carrier, XPTO, uses the BGP community 666:666 to send traffic to Blackhole<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m7-1.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2021\/07\/m7-1.png\" alt=\"\" class=\"wp-image-1836\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Via cli it looks like this:<\/p>\n\n<p class=\"wp-block-paragraph\">\/routing filter<br\/>add action=accept chain=TRANSITO-XPTO-OUT prefix=200.200.200.1 set-bgp-communities=666:666<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Tip 1:<\/strong> Don&#8217;t forget to change the rule&#8217;s order (number) so that it appears before the total discard\/reject filter. RouterOS reads the filter rules in numerical order, starting with rule 0. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Tip 2<\/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 remain in blackhole and announced to your operator, the attack will cease if it goes to this single IP.<\/p>\n\n<p class=\"wp-block-paragraph\">To make things easier, we&#8217;ve included the video below, which shows you step-by-step how to configure Mikrotik 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 mikrotik\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/ChlF4xnfN5s?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=\"has-text-align-center wp-block-paragraph\"><strong>See you next time!<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to configure a BGP blackhole in Mikrotik<\/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":[1218,1219,1220,1222,1221],"class_list":["post-18716","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-bgp-2","tag-blackhole-2","tag-blackhole-bgp","tag-ddos-atack","tag-ddos-protection"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"How to configure a BGP blackhole in Mikrotik\" \/>\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-mikrotik\/\" \/>\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 Mikrotik - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"How to configure a BGP blackhole in Mikrotik\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/\" \/>\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-12T12:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-29T19:40:41+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Blackhole BGP \u2013 Mikrotik - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How to configure a BGP blackhole in Mikrotik\" \/>\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-mikrotik\\\/#blogposting\",\"name\":\"Blackhole BGP \\u2013 Mikrotik - Made4it\",\"headline\":\"Blackhole BGP \\u2013 Mikrotik\",\"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\\\/m1.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#articleImage\"},\"datePublished\":\"2021-08-12T12:00:00+00:00\",\"dateModified\":\"2026-06-29T19:40:41+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#webpage\"},\"articleSection\":\"Uncategorized, BGP, blackhole, blackhole bgp, ddos atack, DDoS protection\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#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-mikrotik\\\/#listItem\",\"name\":\"Blackhole BGP \\u2013 Mikrotik\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#listItem\",\"position\":3,\"name\":\"Blackhole BGP \\u2013 Mikrotik\",\"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-mikrotik\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#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-mikrotik\\\/#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-mikrotik\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/\",\"name\":\"Blackhole BGP \\u2013 Mikrotik - Made4it\",\"description\":\"How to configure a BGP blackhole in Mikrotik\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/blackhole-bgp-mikrotik\\\/#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-12T12:00:00+00:00\",\"dateModified\":\"2026-06-29T19:40:41+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 Mikrotik - Made4it","description":"How to configure a BGP blackhole in Mikrotik","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/","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-mikrotik\/#blogposting","name":"Blackhole BGP \u2013 Mikrotik - Made4it","headline":"Blackhole BGP \u2013 Mikrotik","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\/m1.png","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#articleImage"},"datePublished":"2021-08-12T12:00:00+00:00","dateModified":"2026-06-29T19:40:41+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#webpage"},"articleSection":"Uncategorized, BGP, blackhole, blackhole bgp, ddos atack, DDoS protection"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#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-mikrotik\/#listItem","name":"Blackhole BGP \u2013 Mikrotik"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#listItem","position":3,"name":"Blackhole BGP \u2013 Mikrotik","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-mikrotik\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#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-mikrotik\/#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-mikrotik\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/","name":"Blackhole BGP \u2013 Mikrotik - Made4it","description":"How to configure a BGP blackhole in Mikrotik","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/#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-12T12:00:00+00:00","dateModified":"2026-06-29T19:40:41+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 Mikrotik - Made4it","og:description":"How to configure a BGP blackhole in Mikrotik","og:url":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/","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-12T12:00:00+00:00","article:modified_time":"2026-06-29T19:40:41+00:00","twitter:card":"summary_large_image","twitter:title":"Blackhole BGP \u2013 Mikrotik - Made4it","twitter:description":"How to configure a BGP blackhole in Mikrotik","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"18716","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:39","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 Mikrotik\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 Mikrotik","link":"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18716","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=18716"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18716\/revisions"}],"predecessor-version":[{"id":18717,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/18716\/revisions\/18717"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=18716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=18716"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=18716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}