Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Using example code from Snmp.zip 2. Read through the reference and make sure

ID: 3555083 • Letter: 1

Question

1. Using example code from Snmp.zip
2. Read through the reference and make sure you can compile the source code and make it works as defind.
3. Submit your output of:
a:SNMPUTIL get localhost public 1.1.0
b:SNMPUTIL getnext localhost public 1.1
c:SNMPUTIL getnext localhost public .1.3.6.1.4.1.77.1.3
d:SNMPUTIL walk localhost public .1.3.6.1.2.1
4. Modify the TestMIB.C and TestDll.c to implement following features:
a. SNMPUtil can be used to query the current toaster temperature.
b. SNMPUtil can be used to lower the bread.
c: SNMPUtil can be used to turn theater to 100 degree.

  In the lab report, please show me the "SNMPUtil commands" and "the outputs"
5. Attach your modified source code.

Explanation / Answer

1. Using example code from Snmp.zip
2. Read through the reference and make sure you can compile the source code and make it works as defind.
3. Submit your output of:
a:SNMPUTIL get localhost public 1.1.0
b:SNMPUTIL getnext localhost public 1.1
c:SNMPUTIL getnext localhost public .1.3.6.1.4.1.77.1.3
d:SNMPUTIL walk localhost public .1.3.6.1.2.1
4. Modify the TestMIB.C and TestDll.c to implement following features:
a. SNMPUtil can be used to query the current toaster temperature.
b. SNMPUtil can be used to lower the bread.
c: SNMPUtil can be used to turn theater to 100 degree.
In the lab report, please show me the "SNMPUtil commands" and "the outputs"
5. Attach your modified source code.
You are encouraged to do an internet search and find solutions.
References:
http://www3.rad.com/networks/applications/snmp/main.htm
http://www.codeproject.com/Articles/12993/SNMP-library
http://www.codeproject.com/KB/IP/SNMP_Agent_DLL__Part1_.aspx
http://www.codeproject.com/KB/IP/SNMP_Agent_DLL__Part2_.aspx
http://technet.microsoft.com/en-us/library/cc750391.aspx
http://technet.microsoft.com/en-us/library/cc783142(v=ws.10).aspx
http://support.microsoft.com/kb/192796