<?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: Problem with trunk between ASA and Catalyst 3560 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762365#M429287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up moving the trunk to E0/2 on the ASA and kept the above configuration with the exception that VLAN 1 became VLAN 3 and the IP addressing change associated with the other VLAN. This came up with no problems. Ethernet 0/2 of the ASA is also plugged into a different Catalyst switch (Cat 4948). Given both ends of the trunk changed, I'm not sure what fixed it, but I don't want to mess around with a production firewall in attempting to figure out why this works while the old one didn't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2007 17:42:42 GMT</pubDate>
    <dc:creator>baskervi</dc:creator>
    <dc:date>2007-05-23T17:42:42Z</dc:date>
    <item>
      <title>Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762362#M429278</link>
      <description>&lt;P&gt;We have an ASA 5510 running 7.2(1)24 and a Catalyst 3650 running c3560-ipbase-mz.122-25.SEE2.bin. I need to create trunks between the two, but so far I've had no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the lines of configuration that have been added, but traffic cannot be passed on any VLAN. Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=== ASA ===&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; description Trunk to Cisco Catalyst switch&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 Ethernet0/1.1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; vlan 1&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.0.5 255.255.255.0 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.5&lt;/P&gt;&lt;P&gt; nameif wireless&lt;/P&gt;&lt;P&gt; vlan 5&lt;/P&gt;&lt;P&gt; security-level 70&lt;/P&gt;&lt;P&gt; ip address 192.168.5.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===Catalyst===&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan 5&lt;/P&gt;&lt;P&gt;name wireless&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/48&lt;/P&gt;&lt;P&gt; description To ASA Port E0/1&lt;/P&gt;&lt;P&gt; switchport trunk encapsulation dot1q&lt;/P&gt;&lt;P&gt; switchport trunk allowed vlan 1,5&lt;/P&gt;&lt;P&gt; switchport mode trunk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:31:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762362#M429278</guid>
      <dc:creator>baskervi</dc:creator>
      <dc:date>2020-02-21T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762363#M429283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to add command for ASA subinterfaces&lt;/P&gt;&lt;P&gt;VLAN vlan number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;vlan 1&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;ip address 192.168.0.5 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.5&lt;/P&gt;&lt;P&gt;nameif wireless&lt;/P&gt;&lt;P&gt;vlan 5&lt;/P&gt;&lt;P&gt;security-level 70&lt;/P&gt;&lt;P&gt;ip address 192.168.5.1 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command VLAN vlan number associate subinterface with VLAN (its difference from routers - where subint number associate subinterface with VLAN)...Although the subinterface number and the VLAN ID do not have to match, it is a good practice to use the same number for ease of management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for mor info&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a0080636f42.html#wp1044006" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a0080636f42.html#wp1044006&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;P&gt;Hope that helps rate if it does&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 07:03:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762363#M429283</guid>
      <dc:creator>m.sir</dc:creator>
      <dc:date>2007-05-22T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762364#M429285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I pasted the initial config script, forgetting it wasn't the final script I used off the laptop. The final script did have the vlan command, so the failure occurred with the vlans defined on the ASA. My bad, and thank you for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The article brings up a thought I've had a couple of times. I understand the ASA tags VLAN 1 but the Catalyst doesn't for the trunk. Could there be a tagging problem here? I set up a trunk between a different ASA and Catalyst about 2 months ago, but the trunk did not include VLAN 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 12:47:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762364#M429285</guid>
      <dc:creator>baskervi</dc:creator>
      <dc:date>2007-05-22T12:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762365#M429287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up moving the trunk to E0/2 on the ASA and kept the above configuration with the exception that VLAN 1 became VLAN 3 and the IP addressing change associated with the other VLAN. This came up with no problems. Ethernet 0/2 of the ASA is also plugged into a different Catalyst switch (Cat 4948). Given both ends of the trunk changed, I'm not sure what fixed it, but I don't want to mess around with a production firewall in attempting to figure out why this works while the old one didn't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 17:42:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762365#M429287</guid>
      <dc:creator>baskervi</dc:creator>
      <dc:date>2007-05-23T17:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762366#M429289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just a guess, but....&lt;/P&gt;&lt;P&gt;Vlan 1 is the native vlan by default on most switches.  On trunks, what this means is that it's expected that Vlan1 *not* be tagged with dot1q.  For the ASA, not tagging frames only occurs with the physical interface. &lt;/P&gt;&lt;P&gt;ie, if you wanted to use Vlan 1 (ie the native vlan), simply use the 'nameif' command on the asa physical interface. (since you used 'no nameif' on the physical interface, the physical interface will not pass traffic).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is all just a guess (:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/intrface.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/multisec/asa_sw/v_7_2/conf_gd/general/intrface.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 01:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762366#M429289</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-05-24T01:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762367#M429291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to move your E 0/1.1 interface to E0/1.2 and use vlan tag2. Perhaps Dot1q on the ASA is having issues with VLAN1. Most devices use VLAN1 as a native vlan. Also ensure your vlan's are active on the 3560.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using an almost idential config, with the exception of VLAN1 and the configuration works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We found that during deployment that when using Dot1Q trunks on a PIX/ASA the Native VLAN not very friendly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 14:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762367#M429291</guid>
      <dc:creator>rauvil</dc:creator>
      <dc:date>2007-05-24T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with trunk between ASA and Catalyst 3560</title>
      <link>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762368#M429292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other option is to use the current configuration and simply assign a different native vlan on the switch port trunk. maybe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 14:55:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-with-trunk-between-asa-and-catalyst-3560/m-p/762368#M429292</guid>
      <dc:creator>srue</dc:creator>
      <dc:date>2007-05-24T14:55:54Z</dc:date>
    </item>
  </channel>
</rss>

