Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip show persistentroutes ?
Usage: show persistentroutes [[name=]]
Parameters:
Tag Value
name - The name of a specific interface where persistent
routes are used.
Remarks: Displays persistent static routes.
The information displayed for this command consists of:
Field Description
----- -----------
Prefix - The address prefix, in Classless Internet Domain Routing
(CIDR) notation (example: 10.0.0.1/8)
Protocol - The protocol which added the route
Prf - The preference value of the route
Met - The primary metric value of the route, used to
break ties among equal routes with equal preference
Gateway - The IP address of the next hop used in forwarding
Vw - List of views (U=unicast, M=multicast)
Interface - The interface which the route points to and uses
Examples:
show persistentroutes
show persistentroutes name="Local Area Connection"
The first command displays persistent routes for all interfaces.
The second command displays persistent routes for the specified
interface only.