Common operator tasks
Add a new rate plan
- Subscriber Plans → Add plan
- Name it, set the four
*_bpsfields (BYTES/s — multiply your Mbps target by 125000) - Save. New onboards will pick it up; existing sessions keep their current plan until you either change their individual subscriber record or re-rate.
Move a subscriber to a different plan
- Subscribers → find the row → click to edit
- Change Plan dropdown → Save
- In Sessions, find their active session → drawer → Re-rate now (avoids waiting until their next reconnect)
Suspend a subscriber
- Subscribers → find the row → set Status to
suspended - In Sessions, find the active session → drawer → Disconnect. The next time they reconnect, gated AAA will send them to captive.
Add a new DHCP pool
- Pools & DNS → Add pool
- Name, CIDR, lease time (default 3600s is fine), one or more DNS resolvers
- Save. If you want subscribers to prefer this pool, edit the plan(s) to reference it.
Rotate the metrics scrape token
sudo /opt/bng-deploy/bin/qt-scrape-token-rotate
Writes the new token to /opt/quantumtouch/etc/scrape-token and reloads the Prometheus container. Point your monitoring scrape at the new value.
Enable HTTPS with a real cert (Let's Encrypt)
See letsencrypt-on-bng.md — walks through the ACME HTTP-01 challenge flow and cert renewal automation.