Unsolved
This post is more than 5 years old
2 Intern
•
337 Posts
0
1554
February 11th, 2012 04:00
ATMOS MIB atmosNotifications
Hi all
The PowerSNMP Tools we use to write Clients for our monitoring services tells me that the part 1000 with the atmosNotifications is not correct.
Has anybody looked into the MIB and is able to fix this?
When performing an snmp walk all values up to this part are correctly received. The ones of 1000 and higher are not reported.
Thanks, Holger
No Events found!


JasonCwik
281 Posts
0
February 13th, 2012 15:00
Hi Holger,
The OIDs in the 1000 range are the Notifications and will be delivered using SNMP traps. As such, you can't query them directly. The OIDs in the 2000 range are used by the MIB compiler for compliance per RFC 2580: http://rfc-ref.org/RFC-TEXTS/2580/chapter5.html.
I'll see if I can get this clarified in the documentation.
holgerjakob_c0722c
2 Intern
•
337 Posts
0
February 14th, 2012 02:00
Hi Jason
The snmp walk we use fails because these OIDs are not responding with getnext but they are defined.
What is the procedure that you can recommend?
Thanks, Holger
JasonCwik
281 Posts
0
February 14th, 2012 05:00
Hi Holger,
As I mentioned above, you can not call getnext on those OIDs. The 1XXX OIDs will be sent when SNMP client sends your manager an asynchronous trap and the 2XXX OIDs are used internally by the MIB compiler.
holgerjakob_c0722c
2 Intern
•
337 Posts
0
February 18th, 2012 03:00
Hi Jason, we're trying to only read the values that should respond. Somehow we only get an snmp response from the master node of each IS. the second node does not respond. The second node in both rmgs only delivers 3.1 and 3.10 values. the ones 80 and higher are not delivered. Holger
JasonCwik
281 Posts
0
February 19th, 2012 08:00
Hi Holger,
Please contact support; there is a fix for accessing SNMP on non-master nodes.