03-26-2012 03:22 PM
03-26-2012 10:42 PM
Snippet from MIB for SNMP QUERY:
iveTemperature OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Temperature of MAG application blade. Other platform such as SA and IC will return 0"
::= { juniper-ive 42 }
For SNMP TRAP:
iveTemperatureNotify NOTIFICATION-TYPE
OBJECTS { iveTemperature }
STATUS current
DESCRIPTION
"IVE Temperature is above threshold"
::= { iveTraps 35 }
You may refer : KB21184
Regards,
Raveen
Note: If this answers your question, you could mark this as accepted solution, that way it would help others as well. Kudo is a bonus thanks!!
03-26-2012 10:56 PM
Hi Raveen
Thank you very much for your answer.
Can you tell me the detailed OID path from root 1.x.x.x.x.?
I just tried to download the MIB file definition but I couldn't to find it. Can you send me a link to the file?
Regards
03-27-2012 03:05 AM
In the IC admin console, choose System > Log/Monitoring > SNMP.
Click the Juniper Networks MIB file link to access the MIB file
Thanks