<?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: Can ASA 5510 do Inter VLAN routing ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618760#M422794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly and check out the command 'same-security-traffic permit inter-interface'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 22:15:08 GMT</pubDate>
    <dc:creator>Collin Clark</dc:creator>
    <dc:date>2006-11-07T22:15:08Z</dc:date>
    <item>
      <title>Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618757#M422788</link>
      <description>&lt;P&gt;Can ASA 5510 do VLAN routing between multiple VLANS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a customer with 2960 48 port switch and ASA 5510. Ideally we want the ASA 5510 to act as a L3 device in addition to firewall.I read the Cisco docs and found out 802.1q VLAN/sub interfaces are supported plus we know ASA supports routing.So i assume it is possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have practical experience deploying this type of setup ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:17:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618757#M422788</guid>
      <dc:creator>wasanthak</dc:creator>
      <dc:date>2020-02-21T09:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618758#M422789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It supports routing meaning it "talks" RIP/OSPF, but it is not a router. It can do what you want, but the performace may not be what you want. Setup the physical  interface as a trunk and create sub-interface under that. See example's below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt; description Trunk Only! DO NOT CONFIGURE!!&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; security-level 10&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!             &lt;/P&gt;&lt;P&gt;interface Ethernet2.55&lt;/P&gt;&lt;P&gt; description WEB DMZ&lt;/P&gt;&lt;P&gt; vlan 55&lt;/P&gt;&lt;P&gt; nameif web&lt;/P&gt;&lt;P&gt; security-level 95&lt;/P&gt;&lt;P&gt; ip address 192.168.252.254 255.255.255.0 standby 192.168.252.253 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2.100&lt;/P&gt;&lt;P&gt; description FTP DMZ&lt;/P&gt;&lt;P&gt; vlan 100&lt;/P&gt;&lt;P&gt; nameif ftp&lt;/P&gt;&lt;P&gt; security-level 10&lt;/P&gt;&lt;P&gt; ip address 192.168.247.254 255.255.255.0 standby 192.168.247.253 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWITCHPORT CONFIG&lt;/P&gt;&lt;P&gt;interface FastEthernet0/47&lt;/P&gt;&lt;P&gt; description Connection to PIX&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 55,100&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 18:58:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618758#M422789</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2006-11-07T18:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618759#M422792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm, that means traffic from one vlan to another must be inspected by the ASA.Is there any way to bypass the traffic inspection between vlans ? same security level for vlans perhaps ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 20:52:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618759#M422792</guid>
      <dc:creator>wasanthak</dc:creator>
      <dc:date>2006-11-07T20:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618760#M422794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly and check out the command 'same-security-traffic permit inter-interface'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 22:15:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618760#M422794</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2006-11-07T22:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618761#M422797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not work for clear text traffic.As of now only for IPSEC traffic.So the best solution in ur case is the one given above by configuring the sub interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 10:23:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618761#M422797</guid>
      <dc:creator>thamdani</dc:creator>
      <dc:date>2006-11-08T10:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618762#M422799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok it did not go well.Here is what i did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ASA 5510 running 7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;no nameif&lt;/P&gt;&lt;P&gt;security-level 10&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0.1&lt;/P&gt;&lt;P&gt;description Management VLAN&lt;/P&gt;&lt;P&gt;vlan 1&lt;/P&gt;&lt;P&gt;nameif MGMT&lt;/P&gt;&lt;P&gt;security-level 95&lt;/P&gt;&lt;P&gt;ip address 10.150.10.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0.2&lt;/P&gt;&lt;P&gt;description Server VLAN&lt;/P&gt;&lt;P&gt;vlan 2&lt;/P&gt;&lt;P&gt;nameif ftp&lt;/P&gt;&lt;P&gt;security-level 10&lt;/P&gt;&lt;P&gt;ip address 10.150.20.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2960 Switch Config&lt;/P&gt;&lt;P&gt;interface G0/44&lt;/P&gt;&lt;P&gt;description Connection to ASA&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan all&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;duplex full&lt;/P&gt;&lt;P&gt;speed 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the trunking was 802.1q since this IOS did not allow "switchport trunk encapsulation dot1q"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant ping between vlan 1 and vlan2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i did use the same-security permit inter-vlan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything i am missing here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 01:09:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618762#M422799</guid>
      <dc:creator>wasanthak</dc:creator>
      <dc:date>2006-11-09T01:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618763#M422802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ..  assuming int g0/44 on your switch is connected to port Ethernet0/0 of the ASA then the config seems Ok HOWEVER,  you also need to configure nat and access-list in order to get traffic flow between interfaces.  rememmber traffic from higher priority will flow to the lower by default but you aslo need to configure nat / global pairs.  TRaffic from lower to higher security will not flow by default. You need to specifically allow this and use static nats for it ..  confused  ..?   a quick example ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for traffic from VLAN 1 to VLAN2 you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (MGMT) 1 0 0&lt;/P&gt;&lt;P&gt;global (ftp) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Inside_Out extended permit ip any any&lt;/P&gt;&lt;P&gt;access-group Inside_Out in interface MGMT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For traffic from VLAN 2 to VLAN1 you would need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (MGMT,ftp) x.x.x.x y.y.y.y netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list Outside_In extended permit ip any host x.x.x.x &lt;/P&gt;&lt;P&gt;access-group Outside_In in interface ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where x.x.x.x is the IP address you need to reach from the VALN2 and y.y.y.y is the real Ip address of teh device located on the VLAN1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to enable application inspection by enabling the default global-policy ( disabled by default) otherwise you might find that pings might not work between interfaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global-policy&lt;/P&gt;&lt;P&gt; class global-class&lt;/P&gt;&lt;P&gt;  inspect sqlnet &lt;/P&gt;&lt;P&gt;  inspect h323 ras &lt;/P&gt;&lt;P&gt;  inspect xdmcp &lt;/P&gt;&lt;P&gt;  inspect tftp &lt;/P&gt;&lt;P&gt;  inspect icmp error &lt;/P&gt;&lt;P&gt;  inspect rtsp &lt;/P&gt;&lt;P&gt;  inspect sunrpc &lt;/P&gt;&lt;P&gt;  inspect mgcp &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect netbios &lt;/P&gt;&lt;P&gt;  inspect sip &lt;/P&gt;&lt;P&gt;  inspect pptp &lt;/P&gt;&lt;P&gt;  inspect ctiqbe &lt;/P&gt;&lt;P&gt;  inspect snmp &lt;/P&gt;&lt;P&gt;  inspect http &lt;/P&gt;&lt;P&gt;  inspect icmp &lt;/P&gt;&lt;P&gt;  inspect rsh &lt;/P&gt;&lt;P&gt;  inspect ftp &lt;/P&gt;&lt;P&gt;  inspect ils &lt;/P&gt;&lt;P&gt;  inspect h323 h225 &lt;/P&gt;&lt;P&gt;  inspect dns &lt;/P&gt;&lt;P&gt;  inspect skinny &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate if it does !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 02:25:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618763#M422802</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2006-11-09T02:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618764#M422803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.I will try the chnages today and let you guys know.&lt;/P&gt;&lt;P&gt;I made all three interfaces same security level 100 and used "same-security permit inter-interface".I assume with this approach i dont have to create NAT/access lists But that did not make any differrence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 11:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618764#M422803</guid>
      <dc:creator>wasanthak</dc:creator>
      <dc:date>2006-11-09T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can ASA 5510 do Inter VLAN routing ?</title>
      <link>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618765#M422805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To expand on Fernando's post, istead of creating NAT's and globals, it might be easier to move the traffic using what I call subnet statics, such as-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz) 172.1.1.0 172.1.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2006 14:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-asa-5510-do-inter-vlan-routing/m-p/618765#M422805</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2006-11-09T14:07:44Z</dc:date>
    </item>
  </channel>
</rss>

