cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
755
Views
0
Helpful
2
Replies

NIC bonding on Barracuda Backup using 3650 switch

sbrock
Level 1
Level 1

Looking for help to bond 2 NICs on a Barracuda Backup appliance.  The 2nd NIC on the appliance has been activated by Barracuda support.  If NIC 2 (connected to gi1/0/8) is active, I can not ping the device.  If I shutdown port gi1/0/8, I can ping the device.  What am I missing?

 

My switch configuration is:

 

interface Port-channel10
switchport access vlan 100
switchport mode access
end

 

interface GigabitEthernet1/0/7
switchport access vlan 100
switchport mode access
channel-group 10 mode on
spanning-tree portfast
end

 

interface GigabitEthernet1/0/8
switchport access vlan 100
switchport mode access
channel-group 10 mode on
spanning-tree portfast
end

 

 

From Barracuda's knowledge base:

 

Link Aggregation (LAG) allows you to bond two or more ports in parallel to achieve greater throughput. LAG has the following properties:

  • LAG provides automatic recovery when individual physical links fail. As long as at least one physical link exists, the LAG connection continues to exist.
  • Data transmission is distributed as frames over the physical links.
  • All frames forming part of a specific data communication packet are transmitted over the same physical connection, ensuring delivery of the individual frames of a data communication packet in the correct order, preventing disordering.

Barracuda Networks uses Mode 4 (802.3ad) bonding, known as Dynamic Link Aggregation mode. This mode creates aggregation groups that share the same speed and duplex settings, and requires a switch that supports IEEE 802.3ad Dynamic link.

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni
Hi
did you try LACP instead as its sayin IEEE 802.3ad your using on mode no negotiation , if its bundled on your end P in the etherchannel output and its still not working , chances are they havent teamed their end correctly

Hello,

 

I remotely remember that you have to disable spanning tree on the port channel:

 

interface Port-channel10
switchport access vlan 100
switchport mode access
--> spanning-tree bpdufilter enable
end
!
interface GigabitEthernet1/0/7
switchport access vlan 100
switchport mode access
channel-group 10 mode on
--> spanning-tree bpdufilter enable
spanning-tree portfast
end
!
interface GigabitEthernet1/0/8
switchport access vlan 100
switchport mode access
channel-group 10 mode on
--> spanning-tree bpdufilter enable
spanning-tree portfast
end

Review Cisco Networking for a $25 gift card