138
C
HAPTER
4: R
OUTER
C
OMMAND
R
EFERENCE
set init_script
<script_name>
command <string>
Modifies an init_script, that you previously defined using
add
init_script
. You can see the currently defined initialization scripts
using
list init_scripts
.
set interface
<interface_name>
filter_access [on | off]
input_filter <filter_name>
output_filter <filter_name>
Sets filter parameters for the specified filter on the specified interface.
You can see the available filter files using
list filters
, view the
contents of a filter file using
show filter
, and add filter files to FLASH
memory using
TFTP
.
Interface filters can be changed without disabling and re-enabling each
network on that interface.
Parameter
Description
<script_name>
Designation for a modem initialization string. Maximum size is
7 characters. If you are setting an init_script for a modem pool
or interface, the init_script name must already exist.
command
Modem initialization string must be entered with quotes and
must be less than 56 characters.
Parameter
Description
<interface_name>
Designation of interface you are setting parameters for. Limit:
64 ASCII
characters. Either:
rm0/eth:1
(the LAN interface),
loopback
,
internal
,
or
x/slot:y/mod:z
(where
x
is the type of
unit (rm0 for the RAS 1500 unit; pem0 or pem1 for the RAS
1500 Expansion Unit; and pau0 for the PAU),
y
is the slot
number, and
z
is the modem number. Example:
rm0/slot:1/mod:1).
filter_access
Off causes filters specified for an interface with a set interface
command to override filters specified with a
set user
command when the filters are of the same type. Default: Off.
input_filter
Name of the filter file you wish to be applied to the input
stream coming in on the specified interface. Limit: 20 ASCII
characters.
output_filter
Name of the filter file you wish to be applied to the output
stream leaving the specified interface. Limit: 20 ASCII
characters.