---
title: "Add a one of vxlan remote(peer) ip address configuration"
method: POST
path: "/config/tunnel/vxlan/{vxlanID}/peer"
---

# Add a one of vxlan remote(peer) ip address configuration

`POST /config/tunnel/vxlan/{vxlanID}/peer`

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

## Path parameters

- `vxlanID` integer, required

## Request body

- VxlanPeerEntry
  - `peerIP` string, required

## Response `200`

OK

- VxlanPeerEntry
  - `peerIP` string, required

## 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/f9fcf4a184f6/schema)
