Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip set rtmroute ?
Usage: set rtmroute [dest=][mask=][[nameorindex=]][[nhop=]][[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.
nameorindex - The interface on which the route is to be modified.
nhop - The next hop for the route. This is not needed for routes
over point-to-point interfaces.
preference - The new preference for the route.
metric - The new 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 non-persistent route used for network management
given either an interface specified by name or a next hop count.
Example:
set rtmroute 169.254.1.0 255.255.0.0 "Virtual Private Connection"