evert
1
hi everyone!
I was wondering about the following. Is it possible to:
- Run a script from an HTML-page (or perhaps Javascript)
- Let that script obtain a certain system value (I think I figured out how to do this part already…)
- Return the obtained value to the HTML-page (or the Javascript)
Anyone any suggestions/ideas on this? 
Regards,
Evert
normis
2
evert
3
That would require a separate machine with a SNMP-client. I was hoping to get it all within the Mikrotik router… 
Eugene
4
You can try SSH (not sure JS can do this, but JSP page or a servlet will handle this task easily)
evert
5
That sounds interesting! 
Doe you/someone else happen to have an example that shows how to proceed on this? 