<?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: ASA 5520 routing between interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392596#M703779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to use ACL's if you remove the same-security command. Traffic will be dropped before ACL checks and you'll get a drop in your log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make this work you'll need the command or change your security levels. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 21:14:32 GMT</pubDate>
    <dc:creator>Kent Heide</dc:creator>
    <dc:date>2010-04-08T21:14:32Z</dc:date>
    <item>
      <title>ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392592#M703775</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two insternal interfaces that I have the security level set to 100 and didn't need to route between them until now.&lt;/P&gt;&lt;P&gt;At this time I need to route to a single host for MySQL port 3306 and I can not get it to work.&lt;/P&gt;&lt;P&gt;Can any one please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:30:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392592#M703775</guid>
      <dc:creator>pronet_cisco</dc:creator>
      <dc:date>2019-03-11T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392593#M703776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need static NAT between the 2 interfaces and also "same-security-traffic permit inter-interface" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Internal interface 1 is named "inside": 192.168.1.0/24&lt;/P&gt;&lt;P&gt;Internal interface 2 is named "inside-2": 192.168.5.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside-2) 192.168.1.0 192.168.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The static translation is bidirectional, so you don't need to configure the reverse static statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 09:04:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392593#M703776</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2010-04-08T09:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392594#M703777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have "same-security-traffic permit inter-interface"running.&lt;/P&gt;&lt;P&gt;All inside interfaces are communicating without any static NAT.&lt;/P&gt;&lt;P&gt;I want to remove "same-security-traffic permit inter-interface" so they don't communicate and then allow one IP from inside interface 3 to connect to 2 hosts on inside interface 1.&lt;/P&gt;&lt;P&gt;Is this possible to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 20:13:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392594#M703777</guid>
      <dc:creator>pronet_cisco</dc:creator>
      <dc:date>2010-04-08T20:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392595#M703778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in1 and int3 are of same security level you will need the "same security" command, you can't avoid it.&lt;/P&gt;&lt;P&gt;If not then you can use ACLs and/or translations to go from int1 to int 3 and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 21:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392595#M703778</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-04-08T21:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392596#M703779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible to use ACL's if you remove the same-security command. Traffic will be dropped before ACL checks and you'll get a drop in your log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make this work you'll need the command or change your security levels. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 21:14:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392596#M703779</guid>
      <dc:creator>Kent Heide</dc:creator>
      <dc:date>2010-04-08T21:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392597#M703780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how can i leave the same security command in but then stop traffic between the two interfaces and only allow&lt;/P&gt;&lt;P&gt;port 3306 on 2 hosts for interface 1 from one host coming in from&amp;nbsp; interface 3.&lt;/P&gt;&lt;P&gt;Because at this time with same security command everything is routing to each other just fine. I don't want that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 21:51:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392597#M703780</guid>
      <dc:creator>pronet_cisco</dc:creator>
      <dc:date>2010-04-08T21:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392598#M703781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You an sue ACLs to allow only the traffic that you want.&lt;/P&gt;&lt;P&gt;"same seurity inter" should not be used to deny traffic.&lt;/P&gt;&lt;P&gt;ACLs are for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 00:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392598#M703781</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-04-09T00:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5520 routing between interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392599#M703782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Pls. review both these links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/intrface.html#wp1061479"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/intrface.html#wp1061479&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/nat_overview.html#wpxref77088"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/nat_overview.html#wpxref77088&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;NAT is not required between same security level interfaces even if you enable NAT control. You can optionally configure NAT if desired. However, if you configure dynamic NAT when NAT control is enabled, then NAT is required. See &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/nat_control.html#wpxref11234" onclick=""&gt;&lt;SPAN class="cXRef_Color" style="font-weight: normal;"&gt;Chapter 27, "Configuring NAT Control,"&lt;/SPAN&gt;&lt;/A&gt; for more information. Also, when you specify a group of IP addresses for dynamic NAT or PAT on a same security interface, then you must perform NAT on that group of addresses when they access any lower or same security level interface (even when NAT control is not enabled). Traffic identified for static NAT is not affected. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="content"&gt;•&lt;IMG border="0" height="2" src="http://www.cisco.com/en/US/i/templates/blank.gif" width="19" /&gt;You want traffic to flow freely between all same security interfaces without access lists. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that said, same security traffic will flow freely wtihout any nat or access-list.&amp;nbsp; If you want to restric this, then you need to change one interface's security level to something else and provide translation just for that one host appropriately. Once done, you can remove the same security command if you do not have any more same security interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 00:22:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-routing-between-interfaces/m-p/1392599#M703782</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-04-09T00:22:36Z</dc:date>
    </item>
  </channel>
</rss>

