<?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: How can I config Port-channel from ASA to Core Switch and assign I in Switching</title>
    <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692808#M530876</link>
    <description>&lt;P&gt;it depend on&amp;nbsp;&lt;BR /&gt;if you want you can config VLAN SVI in ASA&amp;nbsp;&lt;BR /&gt;or config sub-interface ins ASA&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2022 13:54:09 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2022-09-23T13:54:09Z</dc:date>
    <item>
      <title>How can I config Port-channel from ASA to Core Switch and assign IP?</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691715#M530774</link>
      <description>&lt;P&gt;I've got 2 ASA and 2 Core Switch stacked.&amp;nbsp;How can I config Port-channel from ASA to Core Switch and assign IP to Port-Channel of ASA, Coreswitch. Look like gateway will be .1 in core and .2 in ASA.&amp;nbsp;&lt;BR /&gt;From ASA1, I already used 4 ports from g1/1 - g1/4 for port-channel and g1/1-2 from ASA2&amp;nbsp;&lt;BR /&gt;here my config:&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Core:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vlan 101&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 102&lt;/P&gt;&lt;P&gt;int range g1/0/45-48&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 1 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int po1&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw trunk encaps dot1q&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw trunk native vlan 101&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw mode trunk&amp;nbsp;&lt;/P&gt;&lt;P&gt;int range g1/0/43-44&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 2 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int po2&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw trunk encaps dot1q&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw trunk native vlan 102&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw mode trunk&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA1:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;int g1/1&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 1 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int g1/2&amp;nbsp;&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 1 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int g1/3&amp;nbsp;&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 1 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int g1/4&amp;nbsp;&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 1 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int po1.101&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 101&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip add 10.1.0.2 255.255.255.248&amp;nbsp;&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;nameif Inside&amp;nbsp;&lt;/P&gt;&lt;P&gt;security-level 100&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA2:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;int g1/1&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 2 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int g1/2&amp;nbsp;&lt;/P&gt;&lt;P&gt;no sh&amp;nbsp;&lt;/P&gt;&lt;P&gt;channel-group 2 mode on&amp;nbsp;&lt;/P&gt;&lt;P&gt;int po2.102&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan 102&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip add 10.2.0.2 255.255.255.248&amp;nbsp;&lt;/P&gt;&lt;P&gt;security-level 50&amp;nbsp;&lt;/P&gt;&lt;P&gt;nameif Internal&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and here are subnets for 2 vlan: vlan 101: 10.1.0.0/29 vlan 102: 10.2.0.0/29&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 01:52:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691715#M530774</guid>
      <dc:creator>NetworkRookie</dc:creator>
      <dc:date>2022-09-22T01:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691778#M530782</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;EM&gt;&amp;gt;...&amp;nbsp;How can I config Port-channel from ASA to Core Switch and assign IP to Port-Channel&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; You can't assign an IP address&amp;nbsp; to a layer2 interface , only to Vlan(SVI)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 06:19:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691778#M530782</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2022-09-22T06:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691800#M530783</link>
      <description>&lt;P&gt;as per your question, you need to do as below on the Core switch :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;interface Vlan 101&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip add 10.1.0.1 255.255.255.248&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no shutdown&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;interface vlan 102&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ip add 10.2.0.1 255.255.255.248&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no shutdown&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;is this cluster deployment, then you need cluster link also.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/ha-cluster.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/ha-cluster.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2022 07:00:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4691800#M530783</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-09-22T07:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692550#M530852</link>
      <description>&lt;P&gt;Light me.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;As you said. I can assign IP to int vlan 101 and vlan 102 in CoreSW, so how can I switch int po1 and int po2 access to vlan 101 and 102?&amp;nbsp;&lt;BR /&gt;I've read about Cisco ASA 5506 and higher removed vlan, so I can Switch port access to vlan in ASA5506&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 08:59:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692550#M530852</guid>
      <dc:creator>NetworkRookie</dc:creator>
      <dc:date>2022-09-23T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692563#M530857</link>
      <description>&lt;P&gt;it's stand alone deployment, not clustering or something like that.&amp;nbsp;&lt;BR /&gt;It's a simple network topo ASA1 &amp;gt; Core &amp;gt; ASA2. Stand alone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 09:32:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692563#M530857</guid>
      <dc:creator>NetworkRookie</dc:creator>
      <dc:date>2022-09-23T09:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692617#M530864</link>
      <description>&lt;P&gt;That above suggested config should work for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 10:57:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692617#M530864</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-09-23T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692808#M530876</link>
      <description>&lt;P&gt;it depend on&amp;nbsp;&lt;BR /&gt;if you want you can config VLAN SVI in ASA&amp;nbsp;&lt;BR /&gt;or config sub-interface ins ASA&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2022 13:54:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4692808#M530876</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-23T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I config Port-channel from ASA to Core Switch and assign I</title>
      <link>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4693443#M530953</link>
      <description>&lt;P&gt;I've tried your suggest config but it's not work. maybe I did something wrong.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 04:09:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/how-can-i-config-port-channel-from-asa-to-core-switch-and-assign/m-p/4693443#M530953</guid>
      <dc:creator>NetworkRookie</dc:creator>
      <dc:date>2022-09-26T04:09:27Z</dc:date>
    </item>
  </channel>
</rss>

