Hello,
         We are currently working on a project - ' Intrusion Detection
System
in Wireless networks using SNMP protocol '. We want to access the value of
dot11RTSFailureCount mib which is present in IEEE802dot11MIB filBut  the
result of snmpget for specific OID value is same :e.

     When we access it on localhost using snmpget command, error pops up :

shilpa@shilpa-kondawar:~/
Desktop/net-snmp-5.0.8$ snmpget  -v1 -c public localhost:9999
1.2.840.10036.2.2.1.7
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.2.840.10036.2.2.1.7

We have tried compiling the IEEE802dot11MIB file on snmp agent, but it
doesn't help.
We compiled the .c and .h files.We have downloaded it from
internet.Compilation had been done successfully.For compilation we had
used the steps given on netsnmp site i.e. compiling mib-module.Now the
result of snmpwalk 1.2 is


shilpa@shilpa-kondawar:~/Desktop/net-snmp-5.0.8$ snmpwalk  -v1 -c public
localhost:9999 1.2
iso.2.840.10036.1.1.1.1.3 = Hex-STRING: 00 22 69 27 57 A5
iso.2.840.10036.1.1.1.7.3 = INTEGER: 1
iso.2.840.10036.1.1.1.8.3 = INTEGER: 1
iso.2.840.10036.1.1.1.9.3 = STRING: "Guest_WI_FI"
iso.2.840.10036.1.1.1.10.3 = INTEGER: 1
iso.2.840.10036.1.2.1.2.3.1 = INTEGER: 1
iso.2.840.10036.1.2.1.2.3.2 = INTEGER: 2
iso.2.840.10036.1.2.1.3.3.1 = INTEGER: 1
iso.2.840.10036.1.2.1.3.3.2 = INTEGER: 2
iso.2.840.10036.1.3.1.2.3.1 = ""
iso.2.840.10036.1.3.1.2.3.2 = ""
iso.2.840.10036.1.3.1.2.3.3 = ""
iso.2.840.10036.1.3.1.2.3.4 = ""
iso.2.840.10036.1.5.1.1.3 = INTEGER: 2
iso.2.840.10036.1.5.1.2.3 = INTEGER: 0
iso.2.840.10036.1.5.1.4.3 = INTEGER: 2
iso.2.840.10036.2.1.1.1.3 = Hex-STRING: 00 22 69 27 57 A5
iso.2.840.10036.2.1.1.2.3 = INTEGER: 2347
iso.2.840.10036.2.1.1.5.3 = INTEGER: -1
iso.2.840.10036.3.1.1.0 = STRING: "RTID"
iso.2.840.10036.3.1.2.1.1.3 = STRING: "00:22:69"


But  the  result of snmpget for specific OID value is same :

shilpa@shilpa-kondawar:~/Desktop/net-snmp-5.0.8$ snmpget  -v1 -c public
localhost:9999 1.2.840.10036.2.2.1.7
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.2.840.10036.2.2.1.7

Can you please suggest some solution.
Help will be appreciated.


-- 
Shilpa Kondawar,
B.Tech IT,
College of Engineering, Pune.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to