<?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: ASA5520 span-cluster port channel issue with cisco switch in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844260#M1100965</link>
    <description>&lt;P&gt;remove the e0 from the PO.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (489).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/185819iBAFEEA6712AC5BB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (489).png" alt="Screenshot (489).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (490).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/185820i4B4592601E8D02FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (490).png" alt="Screenshot (490).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 28 May 2023 15:53:33 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-05-28T15:53:33Z</dc:date>
    <item>
      <title>ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844210#M1100962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Cisco ASA 5520 and connected with a cisco switch. Am working cluster Master/Slave which is working well and looks fine without any issue (UP).&lt;BR /&gt;&lt;BR /&gt;Problem is that my Port-Channel is not coming up on switch and ASA both sides the summery of etherchannel is showing "w" am not sure what it is and how to fix.&lt;/P&gt;&lt;P&gt;Can someone advise in this case?&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 14:13:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844210#M1100962</guid>
      <dc:creator>Juni</dc:creator>
      <dc:date>2023-05-28T14:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844224#M1100963</link>
      <description>&lt;P&gt;can I see the config in both side ASA and SW (stack)?&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 14:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844224#M1100963</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-05-28T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844258#M1100964</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sure, here is the topology&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anony_0-1685287506880.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/185818iF898428687850042/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anony_0-1685287506880.png" alt="Anony_0-1685287506880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- FOR SWITCH IN INSIDE NETWORK-&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inside_Switch# show etherchannel summary&lt;/P&gt;&lt;P&gt;Number of channel-groups in use: 1&lt;BR /&gt;Number of aggregators: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Group Port-channel Protocol Ports&lt;BR /&gt;------+-------------+-----------+-----------------------------------------------&lt;BR /&gt;1 Po1(SU) LACP Et0/2(P) Et0/3(w)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Port-channel1&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;duplex full&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;switchport access vlan 30&lt;BR /&gt;switchport mode access&lt;BR /&gt;duplex full&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;channel-group 1 mode active&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;channel-group 1 mode active&lt;/P&gt;&lt;P&gt;- MASTER ASA -&lt;/P&gt;&lt;P&gt;ASA-1/master# show running-config interface&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0&lt;BR /&gt;channel-group 1 mode active&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1&lt;BR /&gt;channel-group 1 mode active&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet2&lt;BR /&gt;description Clustering Interface&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet3&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Port-channel1&lt;BR /&gt;port-channel span-cluster&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.10&lt;BR /&gt;vlan 10&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.20&lt;BR /&gt;vlan 20&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 172.16.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.30&lt;BR /&gt;vlan 30&lt;BR /&gt;nameif DMZ&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.30.5.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ASA-1/master# show port-channel summary&lt;/P&gt;&lt;P&gt;Number of channel-groups in use: 1&lt;BR /&gt;Group Port-channel Protocol Span-cluster Ports&lt;BR /&gt;------+-------------+---------+------------+------------------------------------&lt;BR /&gt;1 Po1(U) LACP Yes Et1(P) Et0(w)&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 15:29:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844258#M1100964</guid>
      <dc:creator>Juni</dc:creator>
      <dc:date>2023-05-28T15:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844260#M1100965</link>
      <description>&lt;P&gt;remove the e0 from the PO.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (489).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/185819iBAFEEA6712AC5BB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (489).png" alt="Screenshot (489).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (490).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/185820i4B4592601E8D02FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (490).png" alt="Screenshot (490).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 15:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844260#M1100965</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-05-28T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844265#M1100966</link>
      <description>&lt;P&gt;Should I make a separate port channel for outside interfaces or it is not needed?&lt;/P&gt;&lt;P&gt;Because after I remove inside Port-Channel is UP but for outside here is the log on the Outside-Switch&lt;/P&gt;&lt;P&gt;*May 28 15:52:23.676: %EC-5-L3DONTBNDL2: Et0/1 suspended: LACP currently not enabled on the remote port.&lt;BR /&gt;*May 28 15:52:23.710: %EC-5-L3DONTBNDL2: Et0/2 suspended: LACP currently not enabled on the remote port.&lt;/P&gt;&lt;P&gt;Outside_Switch#show etherchannel summary&lt;/P&gt;&lt;P&gt;Number of channel-groups in use: 1&lt;BR /&gt;Number of aggregators: 1&lt;/P&gt;&lt;P&gt;Group Port-channel Protocol Ports&lt;BR /&gt;------+-------------+-----------+-----------------------------------------------&lt;BR /&gt;1 Po1(SD) LACP Et0/1(s) Et0/2(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am trying to ping from R49 to R51 but not able to do so.&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 15:56:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844265#M1100966</guid>
      <dc:creator>Juni</dc:creator>
      <dc:date>2023-05-28T15:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844282#M1100967</link>
      <description>&lt;P&gt;Yes for OUTside config another PO&amp;nbsp;&lt;BR /&gt;&lt;A href="https://integratingit.wordpress.com/2022/07/10/asa-clustering/" target="_blank" rel="noopener"&gt;https://integratingit.wordpress.com/2022/07/10/asa-clustering/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 16:09:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844282#M1100967</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-05-28T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844290#M1100968</link>
      <description>&lt;P&gt;Thank you for clearing the concept, much appreciated.&lt;/P&gt;&lt;P&gt;It's the first time am working on clusters of ASA so, thanks again.&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 16:21:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844290#M1100968</guid>
      <dc:creator>Juni</dc:creator>
      <dc:date>2023-05-28T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5520 span-cluster port channel issue with cisco switch</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844293#M1100969</link>
      <description>&lt;P&gt;You are so welcome&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 16:33:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-span-cluster-port-channel-issue-with-cisco-switch/m-p/4844293#M1100969</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-05-28T16:33:17Z</dc:date>
    </item>
  </channel>
</rss>

