* [#windows_xp Windows XP] ** [#netsh_exe Netsh.exe] *** [#commands Commands] *** [#xp_howto XP Howto] **** [#install_ospf Install OSPF] **** [#add_an_id_for_the_area_to_which_you_belong Add an ID for the area to which you belong] **** [#configure_ospf_on_the_required_interface_ Configure OSPF on the required interface.] ---- ! 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. Edit: I get: Open Shortest Path First must be installed first. {/regexpicons/emoticons/emoticon-face9.png :/} !!!! 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.