<?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 Routing VLAN's internally on ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122953#M392769</link>
    <description>&lt;P&gt;I am currently in pre-production on a firewall and running into some areas where the configuration is beyond my skill level.&amp;nbsp; We have 3 vlans (DATA, VoIP, ISCSI) and need to have the ability to go back and forth between these vlans freely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Upon researching a bit I came up with the following configurations required in order to make this inter-vlan routing work (8.2 firmware on ASA 5510):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,ISCSI) Inside-DATA Inside-ISCSI netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (Inside,VOIP) Inside-DATA Inside-VoIP netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (ISCSI,Inside) Inside-ISCSI Inside-DATA netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (VOIP,Inside) Inside-VoIP Inside-DATA netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;global (Outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0 &lt;/P&gt;&lt;P&gt;nat (ISCSI) 1 Inside-ISCSI 255.255.0.0 &lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Upon updating to 9.1, I was lucky enough to get a spat of these:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'Inside' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'VOIP' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'ISCSI' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'Inside' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'VOIP' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'ISCSI' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know what it will take to get the inter-vlan routing working.&amp;nbsp; Attached is my config minus some of the confidential info.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 00:47:26 GMT</pubDate>
    <dc:creator>psprscisco</dc:creator>
    <dc:date>2019-03-12T00:47:26Z</dc:date>
    <item>
      <title>Routing VLAN's internally on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122953#M392769</link>
      <description>&lt;P&gt;I am currently in pre-production on a firewall and running into some areas where the configuration is beyond my skill level.&amp;nbsp; We have 3 vlans (DATA, VoIP, ISCSI) and need to have the ability to go back and forth between these vlans freely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Upon researching a bit I came up with the following configurations required in order to make this inter-vlan routing work (8.2 firmware on ASA 5510):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (Inside,ISCSI) Inside-DATA Inside-ISCSI netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (Inside,VOIP) Inside-DATA Inside-VoIP netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (ISCSI,Inside) Inside-ISCSI Inside-DATA netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;static (VOIP,Inside) Inside-VoIP Inside-DATA netmask 255.255.0.0&lt;/P&gt;&lt;P&gt;global (Outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0 &lt;/P&gt;&lt;P&gt;nat (ISCSI) 1 Inside-ISCSI 255.255.0.0 &lt;/P&gt;&lt;P&gt;same-security-traffic permit inter-interface&lt;/P&gt;&lt;P&gt;same-security-traffic permit intra-interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Upon updating to 9.1, I was lucky enough to get a spat of these:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'Inside' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'VOIP' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'ISCSI' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (Inside) 1 Inside-DATA 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'Inside' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'VOIP' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following 'nat' command didn't have a matching 'global' rule on interface 'ISCSI' and was not migrated.&lt;/P&gt;&lt;P&gt;nat (VOIP) 1 Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know what it will take to get the inter-vlan routing working.&amp;nbsp; Attached is my config minus some of the confidential info.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:47:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122953#M392769</guid>
      <dc:creator>psprscisco</dc:creator>
      <dc:date>2019-03-12T00:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Routing VLAN's internally on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122954#M392771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to specify any NAT-rules if you don't need to nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would remove all nat-rules that don't have an (xxx, outside) in the rule. Without these rules you can route through your vlans. You still need ACLs on these interfaces to allow traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please don't attach your config as Word-file. A plain textfile is better to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 23:38:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122954#M392771</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-01-15T23:38:39Z</dc:date>
    </item>
    <item>
      <title>Routing VLAN's internally on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122955#M392773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I replaced the word document with an updated text document.&amp;nbsp; Removed the nat rules and put in ACLS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network AllVLANS&lt;/P&gt;&lt;P&gt; network-object Inside-ISCSI 255.255.0.0&lt;/P&gt;&lt;P&gt; network-object Inside-VoIP 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list VOIP_access_in extended permit ip 10.5.0.0 255.255.0.0 10.8.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list Inside_access_in extended permit ip object-group AllVLANS 10.5.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list ISCSI_access_in extended permit ip 10.5.0.0 255.255.0.0 object Inside-ISCSI-01&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this along with same-security-traffic permit inter-interface should allow the "Inside 10.5.0.0" vlan to access the ISCSI and VOIP networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, greatly appreciated by this cisco padawan.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 22:03:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122955#M392773</guid>
      <dc:creator>psprscisco</dc:creator>
      <dc:date>2013-01-16T22:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Routing VLAN's internally on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122956#M392776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you screwed up your ACLs ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source is the network that is sitting on a specific interface, the destinations are the other networks. With that you need the following ACLs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list Inside_access_in extended permit ip 10.5.0.0 255.255.0.0&amp;nbsp;&amp;nbsp; object-group AllVLANS&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;access-list VOIP_access_in&amp;nbsp;&amp;nbsp; extended permit ip 10.8.0.0 255.255.0.0&amp;nbsp;&amp;nbsp; 10.5.0.0 255.255.0.0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'courier new', courier; font-size: 12px;"&gt;access-list ISCSI_access_in&amp;nbsp; extended permit ip object Inside-ISCSI-01 10.5.0.0 255.255.0.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 22:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122956#M392776</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-01-16T22:31:24Z</dc:date>
    </item>
    <item>
      <title>Routing VLAN's internally on ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122957#M392778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Makes perfect sense.&amp;nbsp; Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 22:34:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-vlan-s-internally-on-asa-5510/m-p/2122957#M392778</guid>
      <dc:creator>psprscisco</dc:creator>
      <dc:date>2013-01-16T22:34:00Z</dc:date>
    </item>
  </channel>
</rss>

