User guide

Chapter 5. Command Line Interface Reference 195
The remote name specifies the entry in the remote router database that the command applies to. The remote name
is the name given the entry when it was created by a remote add command.
Examples:
This command deletes all IP filters of type Forward for the remote interface internet.
remote ipfilter flush forward internet
Both of the following commands 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).
remote ipfilter append forward drop -da 192.168.0.0 -dm 255.255.0.0 internet
remote ipfilter append forward drop -da 192.168.0.0:192.168.255.255 internet
This command lists all IP filters of type Forward for the remote interface internet.
remote ipfilter list forward internet
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.
Example:
# rem list internet
INFORMATION FOR <internet>
Status............................... enabled
Our System Name when dialing out.....
Our Password used when dialing out... no
Protocol in use...................... PPP
ATM traffic shaping.................. no
Authentication....................... disabled
Authentication level required........ PAP
Use periodic LCP pings............... yes
Connection Identifier (VPI*VCI)...... 0*38
IP address translation............... off
IP filters defined................... no
Send/Receive Multicast............... off
Block NetBIOS Packets................ off
Compression Negotiation.............. off
IP slave mode (PPP).................. no
Try to reacquire IP addr (PPP)....... yes
Source IP address/subnet mask........ 0.0.0.0/0.0.0.0
Remote IP address/subnet mask........ 0.0.0.0/0.0.0.0
Send IP RIP to this dest............. no
Send IP default route if known..... no
remote list [<remoteName>]
remoteName Name of the remote router to be listed (character string).If you omit the name, all remote router
entries are listed.