
for example: OID .1.3.6.1.2.1.1.3.0 is for router uptime
but i cant use it manually.......
i can use snmp walk or insert oid in label,but i want to use it manually because some oid there isnt in snmp walk and Should set it manually.
its my Question;how do you want to use it? what do you want to do with this data? place in label?
Like this: variable=[oid("oid.1.3.6.1.4.1.890.1.5.13.5.11.3.3.1")]like this?
variable=[oid("oid.1.3.6.1.4.1.890.1.5.13.5.11.3.3.1.2d.value")]
yes that's right,but uptime OID there is in dudeHere is a very simple probe that will let you know if the uptime is less than 2 days. I made it to alert me when ever a device reboots. You can simply modify it to use any other way.
This can be used to get an email when uptime is below a specified value. iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance
This can be placed on the appearance to give you a label.
time:[oid("iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance")] If these do not work your SNMP settings are wrong or your device does not support SNMP.
HTH
Lebowski