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

# PUT /config/lfn

`PUT /config/lfn`

Configure LFN specific settings. This method may only be issued to an LFN.

## Request body

- LfnConfig — LFN specific settings.
  - `routingMethod` integer, required — Set as specified in the [FANTPS] PAN-IE description.
  - `networkName` string, required — Set as specified in the [FANTPS] NETNAME-IE description.
  - `sixLowpanMtu` integer, required — The 6LoWPAN MTU to be used by this LFN.
  - `lgtkMaxMismatch` integer, required — Maximum time between a SUP detecting a LGTKHASH mismatch and the SUP initiating Msg1 of the authentication flow (causing the BR to initiate a Group Key handshake with the SUP).
  - `ndAddressRegistrationLifetime` integer — 16-bit unsigned integer. The lifetime, in minutes, of the LFN's GUA/ULA registration. [RFC 6775 Section 4.1]

## Response `200`

LFN successfully configured.

## Other responses

- `400` — Device is not an LFN.
- `default` — Unknown error occurred

---

[API](https://skmtc.net/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.net/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/versions/8475de394ee2/schema)
