<?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 what did you try to add the in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077085#M146149</link>
    <description>&lt;P&gt;what did you try to add the route? It should be&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;route outside 0.0.0.0 0.0.0.0 NextHop&lt;/PRE&gt;
&lt;P&gt;where NextHop is the IP of the next router in the&amp;nbsp;&lt;SPAN&gt;10.190.200.56/29 network. If only specific networks are reachable through your outside network, replace "0.0.0.0 0.0.0.0" with the needed subnet and mask.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 22:01:33 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2017-03-01T22:01:33Z</dc:date>
    <item>
      <title>Adding static route to ASA</title>
      <link>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077084#M146147</link>
      <description>&lt;P&gt;Hey guys&lt;/P&gt;
&lt;P&gt;I have a firewall with an outside interface of 10.190.200.60 and an inside interface (Deltav) of 10.190.201.225. I am trying to access a host on the inside interface at 10.190.201.232. This access is coming from 10.190.80.x network. Below is the error I'm receiving from the ASA:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;Mar 01 2017&lt;/TD&gt;
&lt;TD&gt;16:10:52&lt;/TD&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;TD&gt;10.190.80.196&lt;/TD&gt;
&lt;TD&gt;62453&lt;/TD&gt;
&lt;TD&gt;10.190.201.232&lt;/TD&gt;
&lt;TD&gt;3389&lt;/TD&gt;
&lt;TD&gt;Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.190.80.196/62453 dst Deltav:10.190.201.232/3389 denied due to NAT reverse path failure&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When on the firewall and I try to ping the 10.190.80.2 (router) I get a "No route to host 10.190.80.2" error. I have tried everything I know to add a static route and nothing seems to work. Does anyone have any ideas to get this to work? I am pasting my configuration below.&lt;/P&gt;
&lt;P&gt;I am a novice and any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ASA Version 9.7(1) &lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;names&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt; nameif outside&lt;BR /&gt; security-level 0&lt;BR /&gt; ip address 10.190.200.60 255.255.255.248 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt; shutdown&lt;BR /&gt; nameif inside&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 192.168.1.1 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt; nameif Deltav&lt;BR /&gt; security-level 100&lt;BR /&gt; ip address 10.190.201.225 255.255.255.0 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&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/4&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/5&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/6&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/7&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 Management0/0&lt;BR /&gt; management-only&lt;BR /&gt; no nameif&lt;BR /&gt; no security-level&lt;BR /&gt; no ip address&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa971-smp-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone EST -5&lt;BR /&gt;clock summer-time EDT recurring&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt; subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object service RDP-SERVICE&lt;BR /&gt; service tcp destination eq 3389 &lt;BR /&gt;object service RDP-service&lt;BR /&gt; service tcp source eq 3389 &lt;BR /&gt;object service OPC-SERVICE&lt;BR /&gt; service tcp destination eq 135 &lt;BR /&gt;object network RDP-connection&lt;BR /&gt; host 10.190.201.232&lt;BR /&gt;access-list outside_access_in extended permit object RDP-SERVICE any object RDP-connection &lt;BR /&gt;access-list outside_access_in extended permit icmp any any echo &lt;BR /&gt;access-list outside_access_in extended permit icmp any any echo-reply &lt;BR /&gt;access-list outside_access_in extended permit icmp any any traceroute &lt;BR /&gt;access-list Deltav_access_in extended permit icmp any any echo &lt;BR /&gt;access-list Deltav_access_in extended permit icmp any any echo-reply &lt;BR /&gt;access-list Deltav_access_in extended permit icmp any any traceroute &lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu Deltav 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module &lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-771.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;nat (Deltav,outside) source static RDP-connection interface service any RDP-service&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;access-group Deltav_access_in in interface Deltav&lt;BR /&gt;router rip&lt;BR /&gt;!&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 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;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;http 10.190.200.0 255.255.255.0 outside&lt;BR /&gt;http 10.190.201.0 255.255.255.0 Deltav&lt;BR /&gt;http 10.0.0.0 255.0.0.0 outside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;management-access Deltav&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection scanning-threat&lt;BR /&gt;threat-detection statistics&lt;BR /&gt;threat-detection statistics tcp-intercept rate-interval 30 burst-rate 400 average-rate 200&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt; match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt; parameters&lt;BR /&gt; message-length maximum client auto&lt;BR /&gt; message-length maximum 512&lt;BR /&gt; no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt; inspect dns preset_dns_map &lt;BR /&gt; inspect ftp &lt;BR /&gt; inspect h323 h225 &lt;BR /&gt; inspect h323 ras &lt;BR /&gt; inspect rsh &lt;BR /&gt; inspect rtsp &lt;BR /&gt; inspect esmtp &lt;BR /&gt; inspect sqlnet &lt;BR /&gt; inspect skinny &lt;BR /&gt; inspect sunrpc &lt;BR /&gt; inspect xdmcp &lt;BR /&gt; inspect sip &lt;BR /&gt; inspect netbios &lt;BR /&gt; inspect tftp &lt;BR /&gt; inspect ip-options &lt;BR /&gt; inspect icmp &lt;BR /&gt; class class-default&lt;BR /&gt; user-statistics accounting&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context &lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;hpm topN enable&lt;BR /&gt;Cryptochecksum:a7a6d1f928448746280f8380b7813f7e&lt;BR /&gt;: end&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:59:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077084#M146147</guid>
      <dc:creator>rick.reynolds</dc:creator>
      <dc:date>2019-03-12T08:59:57Z</dc:date>
    </item>
    <item>
      <title>what did you try to add the</title>
      <link>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077085#M146149</link>
      <description>&lt;P&gt;what did you try to add the route? It should be&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;route outside 0.0.0.0 0.0.0.0 NextHop&lt;/PRE&gt;
