Chapter 17 Trunks
ZyWALL Series CLI Reference Guide
168
The following example creates a spill-over trunk for Ethernet interfaces ge1 and ge3, which will apply to
both incoming and outgoing traffic through the trunk. The Zyxel Device sends traffic through ge1 until it
hits the limit of 1000 kbps. The Zyxel Device sends anything over 1000 kbps through ge3.
Router# configure terminal
Router(config)# interface-group spill-example
Router(if-group)# mode trunk
Router(if-group)# algorithm spill-over
Router(if-group)# interface 1 ge1 limit 1000
Router(if-group)# interface 2 ge3 limit 1000
Router(if-group)# loadbalancing-index total
Router(if-group)# exit
Router(config)#