### Index ### ---- ! Windows XP !! Netsh.exe !!! Commands netsh>routing ip ospf ? See the (http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/netsh.asp Netsh overview) available on (http://www.microsoft.com/technet/ Microsoft TechNet) for full details on how to use the Netsh.exe command line utility. !!! XP Howto * Install OSPF netsh>routing ip ospf install Ok. * Add an ID for the area to which you belong netsh>routing ip ospf add area 345.0.0.0 Ok. * Configure OSPF on the required interface. netsh>routing ip ospf add interface "Local Area Connection" 345.0.0.0 10.10.321.654 255.255.255.240 Ok.