Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip ospf set global ?
Usage: set global [routerid=][[asborder=]yes|no][[loglevel=]none|error|warn|info]
Parameters:
Tag Value
routerid - The IP address of the router.
asborder - Specifies whether the router acts as an Autonomous
System (AS) boundary router. An AS boundary router
advertises external routing information from other route
sources, such as static routes and the Routing
Information Protocol (RIP), into the OSPF AS. AS
boundary routers can be internal or area border routers
and can be connected to the backbone.
One of the following values:
yes: Autonomous Systems boundry router enabled.
no: Autonomous Systems boundry router disabled.
loglevel - One of the following values:
none: nothing is logged in Event Viewer.
error: errors are logged in Event Viewer.
warn: errors and warnings are logged in Event Viewer.
info: log the maximum amount of information.
Remarks: Changes global OSPF parameters.
Examples:
set global 10.0.0.1 asborder=yes loglevel=none