---
title: "Get all route table"
method: GET
path: "/config/route/all"
---

# Get all route table

`GET /config/route/all`

Get all route table

## Response `200`

OK

- object
  - `routeAttr` RouteGetEntry[]
    - `destinationIPNet` string — IP address and netmask
    - `gateway` string — IP address for nexthop
    - `hardwareMark` integer — index of the route
    - `protocol` string — Route protocol
    - `flags` string — Route flags
    - `sync` integer
    - `statistic` object
      - `bytes` integer, required — Statistic of the ingress port bytes.
      - `packets` integer, required — Statistic of the egress port bytes.

## Other responses

- `400` — Malformed arguments for API call
- `401` — Invalid authentication credentials
- `403` — Capacity insufficient
- `404` — Resource not found
- `409` — Resource Conflict. VLAN 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)
