Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip ospf add interface ?
Usage: add interface [name=][areaid=][[addr=][mask=]]
Parameters:
Tag Value
name - Name of the interface to add.
areaid - IP address of area that the interface belongs to.
addr - IP address of the interface to add.
mask - IP address mask of the interface to add.
Remarks: Enables OSPF on the specified interface.
The address and mask parameters are optional.
For interfaces that have only one IP address the address and mask
can be omitted. For Point to Point interfaces or interfaces that
receive their address via DHCP, the address and mask should be
omitted since the address is not fixed for these interfaces
For interfaces that have multiple IP addresses the address and mask
must be specified for each add command so that the IP address for
which OSPF is being added is unambiguous
Examples:
add interface "Local Area Connection" 0.0.0.0 11.0.0.1 255.255.255.0