Business Domains
Network Provisioning Lifecycle
Subscriber onboarding, PPPoE secret creation, profile assignment, IP pool allocation, and queue enforcement on MikroTik.
Network Provisioning Lifecycle
IMPLEMENTED
Sheba ISP ERP translates high-level customer subscription choices directly into physical hardware configurations on MikroTik RouterOS v7 edge routers.
1. Provisioning Flow
Rendering diagram...
2. MikroTik Hardware Operations
- PPPoE Secret Creation:
- Endpoint:
/ppp/secret/addon RouterOS REST API. - Parameters:
name(username),password,service=pppoe,profile,remote-address(if static IP).
- Endpoint:
- Bandwidth Queue Provisioning:
- Matches package upload/download tier (e.g.
20M/20M). - Dynamically assigned via PPPoE Profile
rate-limitparameter or dedicated Simple Queue.
- Matches package upload/download tier (e.g.
- Graceful Disconnect (Re-Authentication):
- When package is upgraded, the system removes the active tunnel session in
/ppp/active/remove. - The customer router immediately reconnects with the new bandwidth parameters.
- When package is upgraded, the system removes the active tunnel session in