<?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: Routing in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582490#M592085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is classic asymmetry issue that we see quiet often.&lt;/P&gt;&lt;P&gt;Once solution to this is to have a route-map on the inside router/switch to set the next-hop as the mgmt interface IP of the ASA based on the source IP and destination IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 00:41:57 GMT</pubDate>
    <dc:creator>Kureli Sankar</dc:creator>
    <dc:date>2011-02-10T00:41:57Z</dc:date>
    <item>
      <title>Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582488#M592082</link>
      <description>&lt;P&gt;Hello Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a routing problem with with my asa. The ASA has an inside (172.16.2.25) and outside interface (public IP address) and a management interface (10.0.128.2) which is not the default gateway for the management LAN. In the management LAN there are also Cisco LMS and other Network Tools. On the Inside interface are the local LAN's.&lt;/P&gt;&lt;P&gt;The ospf process is also running distributing all the required networks to the ASA. The management LAN has a Metric of 0 because it is a connected network and this causes asymetric routing behaviour when packets coming from the inside interface to the management LAN. Inside packets hitting the outside interface and leaving the ASA through the management interface and the return packets leaving through the default gateway.&lt;/P&gt;&lt;P&gt;I tried static routing on the ASA for packets with destination to my management LAN with default interface Inside. This works but after a while it goes back to the management interface and i have no idea why. Somehow the static route to the management lan is not persistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advanced&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:48:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582488#M592082</guid>
      <dc:creator>alex.dersch</dc:creator>
      <dc:date>2019-03-11T19:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582489#M592084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible for you to load a sanitized version of your config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 19:19:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582489#M592084</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-02-09T19:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582490#M592085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is classic asymmetry issue that we see quiet often.&lt;/P&gt;&lt;P&gt;Once solution to this is to have a route-map on the inside router/switch to set the next-hop as the mgmt interface IP of the ASA based on the source IP and destination IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 00:41:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582490#M592085</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-02-10T00:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582491#M592087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here come the config.&lt;/P&gt;&lt;P&gt;thanks for having a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA Version 8.3(1) &lt;BR /&gt;!&lt;BR /&gt;terminal width 511&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; nameif OUTSIDE&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address Public IP Address 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; nameif INSIDE&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 172.16.2.25 255.255.255.248 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; shutdown&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt; speed 1000&lt;BR /&gt; duplex full&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt; nameif MANAGEMENT&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.0.128.2 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone CEST 1&lt;BR /&gt;clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00&lt;BR /&gt;dns domain-lookup INSIDE&lt;BR /&gt;dns domain-lookup MANAGEMENT&lt;BR /&gt;dns server-group DNS-GROUP_BS&lt;BR /&gt; name-server 10.0.128.10&lt;BR /&gt; name-server 172.28.1.2&lt;BR /&gt; name-server 172.28.1.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging list UserAuth level emergencies class auth&lt;BR /&gt;logging asdm-buffer-size 512&lt;BR /&gt;logging console warnings&lt;BR /&gt;logging monitor debugging&lt;BR /&gt;logging trap notifications&lt;BR /&gt;logging history notifications&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;logging host MANAGEMENT 10.0.128.11&lt;BR /&gt;logging permit-hostdown&lt;BR /&gt;flow-export destination INSIDE 10.0.128.5 2055&lt;BR /&gt;flow-export delay flow-create 15&lt;BR /&gt;mtu OUTSIDE 1500&lt;BR /&gt;mtu INSIDE 1500&lt;BR /&gt;mtu MANAGEMENT 1500&lt;BR /&gt;ip verify reverse-path interface OUTSIDE&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt; router-id 172.16.2.25&lt;BR /&gt; network 172.16.2.24 255.255.255.248 area 0&lt;BR /&gt; network 172.24.5.0 255.255.255.0 area 0&lt;BR /&gt; network 172.24.6.0 255.255.255.0 area 0&lt;BR /&gt; network 192.168.254.112 255.255.255.240 area 0&lt;BR /&gt; area 0&lt;BR /&gt; log-adj-changes detail&lt;BR /&gt; redistribute static metric-type 1 subnets&lt;BR /&gt; default-information originate always metric 1&lt;BR /&gt;!&lt;BR /&gt;route OUTSIDE 0.0.0.0 0.0.0.0 194.209.59.1 1&lt;BR /&gt;route INSIDE 10.0.128.0 255.255.255.0 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.1 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.3 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.4 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.5 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.6 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.7 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.8 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.9 255.255.255.255 172.16.2.30 1&lt;BR /&gt;route INSIDE 10.0.128.10 255.255.255.255 172.16.2.30 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;aaa authentication enable console LOCAL &lt;BR /&gt;aaa authentication ssh console LOCAL &lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 MANAGEMENT&lt;BR /&gt;http 0.0.0.0 0.0.0.0 INSIDE&lt;BR /&gt;snmp-server host INSIDE 10.0.128.11 poll community ***** version 2c&lt;BR /&gt;snmp-server host INSIDE 10.0.128.5 poll community ***** version 2c&lt;BR /&gt;snmp-server community *****&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;snmp-server enable traps syslog&lt;BR /&gt;snmp-server enable traps ipsec start stop&lt;BR /&gt;snmp-server enable traps entity config-change&lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;BR /&gt;ssh scopy enable&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 INSIDE&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 MANAGEMENT&lt;BR /&gt;ssh timeout 30&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access MANAGEMENT&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection scanning-threat shun except ip-address 10.0.128.0 255.255.255.0&lt;BR /&gt;threat-detection scanning-threat shun duration 60&lt;BR /&gt;threat-detection statistics host&lt;BR /&gt;threat-detection statistics port&lt;BR /&gt;threat-detection statistics protocol&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ntp server 10.0.128.1 source MANAGEMENT prefer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt;&amp;nbsp; message-length maximum client auto&lt;BR /&gt;&amp;nbsp; message-length maximum 512&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns preset_dns_map &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; inspect ip-options &lt;BR /&gt;&amp;nbsp; inspect icmp error &lt;BR /&gt;&amp;nbsp; inspect icmp &lt;BR /&gt; class global-class&lt;BR /&gt;&amp;nbsp; flow-export event-type all destination 10.0.128.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 08:40:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582491#M592087</guid>
      <dc:creator>alex.dersch</dc:creator>
      <dc:date>2011-02-10T08:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582492#M592089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there might be a problem with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;TITLE&gt;&lt;/TITLE&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p2"&gt;interface Management0/0&lt;/P&gt;&lt;P class="p2"&gt;nameif MANAGEMENT&lt;/P&gt;&lt;P class="p2"&gt;security-level 100&lt;/P&gt;&lt;P class="p2"&gt;ip address 10.0.128.2 255.255.255.0&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p2"&gt;route INSIDE 10.0.128.0 255.255.255.0 172.16.2.30 1&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p2"&gt;Your management interface is 10.0.128.0/24 and there is a route for that same subnet but going through the inside. The prefered route should be the directly connected in this case the interface m0/0.&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p2"&gt;Is that something you have noticed before?&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 14:06:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582492#M592089</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-02-10T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing in ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582493#M592091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no i want traffic to and from the devices in the management LAN&amp;nbsp; going through the inside interface It's working now i configured a route map on the default&lt;/P&gt;&lt;P&gt;gateway in this VLAN.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But thank you for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 15:14:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-in-asa/m-p/1582493#M592091</guid>
      <dc:creator>alex.dersch</dc:creator>
      <dc:date>2011-02-10T15:14:46Z</dc:date>
    </item>
  </channel>
</rss>

