---
title: "Get BFD session inforrmation in the device"
method: GET
path: "/config/bfd/all"
---

# Get BFD session inforrmation in the device

`GET /config/bfd/all`

Get BFD session inforrmation

## Response `200`

OK

- object
  - `Attr` BfdGetEntry[]
    - `instance` string — Instance name
    - `remoteIp` string — Remote IP
    - `sourceIP` string — Source IP to be used for BFD session
    - `port` integer — port number to be used for BFD session
    - `interval` integer — Tx interval between BFD packets(in microseconds)
    - `retryCount` integer — Retry Count to detect failure
    - `state` string — Current state for BFD session

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/revisions/45e9f0a95af0/schema)
