Discussion:
WMI + Intel Proset NIC adapters
(too old to reply)
one-trick-pony
2009-02-27 15:29:30 UTC
Permalink
Hello,

I am trying to manage Intel based NICs using WMI. Intel PROSet for
Windows Device Manager software deploys Network Configuration Services
version 2.0, an easy to use solution for deploying and managing all
Intel end-station networking technologies using industry standard
methods. The Intel's software installation has created a new namespace
“root\IntelNCS2”. I am able to GET information about Network Adapters
but I have been trying to SET information. Specifically, I am trying
to set "Jumbo Frames" property of the NICs but I can't seem to figure
this out. The pdf document at http://downloadmirror.intel.com/9405/eng/WMI%20for%20Intel%20NICs.pdf
lists the WMI interface available to client apps to GET and SET
adapter configurations.

The Jumbo Frames is a property listed under
IANet_PhysicalEthernetAdapter class. I am able to modify it through
Device Manager but I would like programmatically set this property.
How can this be accomplished? Thanks.
one-trick-pony
2009-02-27 15:36:33 UTC
Permalink
Typo:
The Jumbo Frames is a property listed under
IANet_PhysicalEthernetAdapter class....

Typo Correction:
The Jumbo Frames is a setting listed under Capabilities property for
IANet_PhysicalEthernetAdapter class. How can Jumbo Frames settings be
modified?

Loading...