Hallo, Leute!

Ich habe schon die Frage Ende September gestellt und habe reichliche Antworten
bekommen.

Nun ist es soweit, daß ich das ganze einrichten soll.
Und es geht nicht...

Auf dem Linux-Server ist Ubuntu 10.04 Server installiert.
Der Switch ist ein Procurve 3400cl.

Hier meine Konfiguration von Linux:

/etc/network/interfaces:
auto bond0
iface bond0 inet static
  address 192.168.1.56
  network 192.168.1.0
  netmask 255.255.255.0
  broadcast 192.168.1.255
  gateway 192.168.1.13
bond-slaves none
bond-miimon 100
bond-mode 802.3ad
bond-lacp-rate 1

auto eth0
iface eth0 inet manual
  bond-master bond0
  bond-primary eth0 eth1 eth2

auto eth1
iface eth1 inet manual
  bond-master bond0
  bond-primary eth0 eth1 eth2

auto eth2
iface eth2 inet manual
  bond-master bond0
  bond-primary eth0 eth1 eth2

/etc/modprobe.d/aliases.conf:
alias bond0 bonding
options mode=4 miimon=100 downdelay=200 updelay=200

Dann habe ich den Bonding gestartet.
Nun sehe ich:

/proc/net/bonding/bond0:
Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2 (0)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

802.3ad info
LACP rate: fast
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
        Aggregator ID: 2
        Number of ports: 1
        Actor Key: 9
        Partner Key: 52
        Partner Mac Address: 00:23:47:c0:00:80

Slave Interface: eth0
MII Status: down
Link Failure Count: 0
Permanent HW addr: 00:11:0a:56:96:10
Aggregator ID: 1

Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:19:d1:41:49:c2
Aggregator ID: 2

Slave Interface: eth2
MII Status: up
Link Failure Count: 3
Permanent HW addr: 00:11:0a:56:96:11
Aggregator ID: 3

Auf dem Switch (Procurve 3400cl) habe ich folgendes eingerichtet:

max-vlans 256 
time timezone 120 
interface 1 
   no lacp
exit
interface 2 
   no lacp
exit
interface 3 
   no lacp
exit
trunk 1-3 Trk1 LACP 
sntp server 83.133.123.165 
sntp server 83.133.119.20 
sntp server 85.31.187.67 
timesync sntp 
sntp unicast 
snmp-server community "public" Unrestricted 
vlan 1 
   name "DEFAULT_VLAN" 
   untagged 4-48,Trk1 
   ip address 172.16.100.1 255.240.0.0 
   exit 
spanning-tree Trk1 priority 4

Zwei Kabel sind angeschloßen.
Ich pinge ständig den Server, dann probiere ich ein Kabel rauszustecken.
Geht weiter... Gut!

Nun stecke ich das Kabel wieder ein. Geht nicht mehr... :(

Auf dem Switch sehe ich folgendes:

show lacp
   PORT   LACP      TRUNK     PORT      LACP      LACP
   NUMB   ENABLED   GROUP     STATUS    PARTNER   STATUS
   ----   -------   -------   -------   -------   -------
   1      Active    Trk1      Up        Yes       Success
   2      Active    Trk1      Down      No        Success
   3      Active    Trk1      Blocked   Yes       Failure

Warum ist die Port 3 "Blocked"?

Kann jemand mir einen konkreten Beispiel geben, wie ich es einrichten soll?
Ich suche in der Dokumentation und Google seit knapp 2 Stunden und verstehe nur
Bahnhof...

Danke für eure Hilfe!
Luca Bertoncello
([email protected])

_______________________________________________
Lug-dd maillist  -  [email protected]
https://ssl.schlittermann.de/mailman/listinfo/lug-dd

Antwort per Email an