snmp Questions
6
I have developed a special application for a company under .net in C# and it is used for years. Now it is developed on, one of the main new features I have to implement is to integrate it with anot...
Hysterogenic asked 27/1, 2012 at 22:11
1
I need to retrieve a list of IP addresses of phones from Cisco Unified Call Manager, and I'd like to be able to do it using Perl and standard modules as much as possible.
I can get the addresses u...
2
Solved
Can someone point me to a good definition of Gauge32 vs Counter32? I understand that Counter32 can wrap, but Gauge32 can't.
I'm trying to understand their semantics. For example, I've heard you s...
2
Solved
I have to go through and collect a few OIDs from some SNMP enabled network printers with a BASH script I have been working on.
My Request:
snmpget -v2c -c public 192.168.0.77
.1.3.6.1.2.1.1.1
....
2
Solved
I could quickly go through the snmp installation and it works fine.
In one of the agent modules I am currently looking into and trying to modify the source. I came across an issue where I need to ...
3
Solved
I am a fresh graduate and have just got my first job as a programmer in Hong Kong. As the topic described, I need to use C# to control the ports on the Cisco switch.
I have search and study for q...
3
If you are writing your own MIB for a bespoke application, is there a 'best practice' for which branch you should use. I'm thinking of something analogous to private IP addresses, that can be used ...
Hornbeck asked 30/4, 2010 at 11:54
1
Solved
I am trying to specify the port when I am sending a trap via snmptrap.
Just in order to test my SNMP receiver I want to send traps to it, but I do not have access to port 162. How do I send the tr...
7
Solved
I'm operating a neighbourhood WIFI network in a rural environment.
Now I'm looking fo a monitoring tool to run on a server (Windows or Linux) which would track bandwidth, uptime (clients as ...
Wade asked 3/11, 2008 at 9:2
5
Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax?
If possible, it should be free and run under Linux.
5
Solved
How can I send snmpv2 traps from Java application. I tried to do example on snmp4j, but it didn't work.
2
What does smilint mean when it complains about a specific line in a MIB file saying that:
"revision for last update is missing"?
1
Solved
I'm using SNMPD to run a script on a Raspberry Pi with net-snmp.
I was able to get the same script running on my Slackware machine, but on the Pi, under extOutput.1, I'm getting "Exec format error"...
1
Solved
Which of the following is the correct format for snmptrap (net-snmp) command?
snmptrap -v 2c -c public host "" NET-SNMP-EXAMPLES-MIB::netSnmpExampleHeartbeatNotification \
netSnmpExampleHeartbeat...
0
I've tried to modify the TrapSend.dpr sample project which I downloaded from http://synapse.ararat.cz/files/contrib/Trap.zip to send SNMP v2 traps without success. Note: I'm able to successfully se...
2
Solved
Basicaly what i want to do is retrieve hp's Printer Model from network printer via SNMP in c#.
Searching SO didn't yield anything usefull.
Where do i start?
1
Solved
I've been working on a custom SNMP Mib and I've come up against a wall while trying to get an agent to return the proper data.
MIB (validated by running smilint -l 6):
IDB-MIB DEFINITIONS ::= BEG...
1
Solved
I have OID of 1.3.6.1.2.1.2.2.1.8.4096 (ifOperStatus)
In my code I have:
MIB[0]=0x2b
MIB[1]=0x06
MIB[2]=0x01
MIB[3]=0x02
MIB[4]=0x01
MIB[5]=0x02
MIB[6]=0x02
MIB[7]=0x01
MIB[8]=0x08
MIB[9]=0xA0
M...
Reginaldreginauld asked 11/8, 2013 at 21:10
1
Solved
I'm attempting to query an SNMP variable on a Cisco routing device in Python, and struggling.
I have a snmpwalk command that works fine:
$snmpwalk -v2c -c <our_community_string> <device_...
1
Solved
That problem comes with snmp4android.jar using Android 3.1
[2013-04-08 14:42:25 - ControlloGiardinoWG] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2013-04-08 14:42:25 - ControlloGia...
Cadel asked 8/4, 2013 at 12:50
1
Net-snmp has a small number of types:
i: INTEGER,u: unsigned INTEGER, t: TIMETICKS, a: IPADDRESS o: OBJID, s: STRING, x: HEX STRING, d: DECIMAL STRING U: unsigned int64, I: signed int64, F: float,...
Panjabi asked 28/1, 2013 at 21:58
2
Solved
I am looking at the SNMPBEECodec which can be seen at this location
In particular I am looking at the function encodeLength()
A snippet I am interested in
int numBytes = 0;
int temp = length;
...
2
Solved
Explain the difference between v1, v2c and v3 Traps PDU/format.
Spruill asked 30/12, 2011 at 11:47
1
Solved
I need to make a feasibility study on various SNMP libraries. Currently I am using SNMP4J. My requirement is to compare various libraries with their features. I wasn't able to locate any useful ref...
2
I am looking for a good open source mib browser for linux. ireasoning has a limit on the number of mib files it can load in the free version.
I dont need it to do mib queries I just need to ...
© 2022 - 2024 — McMap. All rights reserved.