{"id":19240,"date":"2022-05-09T15:36:00","date_gmt":"2022-05-09T15:36:00","guid":{"rendered":"https:\/\/made4it.com.br\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/"},"modified":"2026-07-01T15:15:43","modified_gmt":"2026-07-01T15:15:43","slug":"how-to-configure-blackhole-on-cisco-ios-xe","status":"publish","type":"post","link":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/","title":{"rendered":"How to Configure Blackhole on Cisco IOS-XE"},"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\/\">(if you still don&#8217;t know, check out our article on RTBH \u2013 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 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, now comes the question, how to blackhole my router? In today&#8217;s article we will show you <strong>how to configure Blackhole on Cisco routers<\/strong> <\/p>\n\n<p class=\"wp-block-paragraph\"><strong>To do the Blackhole manually we have some steps that are:<\/strong><\/p>\n\n<ol class=\"wp-block-list\"><li>Identify the attacked IP;<\/li><li>Create the route to blackhole;<\/li><li>Advertise this blackhole route via BGP to your carriers\/upstreams.<\/li><\/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\/\">Made4Flow<\/a>, already closing a direct session and not having to do manual work.<\/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 by analyzing NetFlow data\u2014such as in Made4Flow\u2014using the graphs and identifying, through the Raw Data Report, which IP address has the highest traffic and is likely the victim of the attack.<\/p>\n\n<p class=\"wp-block-paragraph\">Within Made4Flow, access, for example, the Interface Graph by Application, then, by clicking on the most used port, you can identify which IP is being attacked, 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\/2022\/05\/image.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image.png\" alt=\"\" class=\"wp-image-2121\"\/><\/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><\/strong><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, now it&#8217;s time to create the route on your Cisco Router to effectively throw the IP to Blackhole or Null0.<\/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<p class=\"wp-block-paragraph\">Commands applied:<\/p>\n\n<pre class=\"wp-block-preformatted\">enable<br\/>configure terminal<br\/>ip route 200.200.200.1 255.255.255.255 Null0<\/pre>\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 show command:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-1.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-1.png\" alt=\"\" class=\"wp-image-2122\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">If the route is showing as Null0 then you are already sending it to Blackhole.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>3 \u2013 Advertise 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 carriers\/upstreams.<\/p>\n\n<p class=\"wp-block-paragraph\">Note: Before setting up, it is always recommended to talk to your Operator\/Upstream to find out which Blackhole BGP community is.<\/p>\n\n<p class=\"wp-block-paragraph\">The BGP session with your carrier needs to be established.<\/p>\n\n<p class=\"wp-block-paragraph\">For this we have a few steps:<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Configure your Carrier\/Upstream Blackhole Community<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">To configure the blackhole community to be used later, we need to run the following command:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-2.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-2.png\" alt=\"\" class=\"wp-image-2123\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Commands:<\/p>\n\n<pre class=\"wp-block-preformatted\">ip prefix-list BLACKHOLE permit 200.200.200.1\/32<br\/>route-map BLACKHOLE permit<br\/>match ip address prefix-list BLACKHOLE<br\/>set community 666:666<\/pre>\n\n<p class=\"wp-block-paragraph\"> set community 666:666<\/p>\n\n<p class=\"wp-block-paragraph\">In case it is necessary to add more communities, apply the same command changing the community name and number.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Tip: Talk to your operator to find out which BGP blackhole community they use.<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">Announce the attacked IP with the BlackHole community for Upstream<\/p>\n\n<p class=\"wp-block-paragraph\">To carry out the advertisement of the attacked IP with the blackhole community, it is necessary to carry out the following steps;<\/p>\n\n<p class=\"wp-block-paragraph\">Enter the Cisco router&#8217;s BGP configuration<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-3.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-3.png\" alt=\"\" class=\"wp-image-2124\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">After that, we announce the attacked IP to our Upstream, using the command below;<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-4.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-4.png\" alt=\"\" class=\"wp-image-2125\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Commands:<\/p>\n\n<pre class=\"wp-block-preformatted\">router bgp 65000<br\/>neighbor 192.168.100.1 as 64700<br\/>neighbor 192.168.100.1 route-map BLACKHOLE out<\/pre>\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, it is possible to automate the blackhole announcement process of attacked IPs.<\/p>\n\n<p class=\"wp-block-paragraph\">For that we need:<\/p>\n\n<ol class=\"wp-block-list\"><li>Configure the BGP session between the Edge Router and Made4Flow;<\/li><\/ol>\n\n<p class=\"wp-block-paragraph\">To configure the BGP session between the Router and Made4Flow, you need to create a route-map and then the BGP session.<\/p>\n\n<p class=\"wp-block-paragraph\">To configure the route-map:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-5.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-5.png\" alt=\"\" class=\"wp-image-2126\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Comando: route-map MADE4FLOW-IN permit 1000<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>             <\/strong><strong>set ip nex-hop 192.168.66.66<\/strong><\/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 BGP community and the correct Next-hop if you prefer.<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>Configure Made4Flow to send via Actions<\/strong><\/p>\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:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-6.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-6.png\" alt=\"\" class=\"wp-image-2127\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\"><strong>Configure the Router to Send to Carriers<\/strong><\/p>\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 outbound Route-map match.<\/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\/2022\/05\/image-7.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-7.png\" alt=\"\" class=\"wp-image-2128\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">The next step is to configure the Route-map of your operator\/upstream, as in sending the blackhole, but now matching the community in the match, as in our configuration:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-8.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-8.png\" alt=\"\" class=\"wp-image-2129\"\/><\/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\/2022\/05\/image-9.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-9.png\" alt=\"\" class=\"wp-image-2130\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command: <\/p>\n\n<pre class=\"wp-block-preformatted\">show bgp ipv4 unicast neighbors 192.168.120.2 routes<\/pre>\n\n<p class=\"wp-block-paragraph\">And if you are sending to the operator:<\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-10.png\"><img decoding=\"async\" src=\"https:\/\/www.made4it.com.br\/wp-content\/uploads\/2022\/05\/image-10.png\" alt=\"\" class=\"wp-image-2131\"\/><\/a><\/figure>\n\n<p class=\"wp-block-paragraph\">Command:<\/p>\n\n<p class=\"wp-block-paragraph\">show bgp ipv4 unicast neighbors 192.168.1.1 advertised-routes<\/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\">We have additional content on how to configure <a href=\"https:\/\/made4it.com.br\/en\/blog\/blackhole-bgp-mikrotik\/\" class=\"rank-math-link\">Blackhole<\/a>, which you can find on our blog. If you have any questions, please contact our team of experts at <br\/><br\/><strong>. Leonardo Nascimento | Made4it Consultant<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Now that you know what a BGP Blackhole is (if you still don&#8217;t know, check out our article on RTBH \u2013 Blackhole). Now it&#8217;s time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply making the router discard packets directed to that IP. With Blackhole you can also announce these attacked IPs to your suppliers\/upstreams and thus stop the attacks. Now that I know what it is, now comes the question, how to blackhole my router? In today&#8217;s article we will show you how to configure Blackhole on Cisco routers To do the Blackhole manually we have some steps that are: Identify the attacked IP; Create the route to blackhole; Advertise this blackhole route via BGP to your carriers\/upstreams. You can automate all of this with Made4Flow, already closing a direct session and not having to do manual work. Let&#8217;s go to the settings then 1 \u2013 Identify the attacked IP You can do this by analyzing NetFlow data\u2014such as in Made4Flow\u2014using the graphs and identifying, through the Raw Data Report, which IP address has the highest traffic and is likely the victim of the attack. Within Made4Flow, access, for example, the Interface Graph by Application, then, by clicking on the most used port, you can identify which IP is being attacked, or through Made4Flow, simply by accessing the Anti-DDoS module -&gt; Active Anomalies. The attacked IP was: 200.189.56.55 (Example) 2) Create a route to Blackhole or Null0 After identifying the attacked IP via Made4Flow, now it&#8217;s time to create the route on your Cisco Router to effectively throw the IP to Blackhole or Null0. Let&#8217;s assume that the attacked IP is 200.200.200.1, let&#8217;s create the route as follows Commands applied: enableconfigure terminalip route 200.200.200.1 255.255.255.255 Null0 After applying the route pointing to Null0 this IP will STOP WORKING! You can check the route using the show command: If the route is showing as Null0 then you are already sending it to Blackhole. 3 \u2013 Advertise the IP in blackhole via BGP to your operators\/upstreams After identifying and blackhole the route, you need to advertise via BGP to your carriers\/upstreams. Note: Before setting up, it is always recommended to talk to your Operator\/Upstream to find out which Blackhole BGP community is. The BGP session with your carrier needs to be established. For this we have a few steps: Configure your Carrier\/Upstream Blackhole Community To configure the blackhole community to be used later, we need to run the following command: Commands: ip prefix-list BLACKHOLE permit 200.200.200.1\/32route-map BLACKHOLE permitmatch ip address prefix-list BLACKHOLEset community 666:666 set community 666:666 In case it is necessary to add more communities, apply the same command changing the community name and number. Tip: Talk to your operator to find out which BGP blackhole community they use. Announce the attacked IP with the BlackHole community for Upstream To carry out the advertisement of the attacked IP with the blackhole community, it is necessary to carry out the following steps; Enter the Cisco router&#8217;s BGP configuration After that, we announce the attacked IP to our Upstream, using the command below; Commands: router bgp 65000neighbor 192.168.100.1 as 64700neighbor 192.168.100.1 route-map BLACKHOLE out Automating with Made4Flow With Made4Flow, it is possible to automate the blackhole announcement process of attacked IPs. For that we need: Configure the BGP session between the Edge Router and Made4Flow; To configure the BGP session between the Router and Made4Flow, you need to create a route-map and then the BGP session. To configure the route-map: Comando: route-map MADE4FLOW-IN permit 1000 set ip nex-hop 192.168.66.66 In this case it is necessary to add Next-hop manually on the router. Within Made4Flow, you can already advertise with the BGP community and the correct Next-hop if you prefer. Configure Made4Flow to send via Actions 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: Configure the Router to Send to Carriers To configure to send to operators\/upstreams you need to configure so that the BGP community is identified in the outbound Route-map match. For this we need to configure an ip community-filter The next step is to configure the Route-map of your operator\/upstream, as in sending the blackhole, but now matching the community in the match, as in our configuration: Check if you receive from Made4Flow Command: show bgp ipv4 unicast neighbors 192.168.120.2 routes And if you are sending to the operator: Command: show bgp ipv4 unicast neighbors 192.168.1.1 advertised-routes Having made these settings, the automation of Made4Flow is ready. Upon receiving an attack, Made4Flow can now send this route to Blackhole. We have additional content on how to configure Blackhole, which you can find on our blog. If you have any questions, please contact our team of experts at . Leonardo Nascimento | Made4it Consultant<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-19240","post","type-post","status-publish","format-standard","hentry","category-nao-categorizado"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Now that you know what a BGP Blackhole is (if you still don&#039;t know, check out our article on RTBH \u2013 Blackhole). Now it&#039;s time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply\" \/>\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\/how-to-configure-blackhole-on-cisco-ios-xe\/\" \/>\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=\"How to Configure Blackhole on Cisco IOS-XE - Made4it\" \/>\n\t\t<meta property=\"og:description\" content=\"Now that you know what a BGP Blackhole is (if you still don&#039;t know, check out our article on RTBH \u2013 Blackhole). Now it&#039;s time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/\" \/>\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=\"2022-05-09T15:36:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-01T15:15:43+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Configure Blackhole on Cisco IOS-XE - Made4it\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Now that you know what a BGP Blackhole is (if you still don&#039;t know, check out our article on RTBH \u2013 Blackhole). Now it&#039;s time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply\" \/>\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\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#blogposting\",\"name\":\"How to Configure Blackhole on Cisco IOS-XE - Made4it\",\"headline\":\"How to Configure Blackhole on Cisco IOS-XE\",\"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\\\/2022\\\/05\\\/image.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#articleImage\"},\"datePublished\":\"2022-05-09T15:36:00+00:00\",\"dateModified\":\"2026-07-01T15:15:43+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#webpage\"},\"articleSection\":\"N\\u00e3o categorizado\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"position\":2,\"name\":\"N\\u00e3o categorizado\",\"item\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#listItem\",\"name\":\"How to Configure Blackhole on Cisco IOS-XE\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#listItem\",\"position\":3,\"name\":\"How to Configure Blackhole on Cisco IOS-XE\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/category\\\/nao-categorizado\\\/#listItem\",\"name\":\"N\\u00e3o categorizado\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#organization\",\"name\":\"Made4it\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/logomade4it.png\",\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#organizationLogo\",\"width\":87,\"height\":27},\"image\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#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\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#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\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#webpage\",\"url\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/\",\"name\":\"How to Configure Blackhole on Cisco IOS-XE - Made4it\",\"description\":\"Now that you know what a BGP Blackhole is (if you still don't know, check out our article on RTBH \\u2013 Blackhole). Now it's time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \\u201cblack hole\\u201d or simply\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/how-to-configure-blackhole-on-cisco-ios-xe\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/made4it.com.br\\\/en\\\/blog\\\/author\\\/made4it\\\/#author\"},\"datePublished\":\"2022-05-09T15:36:00+00:00\",\"dateModified\":\"2026-07-01T15:15:43+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":"How to Configure Blackhole on Cisco IOS-XE - Made4it","description":"Now that you know what a BGP Blackhole is (if you still don't know, check out our article on RTBH \u2013 Blackhole). Now it's time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply","canonical_url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#blogposting","name":"How to Configure Blackhole on Cisco IOS-XE - Made4it","headline":"How to Configure Blackhole on Cisco IOS-XE","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\/2022\/05\/image.png","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#articleImage"},"datePublished":"2022-05-09T15:36:00+00:00","dateModified":"2026-07-01T15:15:43+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#webpage"},"isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#webpage"},"articleSection":"N\u00e3o categorizado"},{"@type":"BreadcrumbList","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/made4it.com.br\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","position":2,"name":"N\u00e3o categorizado","item":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/","nextItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#listItem","name":"How to Configure Blackhole on Cisco IOS-XE"},"previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#listItem","position":3,"name":"How to Configure Blackhole on Cisco IOS-XE","previousItem":{"@type":"ListItem","@id":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/#listItem","name":"N\u00e3o categorizado"}}]},{"@type":"Organization","@id":"https:\/\/made4it.com.br\/en\/#organization","name":"Made4it","url":"https:\/\/made4it.com.br\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png","@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#organizationLogo","width":87,"height":27},"image":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#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\/how-to-configure-blackhole-on-cisco-ios-xe\/#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\/how-to-configure-blackhole-on-cisco-ios-xe\/#webpage","url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/","name":"How to Configure Blackhole on Cisco IOS-XE - Made4it","description":"Now that you know what a BGP Blackhole is (if you still don't know, check out our article on RTBH \u2013 Blackhole). Now it's time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/made4it.com.br\/en\/#website"},"breadcrumb":{"@id":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/#breadcrumblist"},"author":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"creator":{"@id":"https:\/\/made4it.com.br\/en\/blog\/author\/made4it\/#author"},"datePublished":"2022-05-09T15:36:00+00:00","dateModified":"2026-07-01T15:15:43+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":"How to Configure Blackhole on Cisco IOS-XE - Made4it","og:description":"Now that you know what a BGP Blackhole is (if you still don't know, check out our article on RTBH \u2013 Blackhole). Now it's time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply","og:url":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/","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":"2022-05-09T15:36:00+00:00","article:modified_time":"2026-07-01T15:15:43+00:00","twitter:card":"summary_large_image","twitter:title":"How to Configure Blackhole on Cisco IOS-XE - Made4it","twitter:description":"Now that you know what a BGP Blackhole is (if you still don't know, check out our article on RTBH \u2013 Blackhole). Now it's time to configure it and be able to protect yourself from DDoS attacks. To summarize the Blackhole, it is a technique of sending a route to the \u201cblack hole\u201d or simply","twitter:image":"https:\/\/made4it.com.br\/wp-content\/uploads\/2025\/09\/logomade4it.png"},"aioseo_meta_data":{"post_id":"19240","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-07-01 15:15:45","updated":"2026-07-01 17:31:09"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/\" title=\"N\u00e3o categorizado\">N\u00e3o categorizado<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Configure Blackhole on Cisco IOS-XE\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/made4it.com.br\/en\/"},{"label":"N\u00e3o categorizado","link":"https:\/\/made4it.com.br\/en\/blog\/category\/nao-categorizado\/"},{"label":"How to Configure Blackhole on Cisco IOS-XE","link":"https:\/\/made4it.com.br\/en\/blog\/how-to-configure-blackhole-on-cisco-ios-xe\/"}],"_links":{"self":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/19240","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=19240"}],"version-history":[{"count":1,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/19240\/revisions"}],"predecessor-version":[{"id":19242,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/posts\/19240\/revisions\/19242"}],"wp:attachment":[{"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/media?parent=19240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/categories?post=19240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/made4it.com.br\/en\/wp-json\/wp\/v2\/tags?post=19240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}