---
title: "Add a one of vxlan configuration"
method: POST
path: "/config/tunnel/vxlan"
---

# Add a one of vxlan configuration

`POST /config/tunnel/vxlan`

Return a list of existing tunnels of a type. If there're no tunnels to return, empty list will be returned.

## Request body

- VxlanBridgeEntry
  - `epIntf` string, required
  - `vxlanID` integer, required

## Response `204`

OK

## Other responses

- `401` — Invalid authentication credentials
- `409` — Resource Conflict. VxLAN already exists OR dependency VRF/VNET not found
- `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)
