Chapter 6: Remote Commands
Efficient Networks
®
Router family
Command Line Interface Guide
Page 6-34
Efficient Networks
®
The
<remotename>
specifies the entry in the remote router database that the
command applies to. To see the remote names, use the
remote list
command.
Examples
This command example deletes all IP filters of type Receive for the remote interface
internet.
The following two command examples have the same effect: they deny all IP traffic for
the remote interface internet from the specified destination addresses. The addresses
can be specified as 192.168.0.0 masked with 255.255.0.0 or as the range
192.168.0.0 through 192.168.255.255.
This command example lists all IP filters of type Input for the remote interface internet.
Response
Command prompt.
remote list
Lists the remote router entry (or all the entries) in the remote router database. The
result is a complete display of the current configuration settings for the remote
router(s), except for the authentication password/secret.
Mgmt Class
Network (R)
Input Format
remote list <remotename>
Specify one of these options to determine when watch messages are sent for this
filter. The messages are sent to the console serial port (and to any Syslog servers;
see
see “
Syslog Client” on page 7-1.
)
If neither
-q
or
-v
are specified for the filter, and a
remote ipfilter watch
<on> command is
entered for the interface, a message is sent each time this filter causes a packet to be
dropped or rejected.
If
-q
(quiet) is specified, no messages are printed for this filter, even if the filter causes a
packet to be dropped or rejected.
If
-v
(verbose) is specified, a message is printed every time this filter matches a packet,
regardless of the filter action.
-> remote ipfilter flush receive internet
-> remote ipfilter append receive drop -da 192.168.0.0 -dm
255.255.0.0 internet
-> remote ipfilter append receive drop -da 192.168.0.0:192.168.
255.255 internet
-> remote ipfilter list input internet