2.2.1.2.211 OSPF_GLOBAL_PARAM
The OSPF_GLOBAL_PARAM structure MAY<147> be used to contain the OPSF global parameters and is used by the following methods:
RRouterInterfaceTransportGetGlobalInfo (section 3.1.4.11)
typedef struct _OSPF_GLOBAL_PARAM { DWORD type; DWORD create; DWORD enable; DWORD routerId; DWORD ASBrdrRtr; DWORD logLevel; } OSPF_GLOBAL_PARAM, *POSPF_GLOBAL_PARAM;
type: This MUST be set to OSPF_GLOBAL_PARAM_TYPE.
create: Set to 1 if the configuration needs to be created or set to 2 if it needs to be deleted.
enable: Set to 1 if the configuration needs to be enabled or set to 2 if it needs to be deleted.
routerId: This can be any value, or the IP address of the router, and MUST NOT be zero.
ASBrdrRtr: If it is the boundary router set to 1, otherwise set to 2.
logLevel: Set to 0 if no logging, 1 if an error, 2 if a warning, and 3 if information.