-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Is your feature request related to a problem? Please describe.
In order for a RouterOS device to act as a PPP Access Concentrator (the server end) it is necessary to create ppp "services" which may or may not extend a profile, and these are the things that pppoe servers actually expose. Confusingly, mikrotik refers to some things as servers and services interchangeably, even though they are not.
Describe the solution you'd like
Implement routeros_pppoe_service
.
Documentation
The mikrotik docs on this are beyond bad, but you'll probably want to reference https://help.mikrotik.com/docs/spaces/ROS/pages/2031625/PPPoE. As near as I can tell you need to create a resource that matches what /webfig/#PPP.PPPoE_Servers
is doing.
Additional context
I don't think its currently possible to setup a PPPoE AC on RouterOS using the terraform provider, as the provider seems to only support RouterOS v6 format ACs.