Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip set persistentroute ?
Usage: set persistentroute [dest=][mask=][name=][[nhop=]][[proto=]static|nondod][[preference=]][[metric=]][[view=]unicast|multicast|both]
Parameters:
Tag Value
dest - The destination address for the specified route.
mask - The subnet mask for the destination address.
name - The interface where the route is to be modified.
nhop - The next hop for the route. For routes over
point-to-point interfaces, this value is not needed.
proto - One of the following values:
static: Trigger demand-dial connection (default)
nondod: Do not trigger deamnd-dial connection
preference - The preference for the route.
metric - The metric for the route.
view - One of the following values:
unicast: Route is valid only for unicast traffic
multicast: Route is valid only for multicast traffic
both: Route is valid for both unicast and multicast
traffic (default)
Remarks: Modifies a persistent static route on the specified interface.
Examples:
set persistentroute 192.168.1.0 255.255.255.0 "Virtual Private Connection"