<?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 VLAN Trunking - Firewalling - Routing issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817281#M970874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want traffic between vlan's 16 and 80 to go through the ASA, remove the ip addresses from the vlan interfaces 16 and 80 in the switch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 17:50:18 GMT</pubDate>
    <dc:creator>rigoberto.cintron</dc:creator>
    <dc:date>2007-08-21T17:50:18Z</dc:date>
    <item>
      <title>ASA VLAN Trunking - Firewalling - Routing issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817279#M970871</link>
      <description>&lt;P&gt;Let me start by defining the end goal:  Utilize an active/active ASA to filter traffic on specific network segments (VLANs).  There is a 3750 stack which is acting as the VTP master.  I'm having trouble understanding how routing will work in this scenario.  I've defined the IP addresses of my test VLAN on the ASA, set the gateway of my client to this IP.  How should the routing on the ASA be defined?  Should I setup a seperate VLAN just for routing?  I'm very confused at this time about the proper configuration for my end goal.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does there need to be an IP on the 3750 for each VLAN, or will this get routed through a default route?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:00:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817279#M970871</guid>
      <dc:creator>ddidier</dc:creator>
      <dc:date>2019-03-11T11:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VLAN Trunking - Firewalling - Routing issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817280#M970872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's some more information.  I've simplified my config and I can't get Access-controls to work on VLAN 16.  I have two VLANs defined on the ASA 16 and 80:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.16&lt;/P&gt;&lt;P&gt; description WAN VLAN Firewall&lt;/P&gt;&lt;P&gt; vlan 16&lt;/P&gt;&lt;P&gt; nameif WAN&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 172.25.0.254 255.255.240.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.80&lt;/P&gt;&lt;P&gt; description PROD-OPP Firewall Interface&lt;/P&gt;&lt;P&gt; vlan 80&lt;/P&gt;&lt;P&gt; nameif PROD-OPP-VLAN&lt;/P&gt;&lt;P&gt; security-level 75&lt;/P&gt;&lt;P&gt; ip address 172.25.80.254 255.255.240.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My switch looks like this:interface GigabitEthernet1/0/12&lt;/P&gt;&lt;P&gt; description NO DESCRIPTION&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 16,80,255&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan16&lt;/P&gt;&lt;P&gt; description WAN&lt;/P&gt;&lt;P&gt; ip address 172.25.0.200 255.255.240.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan64&lt;/P&gt;&lt;P&gt; description Office&lt;/P&gt;&lt;P&gt; ip address 172.25.64.1 255.255.240.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan80&lt;/P&gt;&lt;P&gt; description PROD-OPP VLAN&lt;/P&gt;&lt;P&gt; ip address 172.25.80.1 255.255.240.0&lt;/P&gt;&lt;P&gt; ip helper-address 10.1.5.153&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set my gateway on the PC to 172.25.0.254 (ASA IP).  no matter what I do for ACLs, the ASA never shows any hits, if I do a sh conn, I see no established connections.  I'm trying to connect back to devices in the 10.x.x.x network which the switch knows about.  The system connects to them fine and if I do a traceroute it shows the 172.25.0.200 IP as a hop which makes sense.  But it seems it isn't using the ASA.  Does anyone have any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 17:33:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817280#M970872</guid>
      <dc:creator>ddidier</dc:creator>
      <dc:date>2007-08-21T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VLAN Trunking - Firewalling - Routing issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817281#M970874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want traffic between vlan's 16 and 80 to go through the ASA, remove the ip addresses from the vlan interfaces 16 and 80 in the switch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 17:50:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817281#M970874</guid>
      <dc:creator>rigoberto.cintron</dc:creator>
      <dc:date>2007-08-21T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: ASA VLAN Trunking - Firewalling - Routing issue</title>
      <link>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817282#M970876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I see that, but I was having problems understanding how traffic would be routed back to the VLANs on the network that aren't configured on the sub-interfaces.  The answer was to configure a dedicated interface connected to the 3750 switch stack for the purposes of routing only - no trunking.  Trunking is handled through a seperate dedicated interface back to the switch stack.  This configuration is currently working as expected.  Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 00:03:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-vlan-trunking-firewalling-routing-issue/m-p/817282#M970876</guid>
      <dc:creator>ddidier</dc:creator>
      <dc:date>2007-08-22T00:03:07Z</dc:date>
    </item>
  </channel>
</rss>

