LACP Link Aggregation with FreeNAS
Posted: 11 Jan 2019 09:26
Hi guys,
I have a FreeNAS box to be used as a storage appliance. Two of its 10GBASE-T ports are connected to a OS6900-T20 switch, for which I intend to do linkagg.
Following the example in the Network Configuration Guide, I configured the switch as such.
In FreeNAS, a LACP-based link aggregation was created between the interfaces bxe0 and bxe1
However, after configuring everything, the link remains down. This is the status of the switch.
Has anyone had experience configuring LACP between Alcatel switches and *nix boxes? Any gotchas I should be aware of? I have a nagging feeling that the admin-ley has something to do with it.
Thanks in advance!
I have a FreeNAS box to be used as a storage appliance. Two of its 10GBASE-T ports are connected to a OS6900-T20 switch, for which I intend to do linkagg.
Following the example in the Network Configuration Guide, I configured the switch as such.
Code: Select all
linkagg lacp agg 2 size 2 actor admin-key 5 name "FreeNAS"
linkagg lacp port 1/1 actor admin-key 5
linkagg lacp port 1/2 actor admin-key 5
Code: Select all
bxe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO>
ether 20:67:7c:01:3a:c8
hwaddr 20:67:7c:01:3a:c8
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (10Gbase-T <full-duplex>)
status: active
bxe1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO>
ether 20:67:7c:01:3a:c8
hwaddr 20:67:7c:01:3a:cc
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (10Gbase-T <full-duplex>)
status: active
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO>
ether 20:67:7c:01:3a:c8
inet 10.40.3.1 netmask 0xffff0000 broadcast 10.40.255.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect
status: active
groups: lagg
laggproto lacp lagghash l2,l3,l4
laggport: bxe0 flags=0<>
laggport: bxe1 flags=0<>
Code: Select all
-> show linkagg
Number Aggregate SNMP Id Size Admin State Oper State Att/Sel Ports
-------+-------------+---------+----+------------+--------------+-------------
2 Dynamic 40000002 2 ENABLED DOWN 0 2
-> show vlan
vlan type admin oper ip mtu name
------+-------+-------+------+------+------+------------------
1 std Ena Ena Ena 1500 VLAN 1
4094 mcm Ena Dis Dis 9198 MCM IPC
-> show vlan members
vlan port type status
--------+------------+------------+--------------
1 1/3 default inactive
1 1/4 default inactive
1 1/5 default inactive
1 1/6 default inactive
1 1/7 default inactive
1 1/8 default inactive
1 1/9 default inactive
1 1/10 default inactive
1 1/11 default forwarding
1 1/12 default forwarding
1 1/13 default forwarding
1 1/14 default forwarding
1 1/15 default forwarding
1 1/16 default forwarding
1 1/17 default forwarding
1 1/18 default forwarding
1 1/19 default inactive
1 1/20 default inactive
1 2/1 default inactive
1 2/2 default inactive
1 2/3 default inactive
1 0/2 default inactive
Thanks in advance!