Hello,
i have Orion 9.0 SP2
I am using a following script to convert interface traffic from bps to MBps.
Transmit Data Rate:
${SQL:Select round((Outbps / 1024 / 1024),2) from interfaces WHERE FullName='${FullName}'} Mbps
This script is working fine for all devices, but i have added two new ASA firewalls and it is not working for them, i am getting following output against that.
Transmit Data Rate:MACRO SQL ERROR - Line 1: Incorrect syntax near 'inside'. Mbps
Both Firewalls are ASA5510 with IOS version 7.0(8) and 7.2(4)
Any help?
Kazim