<?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>Godbus &#187; Cisco</title>
	<atom:link href="http://blog.godbus.com/tag/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.godbus.com</link>
	<description>Blogging, WordPress, Freeware, Free resource</description>
	<lastBuildDate>Thu, 29 Apr 2010 12:32:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>EtherChannel</title>
		<link>http://blog.godbus.com/etherchannel/</link>
		<comments>http://blog.godbus.com/etherchannel/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 09:13:05 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[etherchannel]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=164</guid>
		<description><![CDATA[1. EtherChannel Overview An EtherChannel bundles individual Ethernet links into a single logical link that provides the aggregate bandwidth of up to eight physical links. A Catalyst 6500 series switch supports a maximum of 64 EtherChannels (256 with Release 12.1(2)E andearlier). You can form an EtherChannel with up to eight compatibly configured LAN ports on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. EtherChannel Overview</strong><br />
An EtherChannel bundles individual Ethernet links into a single logical link that provides the aggregate bandwidth of up to eight physical links.<br />
A Catalyst 6500 series switch supports a maximum of 64 EtherChannels (256 with Release 12.1(2)E andearlier). You can form an EtherChannel with up to eight compatibly configured LAN ports on any module in a Catalyst 6500 series switch. All LAN ports in each EtherChannel must be the same speedand must all be configured as either Layer 2 or Layer 3 LAN ports.<span id="more-164"></span><br />
PAgP = Port Aggregation Control Protocol, a Cisco-proprietary protocol.<br />
LACP = Link Aggregation Control Protocol, is defined in IEEE 802.3ad.<br />
PAgP and LACP do not interoperate with each other. Ports configured to use PAgP cannot form EtherChannels with ports configured to use LACP. Ports configured to use LACP cannot form EtherChannels with ports configured to use PAgP.</p>
<p><strong>2. PAgP EtherChannel</strong><br />
PAgP packets are exchanged only between ports in auto and desirable modes.<br />
Both the auto and desirable modes allow PAgP to negotiate between LAN ports to determine if they can form an EtherChannel, based on criteria such as port speed and trunking state. Layer 2 EtherChannels also use VLAN numbers.<br />
LAN ports can form an EtherChannel when they are in different PAgP modes if the modes are compatible. A LAN port in desirable mode can form an EtherChannel successfully with another LAN port that is in desirable or auto mode. But a LAN port in auto mode cannot form an EtherChannel with another LAN port that is also in auto mode, because neither port will initiate negotiation.</p>
<p><strong>3. LACP EtherChannel</strong><br />
Release 12.1(13)E and later releases support IEEE 802.3ad LACP EtherChannels. LACP packets are exchanged only between ports in passive and active modes.<br />
Once LACP identifies correctly matched Ethernet links, it facilitates grouping the links into an EtherChannel. The EtherChannel is then added to the spanning tree as a single bridge port.<br />
LACP system priority—You must configure an LACP system priority on each switch running LACP. The system priority can be configured automatically or through the CLI. LACP uses the system priority with the switch MAC address to form the system ID and also during negotiation with other systems.<br />
LACP port priority—You must configure an LACP port priority on each port configured to use LACP. The port priority can be configured automatically or through the CLI. LACP uses the port priority with the port number to form the port identifier. LACP uses the port priority to decide which ports should be put in standby mode when there is a hardware limitation that prevents all compatible ports from aggregating.<br />
LACP administrative key—LACP automatically configures an administrative key value equal to the channel group identification number on each port configured to use LACP. The administrative key defines the ability of a port to aggregate with other ports. A port’s ability to aggregate with other ports is determined by these factors: Port physical characteristics, such as data rate, duplex capability, and point-to-point or shared medium.</p>
<p><strong>4. Configuration EtherChannel</strong><br />
A. Layer 3 EtherChannel:<br />
Router(config)# interface port-channel 1<br />
Router(config-if)# ip address 172.32.52.10 255.255.255.0<br />
B. Configuration EtherChannel:<br />
Router(config-if)# channel-group number mode {active | auto | desirable | on | passive}<br />
Router(config-if)# channel-protocol {lacp | pagp}<br />
Router(config-if)# lacp port-priority <em>priority_value</em><br />
Router(config)# lacp system-priority <em>priority_value</em><br />
Router(config)# port-channel load-balance {src-mac | dst-mac | src-dst-mac | src-ip | dst-ip | src-dst-ip | src-port | dst-port | src-dst-port}<br />
C. Show Commands:<br />
Router# show running-config interface port-channel <em>number</em><br />
Router# show interfaces <em>type slot/port</em> etherchannel<br />
Router# show lacp sys-id<br />
Router# show etherchannel load-balance</p>
<hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/etherchannel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CCA</title>
		<link>http://blog.godbus.com/cca/</link>
		<comments>http://blog.godbus.com/cca/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 07:33:24 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[cca]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=109</guid>
		<description><![CDATA[CCA is short for Cisco Certified Architect, which was announced by Cisco on Monday, is the highest certification now, above CCIE. It&#8217;s not easy to get CCA. First, it will cost you 15,000 dollars, you should have CCDE (Cisco Certified Design Expert) in prerequisite, besides, the candidate must also have at least 10 years of [...]]]></description>
			<content:encoded><![CDATA[<p>CCA is short for Cisco Certified Architect, which was announced by Cisco on Monday, is the highest certification now, above CCIE.</p>
<p>It&#8217;s not easy to get CCA. First, it will cost you 15,000 dollars, you should have CCDE (Cisco Certified Design Expert) in prerequisite, besides, the candidate must also have at least 10 years of industry experience.</p>
<p>Most of the CCIEs are hate this certification, they spend almost their career to get CCIE certified, now there is something better.</p>
<p>Who will be the first CCA？</p>
<hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/cca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pass4sure CCIE v2.93 for Download</title>
		<link>http://blog.godbus.com/pass4sure-ccie-v293-for-download/</link>
		<comments>http://blog.godbus.com/pass4sure-ccie-v293-for-download/#comments</comments>
		<pubDate>Tue, 26 May 2009 03:35:22 +0000</pubDate>
		<dc:creator>godbus</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[p4s]]></category>

		<guid isPermaLink="false">http://blog.godbus.com/?p=29</guid>
		<description><![CDATA[Do you want to pass CCIE written exam? If you want, I recommend you to read this pdf, it will help you to pass CCIE written exam easily. This is a printable edition. Download Box: Pass4sure CCIE 350-001 v 2.93 .. Ziddu: Pass4sure CCIE 350-001 v 2.93 . Related posts:Pass4sure CCIE v2.97 for Free DownloadCCAWindows [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to pass CCIE written exam? If you want, I recommend you to read this pdf, it will help you to pass CCIE written exam easily.</p>
<div></div>
<p>This is a printable edition.<span id="more-29"></span></p>
<p>Download</p>
<p>Box: <a href="http://www.box.net/shared/8gdr4zmicl" target="_blank">Pass4sure CCIE 350-001 v 2.93</a> ..<br />
Ziddu: <a href="http://cn.ziddu.com/download/319263/P4SCCIE350-001v2.93.pdf.html" target="_blank">Pass4sure CCIE 350-001 v 2.93</a> .</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://blog.godbus.com/pass4sure-ccie-v297-for-free-download/" rel="bookmark" title="Permanent Link: Pass4sure CCIE v2.97 for Free Download">Pass4sure CCIE v2.97 for Free Download</a></li><li><a href="http://blog.godbus.com/cca/" rel="bookmark" title="Permanent Link: CCA">CCA</a></li><li><a href="http://blog.godbus.com/windows-xp-with-sp3-for-download/" rel="bookmark" title="Permanent Link: Windows XP with SP3 for Download">Windows XP with SP3 for Download</a></li><li><a href="http://blog.godbus.com/screenpresso/" rel="bookmark" title="Permanent Link: Free Screen Capture: Screenpresso">Free Screen Capture: Screenpresso</a></li><li><a href="http://blog.godbus.com/free-vpn-ultravpn/" rel="bookmark" title="Permanent Link: FREE VPN, UltraVPN">FREE VPN, UltraVPN</a></li></ul><hr /><small>Copyright &copy; 2007 - 2010 <a href="http://blog.godbus.com/">Godbus</a><br />  (Digital Fingerprint: 58a39d4fc811c4b681dfeee9d451f30c)</small>]]></content:encoded>
			<wfw:commentRss>http://blog.godbus.com/pass4sure-ccie-v293-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
