
Chapter 7 Trunks
ZyWALL (ZLD) CLI Reference Guide
85
7.5 Trunk Command Examples
The following example creates a weighted round robin trunk for Ethernet interfaces ge1 and
ge2. The ZyWALL sends twice as much traffic through ge1.
The following example creates a least load first trunk for Ethernet interface ge3 and VLAN 5.
The
ZyWALL sends new session traffic through the least utilized of these interfaces.
flush Deletes a trunk’s interface settings.
exit Leaves the trunk sub-command mode.
system default-interface-group
group_name
Sets the ZyWALL to first attempt to use the the
specified WAN trunk.
[no] system default-snat Enables or disables Source NAT (SNAT). When SNAT
is enabled, the ZyWALL uses the IP address of the
outgoing interface as the source IP address of the
packets it sends out through the WAN interfaces.
show system default-snat Displays whether the ZyWALL enable SNAT or not.
The ZyWALL performs SNAT by default for traffic going
to or from the WAN interfaces.
show system default-interface-
group
Dispalys the WAN trunk the ZyWALL first attempts to
use.
Table 39 interface-group Commands Summary (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# interface-group wrr-example
Router(if-group)# mode trunk
Router(if-group)# algorithm wrr
Router(if-group)# interface 1 ge1 weight 2
Router(if-group)# interface 2 ge2 weight 1
Router(if-group)# exit
Router(config)#
Router# configure terminal
Router(config)# interface-group llf-example
Router(if-group)# mode trunk
Router(if-group)# algorithm llf
Router(if-group)# interface 1 ge3
Router(if-group)# interface 2 vlan5
Router(if-group)# exit
Router(config)#
Comentarios a estos manuales