Sven - 2005-12-01

Hi!

I tried to configure a port-channel with the following values but after 30s the lacp port-channel broke. After port channeling I want to add vlan interfaces to bond0 (therefore the trunk). Anyone sees some errors in my config? I checked with this Intel and the on-board Broadcom Card. Didn't work...

Thanks,
Sven.

Cisco 6509
interface Port-channel22
no ip address
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 2111
switchport trunk allowed vlan 2110
switchport mode trunk
storm-control broadcast level 1.00
storm-control multicast level 1.00
end

interface GigabitEthernet1/15
no ip address
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 2111
switchport trunk allowed vlan 2110
switchport mode trunk
spanning-tree bpduguard disable
channel-protocol lacp
channel-group 22 mode active
end

interface GigabitEthernet2/15
no ip address
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 2111
switchport trunk allowed vlan 2110
switchport mode trunk
spanning-tree bpduguard disable
channel-protocol lacp
channel-group 22 mode active
end

Bonding Server (OpenSuse 10.0 + XEN, Dual Xeon)
eth2
BOOTPROTO='none'
NAME='Intel PRO/1000 MT Dual Port Network Connection'
STARTMODE='off'
UNIQUE='mY_N.mh_lwisaTh3'
_nm_name='bus-pci-0000:08:01.0'

eth3
BOOTPROTO='none'
NAME='Intel PRO/1000 MT Dual Port Network Connection'
STARTMODE='off'
UNIQUE='DkES.mh_lwisaTh3'
_nm_name='bus-pci-0000:08:01.1'

bond0
BOOTPROTO="static"
STARTMODE="onboot"
BONDING_MASTER="yes"
BONDING_MODULE_OPTS="mode=802.3ad miimon=100"
BONDING_SLAVE0="bus-pci-0000:08:01.0"
BONDING_SLAVE1="bus-pci-0000:08:01.1"

# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v2.6.1 (October 29, 2004)

Bonding Mode: IEEE 802.3ad Dynamic link aggregation
MII Status: down
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0

802.3ad info
LACP rate: slow
Active Aggregator Info:
        Aggregator ID: 1
        Number of ports: 1
        Actor Key: 17
        Partner Key: 1
        Partner Mac Address: 00:00:00:00:00:00

Slave Interface: eth2
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:04:23:c0:88:5c
Aggregator ID: 1

Slave Interface: eth3
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:04:23:c0:88:5d
Aggregator ID: 2