<?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: Connect ASA to VLAN switch for a DMZ? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875239#M955626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, just picked this up.  What would I need to do on the trunk port on the switch side?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 13:29:26 GMT</pubDate>
    <dc:creator>jamesgonzo</dc:creator>
    <dc:date>2008-02-07T13:29:26Z</dc:date>
    <item>
      <title>Connect ASA to VLAN switch for a DMZ?</title>
      <link>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875237#M955621</link>
      <description>&lt;P&gt;Hi, I have a ASA 5520 and a Cisco 3560 switch.  I want to create a couple of DMZ/VLANs on the switch to house some web servers on one and the other will be for testing.  I have created the 2 vlans (I think) on the switch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN2 = IP 172.16.1.1/24&lt;/P&gt;&lt;P&gt;VLAN3 = IP 172.16.2.1/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VLAN1 seems to be the global VLAN for the switch or something else, am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have connect port 1 on the switch to 0/2 on the ASA.  I will add the routes on the LAN to point to the ASA for these  2 networks, but what else do I need to do?  Do I have to trunk the 2 and tell the ASA about these 2 VLAN's somehow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:58:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875237#M955621</guid>
      <dc:creator>jamesgonzo</dc:creator>
      <dc:date>2019-03-11T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connect ASA to VLAN switch for a DMZ?</title>
      <link>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875238#M955623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi   ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you need to configure a trunk between the port connected to the 0/2 port on the ASA and the switch. The port on the ASA needs to be configured with virtual interfaces. For example you will need to use the command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface gigabitethernet 0/2.2&lt;/P&gt;&lt;P&gt;vlan 2&lt;/P&gt;&lt;P&gt;no shut &lt;/P&gt;&lt;P&gt;ip address x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface gigabitethernet 0/2.3&lt;/P&gt;&lt;P&gt;vlan 3&lt;/P&gt;&lt;P&gt;no shut &lt;/P&gt;&lt;P&gt;ip address x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will create a trunk on gigabitethernet 0/2 for VLANs 2 and 3.  You also need to allocate an IP address, name and security level to each subinterface. The following link might give you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps  ..  please rate it if it does  !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/docs/security/asa/asa72/configuration/guide/intrface.html#wp1044006" target="_blank"&gt;http://cisco.com/en/US/docs/security/asa/asa72/configuration/guide/intrface.html#wp1044006&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intparam.html" target="_blank"&gt;http://cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intparam.html&lt;/A&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 00:31:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875238#M955623</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2008-02-04T00:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connect ASA to VLAN switch for a DMZ?</title>
      <link>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875239#M955626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, just picked this up.  What would I need to do on the trunk port on the switch side?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 13:29:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875239#M955626</guid>
      <dc:creator>jamesgonzo</dc:creator>
      <dc:date>2008-02-07T13:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connect ASA to VLAN switch for a DMZ?</title>
      <link>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875240#M955628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 10:59:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/connect-asa-to-vlan-switch-for-a-dmz/m-p/875240#M955628</guid>
      <dc:creator>ptenggren</dc:creator>
      <dc:date>2008-02-11T10:59:23Z</dc:date>
    </item>
  </channel>
</rss>

