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

# PUT /config/borderRouter

`PUT /config/borderRouter`

Configure Border Router specific settings.  This method may only be issued to a Border Router.

## Request body

- BorderRouterConfig — Several Border Router "administrative" settings.
  - `panId` integer, required — Set as specified in TPS PAN Advertisement frame description.
  - `panSize` integer, required — Set as specified in TPS PAN-IE description.
  - `useParentBcastSched` boolean, required — Set as specified in TPS PAN-IE description.
  - `routingMethod` integer, required — Set as specified in TPS PAN-IE description.
  - `networkName` string, required — Set as specified in TPS NETNAME-IE description.
  - `sixLowpanMtu` integer — The 6LoWPAN MTU to be used by this router.

## Response `200`

Border Router successfully configured.

## Other responses

- `400` — Node is not a Border Router.
- `501` — Optional feature is not supported.
- `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)
