Display uptime

How can I displauy ROS uptime in dude? I do not see a variable for that in the Appearance ‘Add Variable’ list.

I want to see true RB uptime (as displayed in RB title bar) not dude-uptime.

Thanks
Ekkas

If you SNMPwalk the OID is sysUpTimeInstance it is the third down on one of my MT devices.

So I right click on the device, choose appearance, click the arrow next to label. Now your default label shows. You can choose a place outside of the to place

[oid(“iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance”)]

or whatever your mib for uptime is.
My label field looks like this

[Device.Name]
[device_performance()][Device.ServicesDown] Uptime: [oid("iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance")]

Now the uptime shows in the display next to CPU etc

Thanks for that info. Never knew about the snmp walk thingy. Even in SnmpWalk, I get timeout if I want to see :
iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance

Also, I’ve put in in under ‘appearance’, but nothing displays there.

What else should I be looking out for?
Thanks
Ekkas

first check that you have set the snmp community name in the routerboard and have snmp enabled. Then test by running the snmpwalk, making sure the community name is the same, a bunch of lines of all the SNMP results info.

Thanks, got it working.
I had to right-click on the smnp-walk & say ‘Copy OID’, then pasted that value into dud appearance & then it worked:
[oid(“1.3.6.1.2.1.1.3.0”)]