<?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 What do you want to achieve in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566966#M205133</link>
    <description>&lt;P&gt;What do you want to achieve with the lacp-commands? They are used to control *how* a channel is formed. But they won't help if channels are not supported at all.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2014 23:00:43 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2014-12-10T23:00:43Z</dc:date>
    <item>
      <title>ASA port-channel command on IOS v. 9.0(4)</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566963#M205128</link>
      <description>&lt;P&gt;I have configured 2 of ASA 5550 on a port channel as follows:&lt;/P&gt;&lt;P&gt;=======================================&lt;BR /&gt;router# show version&lt;BR /&gt;Cisco Adaptive Security Appliance Software Version 8.4(2)&lt;/P&gt;&lt;P&gt;router# show module&lt;BR /&gt;&amp;nbsp; 0 ASA 5550 Adaptive Security Appliance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASA5550&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JMX1226L1S9&lt;BR /&gt;&amp;nbsp; 1 SSM-4GE Included with ASA 5550 System&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSM-4GE-INC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JAF1224ATNS&lt;/P&gt;&lt;P&gt;router# show interface Port-channel48&lt;BR /&gt;Interface Port-channel48 "", is up, line protocol is up&lt;BR /&gt;&amp;nbsp; Hardware is EtherChannel/ON, BW 2000 Mbps, DLY 10 usec&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Auto-Duplex(Full-duplex), Auto-Speed(1000 Mbps)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input flow control is unsupported, output flow control is off&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Media-type configured as RJ45 connector&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Available but not configured via nameif&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAC address 001f.ca97.44e2, MTU not set&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP address unassigned&lt;BR /&gt;&amp;nbsp; Members in this channel:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Active:&amp;nbsp;&amp;nbsp; Gi1/2 Gi1/3&lt;/P&gt;&lt;P&gt;router# show startup-config&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;&amp;nbsp;channel-group 48 mode on&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;&amp;nbsp;channel-group 48 mode on&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel48&lt;BR /&gt;&amp;nbsp;no nameif&lt;BR /&gt;&amp;nbsp;no security-level&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel48.4&lt;BR /&gt;&amp;nbsp;vlan 4&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel48.5&lt;BR /&gt;&amp;nbsp;vlan 5&lt;/P&gt;&lt;P&gt;After migrating to version 9.0(4) I could not configure channel group on int g 1/2.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;=======================================&lt;BR /&gt;router# show version&lt;BR /&gt;Cisco Adaptive Security Appliance Software Version 9.0(4)&lt;/P&gt;&lt;P&gt;router# show module&lt;BR /&gt;&amp;nbsp; 0 ASA 5550 Adaptive Security Appliance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASA5550&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JMX1421L333&lt;BR /&gt;&amp;nbsp; 1 SSM-4GE Included with ASA 5550 System&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSM-4GE-INC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JAF1419ALAK&lt;/P&gt;&lt;P&gt;router# configure terminal&lt;BR /&gt;router(config)# interface GigabitEthernet1/2&lt;BR /&gt;router(config-if)#&amp;nbsp; channel-group 48 mode on&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;ERROR: % Invalid input detected at '^' marker.&lt;BR /&gt;router(config-if)# ?&lt;/P&gt;&lt;P&gt;So I have the following questions about verion 9:&lt;/P&gt;&lt;P&gt;1. Can I still use port-channels on a sigle ASA?&lt;BR /&gt;2. Should I replace port-channel by lacp command on a sigle ASA?&lt;BR /&gt;3. Does lacp command can be used only on clusters ?&lt;/P&gt;&lt;P&gt;Att.,&lt;BR /&gt;Rosa&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566963#M205128</guid>
      <dc:creator>Rosa Ladeira</dc:creator>
      <dc:date>2019-03-12T05:12:32Z</dc:date>
    </item>
    <item>
      <title>The following is documented</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566964#M205130</link>
      <description>&lt;P&gt;The following is documented in the config guide for both &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/interface_start.html#wp1326437"&gt;8.4&lt;/A&gt; and &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa90/configuration/guide/asa_90_cli_config/interface_start.html#pgfId-1326437"&gt;9.0&lt;/A&gt;:&lt;/P&gt;&lt;P class="pBu1_Bullet1" style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-right: 0em; margin-bottom: 7px; margin-left: 0.25in; text-indent: -0.25in; line-height: normal;"&gt;•&lt;IMG alt="" border="0" height="2" src="http://www.cisco.com/c/dam/en/us/td/i/templates/blank.gif" width="19" /&gt;You cannot use interfaces on the 4GE SSM, including the integrated 4GE SSM in slot 1 on the ASA 5550, as part of an EtherChannel.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;So, even with 8.4 it was probably never meant to work.&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Dec 2014 21:28:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566964#M205130</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-12-10T21:28:58Z</dc:date>
    </item>
    <item>
      <title>Should I replace port-channel</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566965#M205131</link>
      <description>&lt;P&gt;Should I replace port-channel by lacp command on a sigle ASA?&lt;BR /&gt;Does lacp command can be used only on clusters ?&lt;/P&gt;&lt;P&gt;Att.,&lt;BR /&gt;Rosa&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 22:52:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566965#M205131</guid>
      <dc:creator>Rosa Ladeira</dc:creator>
      <dc:date>2014-12-10T22:52:11Z</dc:date>
    </item>
    <item>
      <title>What do you want to achieve</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566966#M205133</link>
      <description>&lt;P&gt;What do you want to achieve with the lacp-commands? They are used to control *how* a channel is formed. But they won't help if channels are not supported at all.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 23:00:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566966#M205133</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-12-10T23:00:43Z</dc:date>
    </item>
    <item>
      <title>Is there any way to configure</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566967#M205134</link>
      <description>&lt;P&gt;Is there any way to configure channel on ASAs interfaces in order to agregate interfaces throughput ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:12:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566967#M205134</guid>
      <dc:creator>Rosa Ladeira</dc:creator>
      <dc:date>2014-12-11T08:12:41Z</dc:date>
    </item>
    <item>
      <title>Yes, on the build-in</title>
      <link>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566968#M205135</link>
      <description>&lt;P&gt;Yes, on the build-in interfaces of the ASA (g0/0 to g0/3). But the overall throughput of the 5550 is only slightly higher than the capacity of a single gig-link. So it's more about the higher availability that can be achieved than the throughput.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:20:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-port-channel-command-on-ios-v-9-0-4/m-p/2566968#M205135</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2014-12-11T08:20:49Z</dc:date>
    </item>
  </channel>
</rss>

