Graph Number of PPPoE Logins

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.

  • Create a custom data source:

Name: ppp_running_server_int_count
Unit: pcs
Device: (selced_dev)
Code: ros_command(“/interface pppoe-server print count-only where running”)

  • Check if it returns any data in “last value” field
  • Use this data source in graph

Yes thanks last night this is how I got it to work!

Thanks