<?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: Vlan 5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098643#M915463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you will have to use subinterfaces on the firewall. Suppose you connect the trunk port on the L2 switch with e0/1 on the FW, then on the FW configure like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.1&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.2&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 200&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside200&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.3&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 300&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside300&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.3.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then for allowing communication between the subnets of these vlans use the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# same-security-traffic permit inter-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 08:14:24 GMT</pubDate>
    <dc:creator>dhananjoy chowdhury</dc:creator>
    <dc:date>2008-08-01T08:14:24Z</dc:date>
    <item>
      <title>Vlan 5505</title>
      <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098642#M915462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am thinking to create three three V-lans on L2 switch like :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Vlan-100&lt;/P&gt;&lt;P&gt;192.168.1.0/24&lt;/P&gt;&lt;P&gt;Int 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Vlan-100&lt;/P&gt;&lt;P&gt;192.168.2.0/24&lt;/P&gt;&lt;P&gt;Int 2&lt;/P&gt;&lt;P&gt;3) Vlan-300&lt;/P&gt;&lt;P&gt;192.168.3.0/24&lt;/P&gt;&lt;P&gt;Int 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now one of the interface 4, want to use as a Trunk port which will be connect with directly FW. Now is it possible that all Vlan data go through the trunk port to FW to Internet. If it is then please show me a one example with configuration, if possible. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:24:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098642#M915462</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2019-03-11T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan 5505</title>
      <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098643#M915463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you will have to use subinterfaces on the firewall. Suppose you connect the trunk port on the L2 switch with e0/1 on the FW, then on the FW configure like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.1&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.2&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 200&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside200&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.2.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# interface ethernet0/1.3&lt;/P&gt;&lt;P&gt;hostname(config-subif)# vlan 300&lt;/P&gt;&lt;P&gt;hostname(config-subif)# nameif inside300&lt;/P&gt;&lt;P&gt;hostname(config-subif)# security-level 100&lt;/P&gt;&lt;P&gt;hostname(config-subif)# ip address 192.168.3.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then for allowing communication between the subnets of these vlans use the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# same-security-traffic permit inter-interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 08:14:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098643#M915463</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-08-01T08:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan 5505</title>
      <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098644#M915464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I would need three V-lans configured on ASA three seperate Interfaces then why wud i need to make these v-lans on Switch. My question was that is it possible that the all V-Lans traffic go through switch int 4 which is connected with FW int/0 and FW int/0 to internet. In this case, i want to configure only one interface on FW. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 09:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098644#M915464</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2008-08-01T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan 5505</title>
      <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098645#M915465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see my previous post I have mentioned about Subinterfaces, which are created on a physical interface e0.&lt;/P&gt;&lt;P&gt;Alnd you are connecting only 1 cable from the switch to the FW (int 4 in your case) to the FW (int e0), for the three vlans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:03:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098645#M915465</guid>
      <dc:creator>dhananjoy chowdhury</dc:creator>
      <dc:date>2008-08-01T11:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan 5505</title>
      <link>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098646#M915466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:18:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/vlan-5505/m-p/1098646#M915466</guid>
      <dc:creator>nikuhappy2010</dc:creator>
      <dc:date>2008-08-01T11:18:13Z</dc:date>
    </item>
  </channel>
</rss>

