What have we done?

Greetings - we (I) have changed a setting on Dude, trying to figure SNMP out, and have messed up the link monitoring - as in this pic:

It used to show just the speed of traffic transferred on the link, but now has all the other SNMP variable stuff…

What have I done? Anyone have any idea?

anyone?

you have probably removed those functions from dude. Either add those
functions back (you can get them from fresh dude installation) or modify your
link appearance not to try evaluating those functions.

Hi Uldis,

Can you possibly point me in the right direction as to where I would add the functions or modify the link appearance?

Thanks in advance…

In the control panel on the left side of DUDE, look for the Function entry (should be below MIB nodes). Open functions and scroll down and see if snmp_wireless_link_info() is still there. As Uldis said, if its missing, you can reload DUDE. Otherwise, you can rightclick on the link, click on appearance, and delete snmp_wireless_link_info() from the link appearance.

Thanks for the help guys - managed to fix it.

Right-clicked on the link, selected ‘Appearance’, opened the ‘Label’ field and clicked ‘ok’

label is:

Rx: [Interface.InBitRate]
Tx: [Interface.OutBitRate]

Also added the missing function snmp_wireless_link_info() which has me stumped as to where it went in the first place!
Fortunateley it was not necessary to reload dude (have over 300 devices being monitored!), just installed it on another PC and copied the missing functions over…