Sorry if this has been asked before but I can't find the post....
I have an Intel 4-port GB ethernet card and an SMC switch (SMCGS24C-SMART)
I have configured 4 of the ports in the switch to act as a trunk
I have created a Bonded interface on the router, bonding the 4 ports together and have used the subsequent interface as the interface for my first 2/3 VLANs.
Code: Select all
2 RS name="Trunk Port 1" default-name="ether1" type="ether" mtu=1500 actual-mtu=1500 l2mtu=9014
mac-address=00:15:17:73:70:1C fast-path=no last-link-down-time=aug/04/2016 17:59:24
last-link-up-time=aug/04/2016 17:59:57 link-downs=1
3 RS name="Trunk Port 2" default-name="ether2" type="ether" mtu=1500 actual-mtu=1500 l2mtu=9014
mac-address=00:15:17:73:70:1D fast-path=no last-link-down-time=aug/04/2016 17:59:29
last-link-up-time=aug/04/2016 19:13:06 link-downs=1
4 RS name="Trunk Port 3" default-name="ether3" type="ether" mtu=1500 actual-mtu=1500 l2mtu=9014
mac-address=00:15:17:73:70:1E fast-path=no last-link-up-time=jul/30/2016 14:53:31 link-downs=0
5 RS name="Trunk Port 4" default-name="ether4" type="ether" mtu=1500 actual-mtu=1500 l2mtu=9014
mac-address=00:15:17:73:70:1F fast-path=no last-link-up-time=jul/30/2016 14:53:31 link-downs=0
Code: Select all
12 R name="Trunk 1" type="bond" mtu=1500 actual-mtu=1500 l2mtu=9014 mac-address=00:15:17:73:70:1C fast-path=yes
last-link-down-time=aug/04/2016 19:39:08 last-link-up-time=aug/04/2016 19:39:08 link-downs=1
Code: Select all
0 R name="Trunk 1" mtu=1500 mac-address=00:15:17:73:70:1C arp=enabled arp-timeout=auto
slaves=Trunk Port 1,Trunk Port 2,Trunk Port 3,Trunk Port 4 mode=balance-rr primary=none link-monitoring=none
arp-interval=100ms arp-ip-targets="" mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs
transmit-hash-policy=layer-2 min-links=0
Code: Select all
6 R name="Infrastructure" type="vlan" mtu=1500 actual-mtu=1500 l2mtu=65531 mac-address=00:15:17:73:70:1C
fast-path=yes last-link-down-time=aug/04/2016 19:39:00 last-link-up-time=aug/04/2016 19:39:08 link-downs=1
Has anyone ever managed to do this?
Can you share your experience ?