&lt;P&gt;where NextHop is the IP of the next router in the&amp;nbsp;&lt;SPAN&gt;10.190.200.56/29 network. If only specific networks are reachable through your outside network, replace "0.0.0.0 0.0.0.0" with the needed subnet and mask.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 22:01:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077085#M146149</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2017-03-01T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Karsten</title>
      <link>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077086#M146150</link>
      <description>&lt;P&gt;Karsten&lt;/P&gt;
&lt;P&gt;Thank you for your response. I tried the route you suggested by putting:&lt;/P&gt;
&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.190.80.2 &amp;nbsp; (which is the outside router I need to get to).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I still can't communicate with it. Ping is being dropped. I ran a packet-tracer starting with the Deltav interface and ending with the outside router. It says that a configured rule is dropping the packet. I have explicitly permitted echo and echo-reply on both interfaces so I'm confused. Any ideas?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ciscoasa# packet-tracer input Deltav icmp 10.190.201.225 8 0 10.190.80.2 detai$&lt;/P&gt;
&lt;P&gt;Phase: 1&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt; Forward Flow based lookup yields rule:&lt;BR /&gt; in id=0x2aaac7f97b90, priority=1, domain=permit, deny=false&lt;BR /&gt; hits=12227, user_data=0x0, cs_id=0x0, l3_type=0x8&lt;BR /&gt; src mac=0000.0000.0000, mask=0000.0000.0000&lt;BR /&gt; dst mac=0000.0000.0000, mask=0100.0000.0000&lt;BR /&gt; input_ifc=Deltav, output_ifc=any&lt;/P&gt;
&lt;P&gt;Phase: 2&lt;BR /&gt;Type: ROUTE-LOOKUP&lt;BR /&gt;Subtype: Resolve Egress Interface&lt;BR /&gt;Result: ALLOW&lt;BR /&gt;Config:&lt;BR /&gt;Additional Information:&lt;BR /&gt;found next-hop 10.190.80.2 using egress ifc outside&lt;/P&gt;
&lt;P&gt;Phase: 3&lt;BR /&gt;Type: ACCESS-LIST&lt;BR /&gt;Subtype:&lt;BR /&gt;Result: DROP&lt;BR /&gt;Config:&lt;BR /&gt;Implicit Rule&lt;BR /&gt;Additional Information:&lt;BR /&gt; Forward Flow based lookup yields rule:&lt;BR /&gt; in id=0x2aaac6e83690, priority=501, domain=permit, deny=true&lt;BR /&gt; hits=0, user_data=0x7, cs_id=0x0, reverse, flags=0x0, protocol=0&lt;BR /&gt; src ip/id=10.190.201.225, mask=255.255.255.255, port=0, tag=any&lt;BR /&gt; dst ip/id=0.0.0.0, mask=0.0.0.0, port=0, tag=any, dscp=0x0&lt;BR /&gt; input_ifc=Deltav, output_ifc=any&lt;/P&gt;
&lt;P&gt;Result:&lt;BR /&gt;input-interface: Deltav&lt;BR /&gt;input-status: up&lt;BR /&gt;input-line-status: up&lt;BR /&gt;output-interface: outside&lt;BR /&gt;output-status: up&lt;BR /&gt;output-line-status: up&lt;BR /&gt;Action: drop&lt;BR /&gt;Drop-reason: (acl-drop) Flow is denied by configured rule&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 14:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077086#M146150</guid>
      <dc:creator>rick.reynolds</dc:creator>
      <dc:date>2017-03-02T14:36:49Z</dc:date>
    </item>
    <item>
      <title>You don't need to allow echo</title>
      <link>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077087#M146151</link>
      <description>&lt;P&gt;You don't need to allow echo-reply, thats allowed statefully with your config. But still it should work with the given ACL. For testing remove the ACL from the interface:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN&gt;no access-group Deltav_access_in in interface Deltav&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;With that the security-levels control the access.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:35:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-static-route-to-asa/m-p/3077087#M146151</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2017-03-02T15:35:47Z</dc:date>
    </item>
  </channel>
</rss>

