Hi to all Dude masters.. I am trying to print frequency of specific link (Appereance Label menu) with concatenating OID and [Interface.Index] value:
[oid(concatenate("1.3.6.1.4.1.14988.1.1.1.1.1.7.","[Interface.Index]"))]
I've tried many combinations from manual at http://wiki.mikrotik.com/wiki/Manual:Scripting and other forum posts but I am getting only text output like this:
[oid(concatenate("1.3.6.1.4.1.14988.1.1.1.1.1.7.","4"))]
([Interface.Index] is replaced with right iface number and nothing else)
What is wrong?