Extension Agents Registry Settings

The HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents key describes the extension agents to load. The following table shows the named value.

Value : type Description
Unique_# : REG_SZ Default is not set in the registry.

Registry subkey that contains the parameters for the extension agents. The backslashes must be used in pairs (\\).

The following example shows how to define the extension agents.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents]
"1" = "SOFTWARE\\Microsoft\\MIBII\\CurrentVersion"
"2" = "SOFTWARE\\Microsoft\\HostMIB\\CurrentVersion"
"3" = "SOFTWARE\\Microsoft\\MyMIB\\CurrentVersion"

The following table shows the registry settings for the subagent key, as listed in the preceding key.

Registry key Type Value Default Description
Pathname String The name of your extension-agent DLL. Pathname is not required in Windows CE.

Example:

Mymib.dll

Not applicable. Contains the name of the extension agent DLL that the master agent should load.
Other parameters     Not applicable. Place any other parameters here that your extension agent might want to read from the registry.

See Also

SNMP Registry Settings

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.