Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip show interface ?
Usage: show interface [[name=]]
Parameters:
Tag Value
name - The name of the interface.
Remarks: Displays interface information.
When used to display information on all interfaces:
Field Description
----- -----------
State Shows whether interface is enabled or disabled.
Type Shows how interface is used, such as for loopback, internal
or dedicated usage.
Interface Displays the name of the interface.
When used to display information on a specific interface:
Field Description
----- -----------
Type Shows how interface is used, such as for general, unicast
or multicast usage.
Vendor Shows vendor identifying information for the interface.
Protocol Displays protocol information for the interface.
Examples:
show interface
show interface name="Local Area Connection"
The first command displays information for all interfaces.
The second command displays the specified interface only.