Zilog EZ80F91GA User Manual
Page 61

UM024502-1012
ZGATE Logging Page
ZGATE Embedded Security Development Kit
User Manual
49
udp_port:
Value(s) is a ZTP TCP port number. Each item in the value(s) list
must be between 1 and 65535.
The
set
subcommand is used to adjust one of the threshold filtering parameters, and will
not function on ZGATE devices which do not support threshold filtering. When the
set
subcommand is specified,
parameter
must be one of the following values: interval, HW
or LW.
Because the
set
subcommand modifies a single threshold-filtering parameter, the value(s)
list may only contain a single number. The format and meaning of the value depends on
the threshold filtering parameter targeted by the
set
subcommand:
interval:
Value is the threshold filtering interval expressed in seconds. This
value must be between 10 and 1800.
HW:
Value is the threshold filtering High Water (upper) threshold. This
value must be at least 100 and must be at least double the LW
threshold.
LW:
Value is the threshold filtering Low Water (lower) threshold. This
value must be at least 20 and not more than half the HW thresh-
old.
Examples
[ZTP EXTF:/]>zg_config add eth_frame 2048
[ZTP EXTF:/]>zg_config del eth_addr 00:90:23:0c:f5:e2
[ZTP EXTF:/]>zg_config add IP_Addr 192.168.2.97
[ZTP EXTF:/]>zg_config add IP_Prot 1 2 3 4
[ZTP EXTF:/]>zg_config del tcp_port 20 21
[ZTP EXTF:/]>zg_config add udp_port 137 138
[ZTP EXTF:/]>zg_config set interval 300
[ZTP EXTF:/]>zg_config set lw 500
[ZTP EXTF:/]>zg_config set uw 2000