<?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: Route Map for DNS in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441781#M139698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;pener1963 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 3845 with a T1 that we use for Public DNS queries and zone transfers with a ISP. The defualt route on the router points to the other side on the T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently we added a DS3 that will be used for VPN users. So, from what I understand, since I wont be able to use route-maps for VPN users because the traffic hits the router encrypted, I will have to do it for the DNS traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is make the DS3 the defualt route, have DNS traffic go through the T1, and Bob's your uncle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have done so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 63.63.63.62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial1/0&lt;BR /&gt;description Qwest DS3 - VPN traffic&lt;BR /&gt;ip address 63.63.63.63 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group inbound_qwest_DS3 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0:1&lt;BR /&gt;description Qwest - T1 - DNS traffic&lt;BR /&gt;ip address 88.88.88.88 255.255.255.252&lt;BR /&gt;ip access-group inbound_qwest_t1 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip route 0.0.0.0 0.0.0.0 63.63.63.62 &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 88.88.88.87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But this is not working. Anyone see what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very confusing post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You say you want to use T1 for DNS traffic and yet the route-map next-hop is set to the DS3 next-hop ?&lt;/P&gt;&lt;P&gt;2) What is the IP address of the DNS server ?&lt;/P&gt;&lt;P&gt;3) where is the DNS server in location to your router ie. which interface does it come in on ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 13:22:43 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2010-08-09T13:22:43Z</dc:date>
    <item>
      <title>Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441780#M139697</link>
      <description>&lt;P&gt;I have a 3845 with a T1 that we use for Public DNS queries and zone transfers with a ISP. The defualt route on the router points to the other side on the T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently we added a DS3 that will be used for VPN users. So, from what I understand, since I wont be able to use route-maps for VPN users because the traffic hits the router encrypted, I will have to do it for the DNS traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is make the DS3 the defualt route, have DNS traffic go through the T1, and Bob's your uncle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have done so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 63.63.63.62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial1/0&lt;BR /&gt;description Qwest DS3 - VPN traffic&lt;BR /&gt;ip address 63.63.63.63 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group inbound_qwest_DS3 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0:1&lt;BR /&gt;description Qwest - T1 - DNS traffic&lt;BR /&gt;ip address 88.88.88.88 255.255.255.252&lt;BR /&gt;ip access-group inbound_qwest_t1 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip route 0.0.0.0 0.0.0.0 63.63.63.62 &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 88.88.88.87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But this is not working. Anyone see what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 17:21:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441780#M139697</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2019-03-04T17:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441781#M139698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;pener1963 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 3845 with a T1 that we use for Public DNS queries and zone transfers with a ISP. The defualt route on the router points to the other side on the T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently we added a DS3 that will be used for VPN users. So, from what I understand, since I wont be able to use route-maps for VPN users because the traffic hits the router encrypted, I will have to do it for the DNS traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is make the DS3 the defualt route, have DNS traffic go through the T1, and Bob's your uncle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have done so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 63.63.63.62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial1/0&lt;BR /&gt;description Qwest DS3 - VPN traffic&lt;BR /&gt;ip address 63.63.63.63 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group inbound_qwest_DS3 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0:1&lt;BR /&gt;description Qwest - T1 - DNS traffic&lt;BR /&gt;ip address 88.88.88.88 255.255.255.252&lt;BR /&gt;ip access-group inbound_qwest_t1 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip route 0.0.0.0 0.0.0.0 63.63.63.62 &lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 88.88.88.87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But this is not working. Anyone see what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very confusing post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You say you want to use T1 for DNS traffic and yet the route-map next-hop is set to the DS3 next-hop ?&lt;/P&gt;&lt;P&gt;2) What is the IP address of the DNS server ?&lt;/P&gt;&lt;P&gt;3) where is the DNS server in location to your router ie. which interface does it come in on ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:22:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441781#M139698</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-08-09T13:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441782#M139699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opps my bad. For obvious reasons I cant copy right&amp;nbsp; from the config....but you are right, it should read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 88.88.88.87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial1/0&lt;BR /&gt;description Qwest DS3 - VPN traffic&lt;BR /&gt;ip address 63.63.63.63 255.255.255.252&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip access-group inbound_qwest_DS3 in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Serial0/0/0:1&lt;BR /&gt;description Qwest - T1 - DNS traffic&lt;BR /&gt;ip address 88.88.88.88 255.255.255.252&lt;BR /&gt;ip access-group inbound_qwest_t1 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ip route 0.0.0.0 0.0.0.0 63.63.63.62&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 88.88.88.87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IPs of the DNS servers are 192.168.40.11 and .12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DNS servers are on the other side of the FW. There is a route on the 3845 for them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 192.168.40.0 255.255.255.0 172.31.1.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry about that. All this is confusing enough.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:33:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441782#M139699</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2010-08-09T13:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441783#M139700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The IPs of the DNS servers are 192.168.40.11 and .12&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt; height: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The DNS servers are on the other side of the FW. There is a route on the 3845 for them:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt; height: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ip route 192.168.40.0 255.255.255.0 172.31.1.4&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt; height: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt; height: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sorry about that. All this is confusing enough.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;You need to apply the route-map to the incoming interface for the DNS servers ie. you are trying to send the DNS servers traffic down the T1 link but you have applied the route-map to the T1 link. You need to apply it to the interface on the router that the DNS traffic comes from ie. the interface that connects to 172.31.1.4 by the looks of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:38:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441783#M139700</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-08-09T13:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441784#M139701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Jon. Note taking. I thought the route map had to be applied to the OUTGOING interface, but if thats not so, it will go on this interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.10&lt;/P&gt;&lt;P&gt;Description - To Edge Firewall&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 10&lt;/P&gt;&lt;P&gt;172.31.1.8 255.255.255.240&lt;/P&gt;&lt;P&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;Would it be easier to just add the ips of the servers them selves to the Access List? i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit ip host 192.168.40.11 any &lt;BR /&gt;permit ip host 192.168.40.12 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 63.63.63.62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the source port which is what I did before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:49:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441784#M139701</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2010-08-09T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Route Map for DNS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441785#M139702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;pener1963 wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK Jon. Note taking. I thought the route map had to be applied to the OUTGOING interface, but if thats not so, it will go on this interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.10&lt;/P&gt;&lt;P&gt;Description - To Edge Firewall&lt;/P&gt;&lt;P&gt;encapsulation dot1Q 10&lt;/P&gt;&lt;P&gt;172.31.1.8 255.255.255.240&lt;/P&gt;&lt;P&gt;ip policy route-map rmap_DNS_traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;Would it be easier to just add the ips of the servers them selves to the Access List? i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit ip host 192.168.40.11 any &lt;BR /&gt;permit ip host 192.168.40.12 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map rmap_DNS_traffic permit 10&lt;BR /&gt;match ip address DNS_traffic&lt;BR /&gt;set ip next-hop 63.63.63.62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the source port which is what I did before:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DNS_traffic&lt;/P&gt;&lt;P&gt;permit tcp any eq domain any&lt;BR /&gt;permit udp any eq domain any&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would certainly be better to use the IP's and if you want to route all traffic for these 2 ips down the T1 then yes use "ip any any". But if you only want to route the DNS traffic you will need to use the ports. Either way i would use the IPs and not "any".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:53:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-for-dns/m-p/1441785#M139702</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2010-08-09T13:53:59Z</dc:date>
    </item>
  </channel>
</rss>

