<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://kb.pocnet.net/index.php?action=history&amp;feed=atom&amp;title=Portchannel</id>
	<title>Portchannel - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://kb.pocnet.net/index.php?action=history&amp;feed=atom&amp;title=Portchannel"/>
	<link rel="alternate" type="text/html" href="https://kb.pocnet.net/index.php?title=Portchannel&amp;action=history"/>
	<updated>2026-04-16T16:52:13Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Knowledgebase</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kb.pocnet.net/index.php?title=Portchannel&amp;diff=229&amp;oldid=prev</id>
		<title>PoC: hat „Portchannels“ nach „Portchannel“ verschoben:&amp;#32;Singular ist besser</title>
		<link rel="alternate" type="text/html" href="https://kb.pocnet.net/index.php?title=Portchannel&amp;diff=229&amp;oldid=prev"/>
		<updated>2009-10-03T22:10:54Z</updated>

		<summary type="html">&lt;p&gt;hat „&lt;a href=&quot;/index.php?title=Portchannels&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Portchannels (Seite nicht vorhanden)&quot;&gt;Portchannels&lt;/a&gt;“ nach „&lt;a href=&quot;/wiki/Portchannel&quot; title=&quot;Portchannel&quot;&gt;Portchannel&lt;/a&gt;“ verschoben: Singular ist besser&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ein &amp;#039;&amp;#039;&amp;#039;Portchannel&amp;#039;&amp;#039;&amp;#039; ist in Cisco-Notation die Bündelung von physikalischen Layer2-Links zur&lt;br /&gt;
* Redundanzbildung,&lt;br /&gt;
* Bandbreitenerhöhung.&lt;br /&gt;
Er wird manchmal auch als Etherchannel bezeichnet.&lt;br /&gt;
&lt;br /&gt;
== Konfiguration Cisco ==&lt;br /&gt;
Auf Switchseite sieht die Konfiguration wie folgt aus:&lt;br /&gt;
&lt;br /&gt;
 interface GigabitEthernet0/1&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  channel-group 1 mode active&lt;br /&gt;
 !&lt;br /&gt;
 interface GigabitEthernet0/2&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  channel-group 1 mode active&lt;br /&gt;
 !&lt;br /&gt;
 interface Port-channel1&lt;br /&gt;
  description Aggregate&lt;br /&gt;
&lt;br /&gt;
Die verschiedenen Modi sind bei Cisco näher erklärt. &amp;#039;&amp;#039;Mode active&amp;#039;&amp;#039; steht in diesem Fall für eine Bündelung nach 802.3ad.&lt;br /&gt;
&lt;br /&gt;
== Konfiguration unter Linux ==&lt;br /&gt;
Um die Linkaggregierung nach 802.3ad zu benutzen, muss das Kernelmodul mit den entsprechenden Parametern geladen werden.&lt;br /&gt;
 echo &amp;quot;options bonding mode=802.3ad&amp;quot; &amp;gt; /etc/modprobe.d/bonding&lt;br /&gt;
&lt;br /&gt;
Für die Linuxseite eines solchen Channels steht das Kernelmodul &amp;#039;&amp;#039;bonding&amp;#039;&amp;#039; zu Verfügung, die Konfiguration geschieht über das Hilfsprogramm &amp;#039;&amp;#039;ifenslave&amp;#039;&amp;#039;. Eine Beispielkonfiguration für Debian-Linux sieht wie folgt aus:&lt;br /&gt;
&lt;br /&gt;
 auto bond0&lt;br /&gt;
 iface bond0 inet static&lt;br /&gt;
        pre-up modprobe bonding&lt;br /&gt;
        hwaddress ether 00:14:5e:fc:97:f0&lt;br /&gt;
        address 172.16.70.1&lt;br /&gt;
        netmask 255.255.0.0&lt;br /&gt;
        gateway 172.16.10.13&lt;br /&gt;
        up ifenslave bond0 eth0 eth1&lt;br /&gt;
        down ifenslave -d bond0 eth0 eth1&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://www.stefanocislaghi.eu/tag/portchannel/ Kurzbeschreibung der Konfiguration zwischen Linux und Cisco]&lt;br /&gt;
* [http://de.wikipedia.org/wiki/LACP Wikipedia: Link Aggregation Control Protocol]&lt;br /&gt;
* [http://de.wikipedia.org/wiki/Link_Aggregation Wikipedia: Link Aggregation]&lt;br /&gt;
* [http://www.cisco.com/en/US/tech/tk389/tk213/technologies_tech_note09186a0080094714.shtml Cisco: Understanding EtherChannel Load Balancing and Redundancy on Catalyst Switches]&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Cisco]]&lt;br /&gt;
[[Kategorie:Linux]]&lt;br /&gt;
[[Kategorie:Hochverfügbarkeit]]&lt;br /&gt;
[[Kategorie:Netzwerk]]&lt;/div&gt;</summary>
		<author><name>PoC</name></author>
	</entry>
</feed>