Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting informations from MIB in C#

Status
Not open for further replies.

rskiko

Programmer
Mar 17, 2004
10
TN
Hi,
I'm a beginner in C# programming and I have to devellop a LAN sniffer based on SNMP ( Simple Network Management Protocol ), so I have to know how to get informations from the Management Information base of a machine.
Please suggest me a solution for this.
Thanks in advance.
 
You should be able to use one of the classes derived from System.Mananagement.ManagementQuery.

See: [link ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemmanagementmanagementquerymemberstopic.htm]ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemmanagementmanagementquerymemberstopic.htm[/url]

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top