<?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: NAT stops working with VLAN on PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842681#M489503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to use the switchport command on the interface I am currently using however it looks like if I change the interface to the HWIC card (FastEthernet0/0/0) then I can issue the command.&amp;nbsp; What is the difference between the inbuilt port and the HWIC?&amp;nbsp; I thought that the built in one was layer 3 (hence why an IP could be assigned) and HWIC was layer 2 only.&amp;nbsp; However, surely a layer 3 port would have layer 2 functionality as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 10:19:21 GMT</pubDate>
    <dc:creator>global-gossip</dc:creator>
    <dc:date>2012-01-04T10:19:21Z</dc:date>
    <item>
      <title>NAT stops working with VLAN on PIX</title>
      <link>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842679#M489500</link>
      <description>&lt;P&gt;I have the following devices:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a PIX 515e (8.0 (2)) and 1841 router (12.4(25)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the following setup working without issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Internet] &amp;lt;-----&amp;gt; PIX&amp;nbsp; &amp;lt;-----&amp;gt; 1841&amp;nbsp; &amp;lt;-----&amp;gt; [LAN]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried to introduce VLANs and now I can not reach the Internet from the LAN.&amp;nbsp; It seems that no nat translations are taking place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can successfully ping the LAN from the PIX.&lt;/P&gt;&lt;P&gt;I can successfully ping the Internet from the PIX.&lt;/P&gt;&lt;P&gt;I can successfully ping the PIX inside_lan interface from the router&lt;/P&gt;&lt;P&gt;I can not ping the outside interface from the router&lt;/P&gt;&lt;P&gt;I can not ping the Internet from the router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I introduced the LAN side VLAN first and everything still worked.&amp;nbsp; However, once i introduced the VLAN between the router and PIX, things have broken down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 100.100.100.100 255.255.255.248&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&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 Ethernet1.401&lt;/P&gt;&lt;P&gt; vlan 401&lt;/P&gt;&lt;P&gt; nameif inside_lan&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 172.16.2.1 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside_lan) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 100.100.100.100 1&lt;/P&gt;&lt;P&gt;route inside_lan 10.0.8.0 255.255.255.0 172.16.2.2 1&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;P&gt;fw1(config)# show nat inside_lan outside&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside_lan any outside any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 1 (100.100.100.100 [Interface PAT])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1841&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.401&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 401&lt;/P&gt;&lt;P&gt; ip address 172.16.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt; ip address 10.0.8.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 172.16.2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:09:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842679#M489500</guid>
      <dc:creator>global-gossip</dc:creator>
      <dc:date>2019-03-11T22:09:47Z</dc:date>
    </item>
    <item>
      <title>NAT stops working with VLAN on PIX</title>
      <link>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842680#M489501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The router interface shold be a trunk interface as it is allowing multiple vlans:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.401&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 401&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport access vlan 401&lt;/P&gt;&lt;P&gt; ip address 172.16.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;switchport trunk allowed vlan 401,101&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1.101&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 101&lt;/P&gt;&lt;P&gt;switchport mode access&lt;/P&gt;&lt;P&gt;switchport access vlan 101&lt;/P&gt;&lt;P&gt; ip address 10.0.8.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:44:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842680#M489501</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-04T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: NAT stops working with VLAN on PIX</title>
      <link>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842681#M489503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to use the switchport command on the interface I am currently using however it looks like if I change the interface to the HWIC card (FastEthernet0/0/0) then I can issue the command.&amp;nbsp; What is the difference between the inbuilt port and the HWIC?&amp;nbsp; I thought that the built in one was layer 3 (hence why an IP could be assigned) and HWIC was layer 2 only.&amp;nbsp; However, surely a layer 3 port would have layer 2 functionality as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 10:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-stops-working-with-vlan-on-pix/m-p/1842681#M489503</guid>
      <dc:creator>global-gossip</dc:creator>
      <dc:date>2012-01-04T10:19:21Z</dc:date>
    </item>
  </channel>
</rss>

