<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jklogic.net &#187; Etherchannel</title>
	<atom:link href="http://jklogic.net/tag/etherchannel/feed/" rel="self" type="application/rss+xml" />
	<link>http://jklogic.net</link>
	<description>logical reality</description>
	<lastBuildDate>Tue, 07 Oct 2008 19:43:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cisco IOS to CatOS Etherchannel Configuration</title>
		<link>http://jklogic.net/cisco-ios-to-catos-etherchannel-configuration/</link>
		<comments>http://jklogic.net/cisco-ios-to-catos-etherchannel-configuration/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 19:02:43 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CatOS]]></category>
		<category><![CDATA[Etherchannel]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://jklogic.net/cisco-ios-to-catos-etherchannel-configuration/</guid>
		<description><![CDATA[Here are the relevant parts of the configuration to setup an etherchannel between an IOS device and a CatOS device.  First lets start with the CatOS device, in this case a 6509.  We will be using ports 3/9 and 3/10.
We first need to set the ports we want to use to be a [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the relevant parts of the configuration to setup an etherchannel between an IOS device and a CatOS device.  First lets start with the CatOS device, in this case a 6509.  We will be using ports 3/9 and 3/10.</p>
<p>We first need to set the ports we want to use to be a trunk.  Here we are forcing dot1q.</p>
<div class="code">6509#set trunk 3/1-2 nonegotiate dot1q</div>
<p>Now we need to setup the port channels.  These channels will be used as 1 and aggregate bandwidth between them.</p>
<div class="code">6509#set port channel 3/9-10</div>
<p>Note: There is an option at the end of this command to specify the admin group.  This is how the CatOS groups the ports.  If you do not specify the admin group, the CatOS will automatically assign one.  This is something to watch out for if you set each port separately.</p>
<p><span id="more-17"></span></p>
<p>Now, turn the port channel on.</p>
<div class="code">6509#set port channel 3/9-10 mode on</div>
<p>That is it for the CatOS.  The config for the IOS is quite a bit different.  First, create a port channel interface and make it a trunk.</p>
<div class="code">3750(config)#interface port-channel 1<br />
3750(config-if)#switchport trunk encapsulation dot1q<br />
3750(config-if)#switchport mode trunk</div>
<p>Assign ports to the port channel group.</p>
<div class="code">3750(config)#interface GigabitEthernet1/0/1<br />
3750(config-if)#channel-group 1 mode on<br />
3750(config-if)#interface GigabitEthernet1/0/2<br />
3750(config-if)#channel-group 1 mode on </div>
<p>Just connect the ports and everything should come up.  To check on the CatOS.</p>
<div class="code">6509#show port channel<br />
Port  Status     Channel              Admin Ch  Mode                 Group Id<br />
&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8211;<br />
3/9  connected  on                     746  1734<br />
3/10 connected  on                     746  1734</p>
<p>Port  Device-ID                       Port-ID                   Platform<br />
&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;-<br />
3/9  3750                                GigabitEthernet1/0/1      cisco WS-C3750-48P<br />
3/10 3750                                GigabitEthernet1/0/2      cisco WS-C3750-48P</p>
</div>
<p>Here, both ports 3/9 and 3/10 show as connected and on the same admin channel.</p>
<p>And for the IOS.</p>
<div class="code">3750#show etherchannel summary<br />
Flags:  D &#8211; down        P &#8211; in port-channel<br />
I &#8211; stand-alone s &#8211; suspended<br />
H &#8211; Hot-standby (LACP only)<br />
R &#8211; Layer3      S &#8211; Layer2<br />
U &#8211; in use      f &#8211; failed to allocate aggregator<br />
u &#8211; unsuitable for bundling<br />
w &#8211; waiting to be aggregated<br />
d &#8211; default port</p>
<p>Number of channel-groups in use: 1<br />
Number of aggregators:           1</p>
<p>Group  Port-channel  Protocol    Ports<br />
&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1      Po1(SU)          &#8211;        Gi1/0/1(P)  Gi2/0/1(P)
</p></div>
<p>The last line is the important one.  Notice that is shows both ports are in port channel 1.</p>
<p>To configure and IOS to IOS etherchannel, just repeat the exact steps for the IOS on the second switch.<br />
That&#8217;s all there is to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://jklogic.net/cisco-ios-to-catos-etherchannel-configuration/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
