Community discussions

MikroTik App

Search found 2 matches

by tonyg
Mon Sep 03, 2012 9:25 am
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 472918

Re: Probe Thread

I want to monitor the receive bitrate on the eth1 ports of a hundred or so broadcast satellite receivers, and I've created a probe that seems to work for some of the receivers: <function> Name: Eth1rx code: string_substring((rate(oid("1.3.6.1.2.1.2.2.1.10.3"))*8), 0, 9) <probe> Name: Eth1r...
by tonyg
Mon Aug 20, 2012 6:42 am
Forum: The Dude
Topic: Probe Thread
Replies: 339
Views: 472918

Re: Probe Thread

Here try this... [edit] This worked on a Cisco 2800 router and not a 6509. it doesn't seem to work on a windows server. Probably need more of the actual protocol in the send message to get it to work with other devices. I'll work on it some more later. HTH, SD This didn't work for me when trying to...