Recently I am facing a problem with SNMP Trap generation. I have already configured my SNMP Trap and if any error occurs in hard disk I am getting the below trap.
Trap Type = -89 Variables = [1.3.6.1.2.1.1.3.0 = 0:00:00.16, 1.3.6.1.6.3.1.1.4.1.0 = 1.3.6.1.2.1.88.2.0.1, 1.3.6.1.2.1.88.2.1.1.0 = Hard disk status, 1.3.6.1.2.1.88.2.1.2.0 = , 1.3.6.1.2.1.88.2.1.3.0 = , 1.3.6.1.2.1.88.2.1.4.0 = 1.3.6.1.4.1.2021.9.1.100.1, 1.3.6.1.2.1.88.2.1.5.0 = 1, 1.3.6.1.4.1.2021.9.1.2.1 = /, 1.3.6.1.4.1.2021.9.1.101.1 = /: less than 99% free (= 79%)]
Now for project purpose I need to know the meaning of every OI for my project purpose like whats is the meaning form 1.3.6.1.6.3.1.1.4.1.0 = 1.3.6.1.2.1.88.2.0.1 mentioned in the trap. So, where I will find those. I have done googling but details of few OID's are not present.
Secondly, my client wants to customize the trap as per their requirement. So, how could I achieve that. I am new to SNMP so, please clarify me.
Thanks in advance.