I can’t find out the full chain of Native Variables in the Dude…
For example on the Device I can use [Device.Name] [Device.ServicesDown] and etc variables
On the links I can add Variables [Interface.InBitRate] [Interface.OutBitRate] [Interface.OperStatus] and etc…
BUT HOW TO DISPLAY THE [Interface.OperStatus] on the Device Label ???
Please help
Thanx a lot, but it is quite opposite I wanted to find out… As I understood it is info on the LINK, but I need the same on the Device label. And one more thing… SNMP is “disabled=yes”. My interest is RouterOS NATIVE variables…
Thanx in advance…
The trouble with adding link information to a device label is it will be out of context. The context that is missing is what interface are you trying to get the information from?
You could easily SNMP walk your device find the relevant information then put “link status:[oid(1.3.6.admin-status-oid-to-link)]” on a device label to show a single link but that would have to be done manually for each link.
SNMP is disabled for securiry reasons… As the routeros variables are active and connection over Dude to RB devices is established then why not to use the native variables… But the question is HOW? For example on the tab RouterOS on the device settings interfaces are available for viewing and even editing.