<?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 Re: How do you filter the default-orignate from a network? in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786436#M54305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to follow ROUTER -1 Configurations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009487d.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009487d.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 02:07:30 GMT</pubDate>
    <dc:creator>purohit_810</dc:creator>
    <dc:date>2007-07-31T02:07:30Z</dc:date>
    <item>
      <title>How do you filter the default-orignate from a network?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786435#M54304</link>
      <description>&lt;P&gt;I have 2 ASA's connected to 2 ISP's.  One with default originate metric 1 and the backup with default-originate metric 5.  how do have one specific network use the backup as a primary?  Lets say I have 10.0.0.0/8 use primary but I want the specific 10.10.0.0/16 to use the backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 02:06:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786435#M54304</guid>
      <dc:creator>chris.harwell</dc:creator>
      <dc:date>2019-03-04T02:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter the default-orignate from a network?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786436#M54305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Below link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to follow ROUTER -1 Configurations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009487d.shtml" target="_blank"&gt;http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a008009487d.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 02:07:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786436#M54305</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-07-31T02:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter the default-orignate from a network?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786437#M54306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to configure only below configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname R103&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; ip address 10.10.34.3 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial8/0&lt;/P&gt;&lt;P&gt; ip address 10.10.13.3 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router bgp 10&lt;/P&gt;&lt;P&gt;no synchronization&lt;/P&gt;&lt;P&gt; bgp log-neighbor-changes&lt;/P&gt;&lt;P&gt; network 10.10.34.0 mask 255.255.255.0&lt;/P&gt;&lt;P&gt; neighbor 10.10.13.1 remote-as 11&lt;/P&gt;&lt;P&gt; neighbor 10.10.13.1 default-originate&lt;/P&gt;&lt;P&gt; neighbor 10.10.34.4 remote-as 10&lt;/P&gt;&lt;P&gt; neighbor 10.10.34.4 next-hop-self&lt;/P&gt;&lt;P&gt; no auto-summary&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dharmesh Purohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 02:11:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786437#M54306</guid>
      <dc:creator>purohit_810</dc:creator>
      <dc:date>2007-07-31T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you filter the default-orignate from a network?</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786438#M54307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dharmesh!  So would mine look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default-information originate metric 1 route-map MAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map MAP permit 10&lt;/P&gt;&lt;P&gt;  match ip address 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 10 deny 10.10.0.0 0.0.255.255&lt;/P&gt;&lt;P&gt;access-list 10 permit 0.0.0.0 or 10.0.0.0 0.0.0.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 02:21:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-do-you-filter-the-default-orignate-from-a-network/m-p/786438#M54307</guid>
      <dc:creator>chris.harwell</dc:creator>
      <dc:date>2007-07-31T02:21:50Z</dc:date>
    </item>
  </channel>
</rss>

