<?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: pix 515 subinterfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979120#M493680</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;There is no other way than to use VLANs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA interface will be configured as trunk, while for each VLAN you will configure subinterfaces. Assign one VLAN ID per interface.&lt;/P&gt;&lt;P&gt;The IP of the ASA on each subinterface will be the default gateway for the devices on that subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;description "Trunk Connectivity with SW"&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;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/1.100&lt;/P&gt;&lt;P&gt;vlan 100&lt;/P&gt;&lt;P&gt;nameif VLAN100&lt;/P&gt;&lt;P&gt;security-level 80&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.200&lt;/P&gt;&lt;P&gt;vlan 200&lt;/P&gt;&lt;P&gt;nameif VLAN200&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.300&lt;/P&gt;&lt;P&gt;vlan 300&lt;/P&gt;&lt;P&gt;nameif VLAN300&lt;/P&gt;&lt;P&gt;security-level 60&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example with VLANs and remote access VPNs:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, ASA does not have Native VLAN support. So if you need VLAN 1 for some reason, you need to create a subinterface for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 16:05:51 GMT</pubDate>
    <dc:creator>5220</dc:creator>
    <dc:date>2008-07-16T16:05:51Z</dc:date>
    <item>
      <title>pix 515 subinterfaces</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979119#M493678</link>
      <description>&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;i need to configure a subinterface as inside and i want to know if i need to configure a vlan in order to make it work or if is possible to avoid the vlan.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 10:55:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979119#M493678</guid>
      <dc:creator>daysleeper</dc:creator>
      <dc:date>2020-02-21T10:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: pix 515 subinterfaces</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979120#M493680</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;There is no other way than to use VLANs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA interface will be configured as trunk, while for each VLAN you will configure subinterfaces. Assign one VLAN ID per interface.&lt;/P&gt;&lt;P&gt;The IP of the ASA on each subinterface will be the default gateway for the devices on that subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;description "Trunk Connectivity with SW"&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;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/1.100&lt;/P&gt;&lt;P&gt;vlan 100&lt;/P&gt;&lt;P&gt;nameif VLAN100&lt;/P&gt;&lt;P&gt;security-level 80&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.200&lt;/P&gt;&lt;P&gt;vlan 200&lt;/P&gt;&lt;P&gt;nameif VLAN200&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.300&lt;/P&gt;&lt;P&gt;vlan 300&lt;/P&gt;&lt;P&gt;nameif VLAN300&lt;/P&gt;&lt;P&gt;security-level 60&lt;/P&gt;&lt;P&gt;ip address xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example with VLANs and remote access VPNs:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806ab788.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, ASA does not have Native VLAN support. So if you need VLAN 1 for some reason, you need to create a subinterface for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 16:05:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979120#M493680</guid>
      <dc:creator>5220</dc:creator>
      <dc:date>2008-07-16T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: pix 515 subinterfaces</title>
      <link>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979121#M493684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the physical interface can pass untagged packets.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intrface.html#wp1044006" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intrface.html#wp1044006&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what version OS does the pix515 use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 17:26:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-515-subinterfaces/m-p/979121#M493684</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2008-07-16T17:26:46Z</dc:date>
    </item>
  </channel>
</rss>

