<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi,Then , don't use this at in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590387#M205321</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Then , don't use this at all as this will not work.&lt;/P&gt;&lt;P&gt;Use SHUN instead.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
    <pubDate>Thu, 13 Nov 2014 05:40:50 GMT</pubDate>
    <dc:creator>Vibhor Amrodia</dc:creator>
    <dc:date>2014-11-13T05:40:50Z</dc:date>
    <item>
      <title>ASA null0 route question</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590382#M205316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks that there are no null route function in earlier version of ASA.&amp;nbsp; Just today when checking with 9.x it have null0 route now&lt;/P&gt;&lt;P&gt;Ref:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/route-static.html#pgfId-1254465" target="_blank"&gt;http://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/route-static.html#pgfId-1254465&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to check is it like following setup.&lt;/P&gt;&lt;P&gt;Source IP: 172.0.10.11&lt;/P&gt;&lt;P&gt;and need to black-hole it&lt;/P&gt;&lt;P&gt;so it should be like following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route null0 172.0.10.11 255.255.255.255&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:03:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590382#M205316</guid>
      <dc:creator>Machi Ma</dc:creator>
      <dc:date>2019-03-12T05:03:50Z</dc:date>
    </item>
    <item>
      <title>Hi,Null route will help you</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590383#M205317</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Null route will help you to Black Hole for a specific Destination IP and not the sources.&lt;/P&gt;&lt;P&gt;For Ex:-&lt;/P&gt;&lt;P&gt;route null0 172.0.10.11 255.255.255.255&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will drop all the traffic going to 172.0.10.11&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2014 10:25:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590383#M205317</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-11-12T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Hi,Thanks for advise.  How</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590384#M205318</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for advise.&amp;nbsp; How about if I create the dummy interface&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;interface ethernet0/1.1000&lt;/P&gt;&lt;P&gt;description Black Hole dummy interface&lt;/P&gt;&lt;P&gt;nameif bh0&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 10.0.0.1 255.255.255.252&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I add static route to this interface&lt;/P&gt;&lt;P&gt;route bh0 172.0.10.11 255.255.255.255 10.0.0.1 255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I could not have control of Router end, so my propose is want to save some power of ASA for building some ACL to block those IPs and save some log space.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:00:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590384#M205318</guid>
      <dc:creator>Machi Ma</dc:creator>
      <dc:date>2014-11-13T05:00:46Z</dc:date>
    </item>
    <item>
      <title>Hi,I think Null route would</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590385#M205319</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think Null route would be better way to do it than this.&lt;/P&gt;&lt;P&gt;Also , if you want some traffic destined to IP:- 172.0.10.11 to be blackholed , you can add a dummy route as well pointing next hop to an Unused IP in the Subnet and that would also achieve the same results for you.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590385#M205319</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-11-13T05:15:16Z</dc:date>
    </item>
    <item>
      <title>Hi,Thanks but IP:- 172.0.10</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590386#M205320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks but IP:- 172.0.10.11 is source incoming toward to firewall.&amp;nbsp; Which I want to blackholed it.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:34:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590386#M205320</guid>
      <dc:creator>Machi Ma</dc:creator>
      <dc:date>2014-11-13T05:34:48Z</dc:date>
    </item>
    <item>
      <title>Hi,Then , don't use this at</title>
      <link>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590387#M205321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Then , don't use this at all as this will not work.&lt;/P&gt;&lt;P&gt;Use SHUN instead.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:40:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-null0-route-question/m-p/2590387#M205321</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-11-13T05:40:50Z</dc:date>
    </item>
  </channel>
</rss>

