---
title: "PUT /config/router"
method: PUT
path: "/config/router"
---

# PUT /config/router

`PUT /config/router`

Configure Router specific settings.  This method may be issued to any Router node (including Border Routers).

## Request body

- RouterConfig — Several TPS "administrative" (fixed pre-deployment) router setting.
  - `routingMethod` integer, required — Set as specified in the TPS PAN-IE description.
  - `networkName` string, required — Set as specified in the TPS NETNAME-IE description.
  - `panSizeOffset` integer, required — An offset to be added to the Pan Size advertised by this node.
  - `routingCostOffset` integer, required — An offset to be added to the Routing Cost advertised by this node.
  - `sixLowpanMtu` integer — The 6LoWPAN MTU to be used by this router.

## Response `200`

Router successfully configured.

## Other responses

- `400` — Node is not a Router.
- `default` — Unknown error occurred

---

[API](https://skmtc.dev/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.dev/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/revisions/11bc7842d64c/schema)
