<?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 ASA: why doesn't &amp;quot;route-map&amp;quot; &amp;quot;set ip next-hop&amp;quot; work for me? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835171#M489588</link>
    <description>&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to redirect some HTTP traffic to an Ironport WSA (for now) on a DMZ interface, the initial config I'm trying to test is along the lines of the following (don't have access to the ASA at the moment to cut-and-paste, sorry):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny any any neq www&lt;/P&gt;&lt;P&gt;access-list 101 deny tcp host 10.0.2.2 any&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map proxy-redirect permit 101&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match ip address 101&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set ip next-hop 10.0.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the ASA does not take the "set ip next-hop" command, I get an invalid input error message and if I at the route map config prompt type "?" only the "metric" and "metric-type" commands are listed as available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens both on 8.2 (ASA5510) and 8.4(2) (ASA5505). Since others are able to make this work, I assume there's something else on the ASA that I have to set to enable this command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know folks will suggest WCCP but that's not going to be applicable in my case I'm afraid, and although I can make a NAT rule work under 8.4, that sadly doesn't work under 8.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 22:09:21 GMT</pubDate>
    <dc:creator>ohansen</dc:creator>
    <dc:date>2019-03-11T22:09:21Z</dc:date>
    <item>
      <title>ASA: why doesn't "route-map" "set ip next-hop" work for me?</title>
      <link>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835171#M489588</link>
      <description>&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to redirect some HTTP traffic to an Ironport WSA (for now) on a DMZ interface, the initial config I'm trying to test is along the lines of the following (don't have access to the ASA at the moment to cut-and-paste, sorry):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 deny any any neq www&lt;/P&gt;&lt;P&gt;access-list 101 deny tcp host 10.0.2.2 any&lt;/P&gt;&lt;P&gt;access-list 101 permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map proxy-redirect permit 101&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; match ip address 101&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set ip next-hop 10.0.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the ASA does not take the "set ip next-hop" command, I get an invalid input error message and if I at the route map config prompt type "?" only the "metric" and "metric-type" commands are listed as available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens both on 8.2 (ASA5510) and 8.4(2) (ASA5505). Since others are able to make this work, I assume there's something else on the ASA that I have to set to enable this command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know folks will suggest WCCP but that's not going to be applicable in my case I'm afraid, and although I can make a NAT rule work under 8.4, that sadly doesn't work under 8.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:09:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835171#M489588</guid>
      <dc:creator>ohansen</dc:creator>
      <dc:date>2019-03-11T22:09:21Z</dc:date>
    </item>
    <item>
      <title>ASA: why doesn't "route-map" "set ip next-hop" work for me?</title>
      <link>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835172#M489590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Since others are able to make this work&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How ?&amp;nbsp; because PBR is not supported on the ASA and route-maps are used for redistribution purposes only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to rate if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 10:31:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835172#M489590</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2012-01-03T10:31:39Z</dc:date>
    </item>
    <item>
      <title>ASA: why doesn't "route-map" "set ip next-hop" work for me?</title>
      <link>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835173#M489592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;EM&gt;Since others are able to make this work&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are a few posts/articles out there that hints that it's possible, like the one below, I was hoping it would be tied to a licenced feature, routing config etc., but I guess you're right...&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/thread/2058702"&gt;https://supportforums.cisco.com/thread/2058702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 14:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835173#M489592</guid>
      <dc:creator>ohansen</dc:creator>
      <dc:date>2012-01-03T14:39:45Z</dc:date>
    </item>
    <item>
      <title>ASA: why doesn't "route-map" "set ip next-hop" work for me?</title>
      <link>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835174#M489594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear bro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the others ways to do rather then next-hop config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please write down that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 20:48:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-why-doesn-t-quot-route-map-quot-quot-set-ip-next-hop-quot/m-p/1835174#M489594</guid>
      <dc:creator>Waisudin Farzam</dc:creator>
      <dc:date>2013-08-06T20:48:43Z</dc:date>
    </item>
  </channel>
</rss>

