Is there an OID for the currently logged in PPPoE Clients?
I found this from a bunch of years ago but I couldn’t adapt this to the new dude.
http://mum.mikrotik.com/presentations/CZ09/schaub.pdf
Any help ?
Thanks
Is there an OID for the currently logged in PPPoE Clients?
I found this from a bunch of years ago but I couldn’t adapt this to the new dude.
http://mum.mikrotik.com/presentations/CZ09/schaub.pdf
Any help ?
Thanks
I don’t think that there is a oid for that.
You can use different approach for this. Presuming that the device is ROS and you are monitoring it with ROS login.
Name: ppp_running_server_int_count
Unit: pcs
Device: (selced_dev)
Code: ros_command(“/interface pppoe-server print count-only where running”)
Yes thanks last night this is how I got it to work!
Thanks