<?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 Vlan on asa-5585 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247110#M346730</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;The only way to do Vlan configurations on the ASA5585-X is to configure Trunk interface. The only ASA model that directly supports Vlan interfaces is the ASA5505 model which is the lowest end ASA model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally you can also take a single physical interface and configure it as usual and connect it to a switch port which is configured as Access port for the Vlan to which you want that ASA interface to connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 11:23:54 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-07-09T11:23:54Z</dc:date>
    <item>
      <title>Vlan on asa-5585</title>
      <link>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247107#M346724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to create vlans on cisco asa 5585 similar way we do for cisco switches.&lt;/P&gt;&lt;P&gt;The asa in this case is an interface for subsidary users to connect into this new network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We require few vlans to be created for some servers on the firewall. the firewall should be the gateway for these servers.&lt;/P&gt;&lt;P&gt;eg. vlan 100 - 192.168.100.1/24 should be on the ASA firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all help on this.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247107#M346724</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-12T02:09:32Z</dc:date>
    </item>
    <item>
      <title>Vlan on asa-5585</title>
      <link>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247108#M346726</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;You will have to configure atleast one physical interface as a Trunk interface if you want to bring the Vlan all the way to the ASA. Essentially the configuration follows the same lines as configuring a Cisco router to act as the gateway for multiple Vlans behind a switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual configuration format depends on how you have set up the ASA. Is it Single Context or Multiple Context?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Single Context the configuration would be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description TRUNK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 10.10.10.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nameif DMZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; security-level 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; ip add 192.168.10.1 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running Multiple Context mode the configuration could be something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description TRUNK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description LAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; description DMZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; vlan 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;context EXAMPLE-CONTEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; allocate-interface GigabitEthernet0/0.200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; config-url disk0:/EXAMPLE-CONTEXT.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or something along these lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 10:52:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247108#M346726</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T10:52:06Z</dc:date>
    </item>
    <item>
      <title>Vlan on asa-5585</title>
      <link>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247109#M346728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firewall will be in single context-normal firewall.&lt;/P&gt;&lt;P&gt;Is there any other way to create this vlan on the firewall apart from the trunk interface method?&lt;/P&gt;&lt;P&gt;I essentially want the servers default gateway to be this firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible that i assign this vlan ip address on one of the firewall interfaces &amp;amp; do it that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate all help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 11:06:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247109#M346728</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2013-07-09T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Vlan on asa-5585</title>
      <link>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247110#M346730</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;The only way to do Vlan configurations on the ASA5585-X is to configure Trunk interface. The only ASA model that directly supports Vlan interfaces is the ASA5505 model which is the lowest end ASA model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally you can also take a single physical interface and configure it as usual and connect it to a switch port which is configured as Access port for the Vlan to which you want that ASA interface to connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 11:23:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-on-asa-5585/m-p/2247110#M346730</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-07-09T11:23:54Z</dc:date>
    </item>
  </channel>
</rss>

