- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Bonded Network interfaces and DHCP snooping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2021 08:49 AM - last edited on тАО10-15-2021 12:54 AM by support_s
тАО10-14-2021 08:49 AM - last edited on тАО10-15-2021 12:54 AM by support_s
I have a synology NAS connected to an HP 3500yl network switch. The NAS has bonded interfaces using link aggregation that doesn't require configuration on the switch. However with dhcp-snooping and arp-protection enabled, it seems I can only configure ip source-binding to one of the 2 ports. This poses a problem when I reboot the switch as the device doesn't come online unless I disable the second port at the switch, wait a few seconds and enable the port. Is there a way to source bind both ports to that one IP address or should I enable LACP if possible and will that solve the problem with 2 mac-addresses?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2021 09:18 AM
тАО10-14-2021 09:18 AM
Re: Bonded Network interfaces and DHCP snooping
Are both ports on switch not part of aggregation?
Can you share the config of both ports?
LACP might solve this problem but want to know the connectivity from switch towards NAS.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2021 09:28 AM
тАО10-14-2021 09:28 AM
Re: Bonded Network interfaces and DHCP snooping
That is correct, on the switch ports are independent.
interface 6
name "gknc-nas2 port 1"
tagged vlan 20,30,40,80
untagged vlan 2
port-security learn-mode static mac-address 001132-3c8c55
ip source-binding 2 10.240.0.9 e03f49-a41bcc
ip source-binding 2 10.240.0.11 10604b-7500b2
ip source-binding 2 10.240.0.22 b4b686-db57a0
ip source-binding 2 10.240.0.55 001132-3c8c55
ip source-binding 2 10.240.0.72 000c29-aa4c75
ip source-binding 2 10.240.0.100 080027-ea92fc
ip source-binding 2 10.240.0.125 b827eb-1518a2
ip source-binding 40 10.240.40.1 000c29-163bd6
ip source-binding 40 10.240.40.6 000c29-b97dbd
ip source-binding 40 10.240.40.9 000c29-28d935
ip source-binding 80 10.240.80.1 000c29-b78c19
ip source-binding 80 10.240.80.2 000c29-49b42a
ip source-binding 80 10.240.80.6 000c29-aa4c75
spanning-tree admin-edge-port
exit
interface 7
name "gknc-nas2 port 2"
tagged vlan 20,30,40,80
untagged vlan 2
port-security learn-mode static mac-address 001132-3c8c56
spanning-tree admin-edge-port
exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2021 12:18 AM
тАО10-15-2021 12:18 AM
SolutionHello @Sheepdog ,
How the interfaces configured at NAS side, means is it in Active/Active or Active/Standby?
Try to configure LACP, it might solve the problem.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2021 04:11 PM
тАО10-18-2021 04:11 PM
Re: Bonded Network interfaces and DHCP snooping
I set it up as LACP and that seems to have solved the issue.