Hi,
I want to set snmp.conf that send trap when CPU temperature is high or system info such as location is changed with monitor command. This command added in snmpd.conf for monitor and send trap when interface is down:
So OID for CPU temperature is bigipCpuTempHigh (1.3.6.1.4.1.3375.2.4.0.4) and value is bigipNotifyObjMsg : display string
But how use this OID on monitor command?
Can someone help me?
I want to set snmp.conf that send trap when CPU temperature is high or system info such as location is changed with monitor command. This command added in snmpd.conf for monitor and send trap when interface is down:
Code:
Monitor -r 60 -e linkDownTrap "Generate linkDown" ifOperStatus == 2
So OID for CPU temperature is bigipCpuTempHigh (1.3.6.1.4.1.3375.2.4.0.4) and value is bigipNotifyObjMsg : display string
But how use this OID on monitor command?
Can someone help me?