> ## Documentation Index
> Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# New PON deployment: 64 subscribers from site approval to first login

> Plan, order, configure, and activate a 64-subscriber GPON tree — OLT provisioning, splicer dispatch, subscriber provisioning in BSS and RADIUS, welcome emails, truck-rolls scheduled.

A municipal fiber build opens a new subdivision with 64 pre-sold subscribers. The ISP runs the full deployment inside Studio: OLT configuration, splicer dispatch, subscriber records in the BSS, service profiles on the RADIUS server, install tickets auto-issued, and subscriber welcome emails timed to each install.

## Systems involved

| System                         | Role                                         |
| ------------------------------ | -------------------------------------------- |
| Studio inventory               | The new OLT and per-subscriber ONT entries.  |
| Calix / Nokia / Huawei OLT CLI | PON tree provisioning.                       |
| FAT / splice panel records     | Drop-cable assignments per subscriber.       |
| Splynx / Sonar BSS             | Subscriber record, billing, product mapping. |
| FreeRADIUS / Radiator          | Authentication profile per subscriber.       |
| Google Calendar                | Splicer and install-tech scheduling.         |
| Gmail                          | Welcome email with account and WiFi details. |
| Customer portal                | Self-service login.                          |
| Studio Procedures              | `New PON tree provisioning` runbook.         |

## Walkthrough

<Steps>
  <Step title="Plan the PON tree">
    Copilot imports the FAT plan: 2 splitters, 1:32 ratio, 64 planned drop fibres. The OLT and PON port are picked from available capacity. The plan becomes a Studio diagram with subscriber IDs at each drop.
  </Step>

  <Step title="Order the ONTs and drop cables">
    The procurement connector orders 64 GPON ONTs and the splice-on-connector drops. The shipment tracking lands in the project channel.
  </Step>

  <Step title="Pre-provision the OLT">
    SSH into the OLT. Copilot stages the PON port config, the splitter entries, and the bandwidth profiles for the service tiers. Stage appears in the staging panel, reviewed, pushed.
  </Step>

  <Step title="Splicer dispatch">
    Schedule the splicer through Google Calendar with the FAT records attached. The splicer is briefed with which subscribers map to which ports and which fibers are reserved.
  </Step>

  <Step title="Subscriber records in BSS">
    Through the Splynx connector, create 64 subscriber records with service product, static IPv4 mapping, IPv6 prefix delegation, and contact details — all from the pre-sale CSV the sales team handed over.
  </Step>

  <Step title="RADIUS profiles">
    The BSS push writes to RADIUS automatically. Copilot spot-checks five subscribers to confirm the bandwidth rate-limit, the static framed-IP, and the session-timeout match the service tier.
  </Step>

  <Step title="Install ticket per subscriber">
    Generate one install ticket per subscriber in the PSA. Each ticket carries the ONT serial, the drop number, the subscriber's contact, the scheduled window, and the install procedure.
  </Step>

  <Step title="Install day">
    As each install tech activates an ONT, Copilot watches the OLT for the ONT registration, marks the ticket in-progress, and when RADIUS authenticates the session, fires the subscriber's welcome email through Gmail with login, portal URL, and WiFi default credentials.
  </Step>

  <Step title="Close the project">
    At the end of the go-live week, generate the deployment report: 64 subscribers, first-login rate, install-duration distribution, exceptions. PDF to the project sponsor, and the runbook is saved for the next tree.
  </Step>
</Steps>

## Where Studio earns its keep

* The OLT config, the subscriber records, the RADIUS profiles, and the install tickets all come out of the same source data — no triple-entry between planning, BSS, and ticketing.
* The install tech's ticket tells them the ONT serial, the drop fibre, and the subscriber's preferred activation time in one line.
* Subscriber welcome emails go out the moment RADIUS authenticates, not the next business day when someone pulls a report.
* The deployment report is the artifact the municipality will ask for next quarter — and it's already written.

## Related

<CardGroup cols={2}>
  <Card title="Hosts and credentials" icon="server" href="../../hosts-and-credentials" arrow="true" cta="Add inventory">
    OLT and per-subscriber ONT inventory with folder structure.
  </Card>

  <Card title="Procedures" icon="workflow" href="../../procedures" arrow="true" cta="Save the runbook">
    `New PON tree provisioning` with the tree ID as the argument.
  </Card>
</CardGroup>
