<?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: Native VLAN errors on Pix 506 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347692#M550265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This is how I expected it to work and when I set it up this way, "inside" is unable to access DMZ. I have following in place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan2 physical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan4 logical&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan4 dmz security80&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.210.41 192.168.2.41 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Now, if I have Switch port in trunk mode, with native vlan 2 and carrying vlan 4, I am unable to access DMZ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If I have switch port in trunk mode with native vlan as vlan 1 and carrying vlan 2 and 4, everything works fine but I get vlan errors on Pix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas are appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;--Naresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2005 01:34:38 GMT</pubDate>
    <dc:creator>naresh.narang</dc:creator>
    <dc:date>2005-03-29T01:34:38Z</dc:date>
    <item>
      <title>Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347687#M550244</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Any ideas why I am getting native VLAN errors on Pix and how to fix it. Everything is working as it should using virtual DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;--Naresh&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:01:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347687#M550244</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2020-02-21T08:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347688#M550250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By assigning a VLAN to the physical interface, you ensure that all frames forwarded on the interface will be tagged. VLAN 1 is not used because that is the default native VLAN for Cisco switches. Without the physical parameter, the default for the interface command is to create a logical interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html#wp1113411" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172786.html#wp1113411&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might that be the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan9 physical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan14 logical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan16 logical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan129 logical&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan14 interne security90&lt;/P&gt;&lt;P&gt;nameif vlan16 public security50&lt;/P&gt;&lt;P&gt;nameif vlan129 voip security80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address inside 192.168.9.1 255.255.0.0&lt;/P&gt;&lt;P&gt;ip address interne 192.168.14.1 255.255.0.0&lt;/P&gt;&lt;P&gt;ip address public 192.168.16.1 255.255.0.0&lt;/P&gt;&lt;P&gt;ip address voip 192.168.129.1 255.255.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch setup:&lt;/P&gt;&lt;P&gt;------------------------------------------------------&lt;/P&gt;&lt;P&gt;vlan 9,14,16,129 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description port uplink via PIX VPN&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 9&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 9,14,16&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/2&lt;/P&gt;&lt;P&gt; description port IP phone&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk native vlan 14&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt; switchport voice vlan 129&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; spanning-tree portfast&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;interface Vlan9&lt;/P&gt;&lt;P&gt; ip address 192.168.9.254 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2005 17:55:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347688#M550250</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-03-22T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347689#M550256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Patrick, I was suspecting it could be due to native vlan being 1 and is not shutdown. I have vlan 2 and vlan 4 going tagged on that trunk port but vlan 1 is untagged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried making the native vlan to be vlan 2 for this trunk port and add VLAN 4. In this case since native vlan is vlan 2, it goes untagged and VLAN 4 is tagged. This setup didn't work for untagged vlan. Since trunking port encapsulates using 802.1q protocol, it shouldn't matter if the switch is a Dell and not Cisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, I'll try and see if shutting down vlan 1 helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2005 23:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347689#M550256</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2005-03-22T23:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347690#M550261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scenario 1.	 Switch is Native vlan is 1. Port configured as trunk and allowed vlans are 2 and 4. Everything works correctly but I see native vlan errors on Pix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 2: Switch port put in vlan 2 so it becomes native vlan (goes untagged). Configured as trunk and added vlan 4. I am able to go out to Internet through Pix from "inside" and "dmz" but in this case I am unable to reach from server on inside to server in the dmz. This is the preferred configuration for me but I am not sure why I lose connectivity between inside and dmz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix inside port is configured to carry vlans 2 and 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2005 19:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347690#M550261</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2005-03-28T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347691#M550264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naresh, did you define the inside interface as the physical interface on the PIX? Remember that the "physical" interface (as opposed to the "logical"  interface) is going to be defined as the native VLAN going through that trunk on the PIX side. So, if you have VLAN2 as the native VLAN defined on your switch, you should do the same on the PIX; again, you would do it by setting it up as the physical one:&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan2 physical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan4 logical&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan4 dmz security50&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip address dmz 172.16.35.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then on the switch, define the port as trunk, set VLAN2 as the native VLAN, and configure the trunk so it allows VLAN2 and VLAN4 only through it. That should take care of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico Rodriguez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 00:43:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347691#M550264</guid>
      <dc:creator>fedrodri</dc:creator>
      <dc:date>2005-03-29T00:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347692#M550265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Federico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This is how I expected it to work and when I set it up this way, "inside" is unable to access DMZ. I have following in place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan2 physical&lt;/P&gt;&lt;P&gt;interface ethernet1 vlan4 logical&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;nameif vlan4 dmz security80&lt;/P&gt;&lt;P&gt;static (inside,dmz) 192.168.210.41 192.168.2.41 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Now, if I have Switch port in trunk mode, with native vlan 2 and carrying vlan 4, I am unable to access DMZ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If I have switch port in trunk mode with native vlan as vlan 1 and carrying vlan 2 and 4, everything works fine but I get vlan errors on Pix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas are appriciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;--Naresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 01:34:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347692#M550265</guid>
      <dc:creator>naresh.narang</dc:creator>
      <dc:date>2005-03-29T01:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Native VLAN errors on Pix 506</title>
      <link>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347693#M550266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Naresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The native VLANs errors are because you have two different native VLANs on both devices (VLAN1 on the switch, and VLAN2 on the PIX). Have you tried leaving native VLAN1 on the switch and then define VLAN2 on the PIX not as physical but logical? Not that it should work that way (I believe it should work with the setup you have), but you can give it a try... :0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico Rodriguez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 07:07:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/native-vlan-errors-on-pix-506/m-p/347693#M550266</guid>
      <dc:creator>fedrodri</dc:creator>
      <dc:date>2005-03-29T07:07:02Z</dc:date>
    </item>
  </channel>
</rss>

