User guide
186 Chapter 5. Command Line Interface Reference
REMOTE BINDIPVIRTUALROUTE
Adds a remote route to the named IP virtual routing table.
To list the remote routes, use the remote listIProutes command, page 196. To remove a route from a virtual
routing table, use the remote unbindIPVirtualRoute command, page 207.
Note: A route change in an IP virtual routing table takes effect immediately. However, the change is lost if it is
not saved before the next reboot.
ipaddr IP address of the remote network or station (4 decimals separated by periods).
ipnetmask IP network mask of the remote network or station (4 decimals separated by periods).
hops Perceived cost in reaching the remote network or station by this route (number between 1 and
15).
ipgateway Address of a router on the remote LAN (4 decimals separated by periods).
Enter a gateway only if you are configuring a MER interface.
tableName IP virtual routing table to which the route is added.
remoteName Name of the remote router (character string).
Example:
The following command adds a route to virtual routing table FRANCISCO. The route is to IP address
10.1.2.0/255.255.255.0 and goes through remote router HQ.
remote bindIPVirtualRoute 10.1.2.0 255.255.255.0 1 francisco HQ
REMOTE BLOCKNETBIOS
This command will filter out all NetBIOS packets over this WAN connection.
REMOTE DEL
Deletes a remote router entry from the remote router database.
remoteName Name of the remote router (character string).
Example:
remote addServer 192.168.1.5 tcp smtp
remote addServer 192.168.1.10 tcp 9000 9000 telnet router2
remote bindIPVirtualRoute <ipaddr> <ipnetmask> <hops> [<ipgateway>] <tableName> <remoteName>
remote blockNetBIOS on|off <remoteName>
remote del <remoteName>