Specifications

Chapter 8. Command Reference 289
Example:
The following command stops the active session for remote HQ.
remote stop HQ
REMOTE UNBINDIPVIRTUALROUTE
Removes a remote route from the named IP virtual routing table.
To list the remote routes, use the remote listIProutes command, page 272. To add a remote route, use the
remote bindIPVirtualRoute command, page 260.
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 remote restart or reboot.
ipaddr IP address of the remote network or station (4 decimals separated by periods).
tablename IP virtual routing table from which the route is removed (character string).
remoteName Name of the remote router (character string).
Example:
The following command removes a route from virtual routing table FRANCISCO. The route removed is for
IP address 10.1.2.0 and remote router HQ.
remote unbindIPVirtualRoute 10.1.2.0 FRANCISCO HQ
remote unbindIPVirtualRoute <ipaddr> <tablename> <remoteName>