Specifications

Chapter 8. Command Reference 267
REMOTE ENABRIDGE
Enables bridging from the target router to the remote router. This command requires rebooting the target system
for the change to take effect.
REMOTE IPFILTER
This command manages the IP filters on the WAN interface. The filters screen IP packets at the interface level.
You can define filters for any entry in the remote router database. The remote entry is referenced by the name
specified on the remote add command that created the entry.
The set of filters for a remote router entry can be of three types: Input, Forward, and Output. For more information
on how these three types of filters are applied, refer to Chapter 5. IP Filtering on page 119.
Note: IP filters take effect immediately upon entry. They can even affect the current connection that you are using
to enter commands. Unlike other configuration changes, you do not need to save and restart or reboot.
The following commands are provided for managing IP filters for the WAN interface:
remote ipfilter append [<line number>] <type> <action> [<parameters>] <remoteName>
Appends a filter to the list of filters for this <type> (Input, Output, or Forward) for this remote router
entry.
If no line number is specified, the filter is appended to the end of the list; otherwise, it is appended after
the specified line. To see the line numbers, use the remote ipfilter list command. Filters are used in the
order they appear in their list.
remote ipfilter insert <type> <action> <parameters> <remoteName>
Inserts a filter in the list of filters for this <type> (Input, Output, or Forward) for this remote router entry.
If no line number is specified, the filter is inserted at the beginning of the list; otherwise, it is inserted
before the specified line. To see the line numbers, use the remote ipfilter list command. Filters are used
in the order they appear in their list.
remote ipfilter delete <type> <action> <parameters> <remoteName>
Deletes the first filter that matches the filter specified on the command.
remote ipfilter flush [<first line> [<last line>]] <type> <remoteName>
Deletes a range of filters of this <type> (Input, Output, or Forward) for this remote router entry.
remote enaBridge <remoteName>
remoteName Name of the remote router (character string).
Example:
remote enaBridge HQ
remote ipfilter <command> <type> <action> <parameters> <remoteName>