> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/ip-transit/create-ip-transit/comparison-of-ip-transit-delivery-modes.md).

# Comparison of IP Transit Delivery Modes

<table><thead><tr><th width="131.875732421875">Feature</th><th>BGP Routing Mode</th><th>Static Routing Mode</th><th>Gateway Mode</th></tr></thead><tbody><tr><td><strong>IP Address Ownership</strong></td><td>Customer provides own IP address blocks</td><td>Provider assigns public IP addresses</td><td>Provider assigns public IP addresses</td></tr><tr><td><strong>Routing Method</strong></td><td>Dynamic routing via BGP</td><td>Manually configured static routes</td><td>No routing configuration required by customer</td></tr><tr><td><strong>Routing Flexibility</strong></td><td>High: supports policy-based control &#x26; failover</td><td>Low: routes are fixed unless manually updated</td><td>None: routing handled by provider gateway</td></tr><tr><td><strong>Complexity</strong></td><td>High – requires BGP configuration &#x26; ASN</td><td>Medium – requires IP planning &#x26; manual routing</td><td>Low – plug-and-play approach</td></tr><tr><td><strong>Use Case</strong></td><td>Complex, dynamic, or multi-site networks</td><td>Stable, small-to-medium networks</td><td>Simple access with minimal network management</td></tr><tr><td><strong>Failover Capability</strong></td><td>Yes – fast failover via BFD &#x26; BGP</td><td>Yes – fast failover via BFD &#x26; BGP</td><td>Limited – depends on provider's infrastructure</td></tr><tr><td><strong>Control Over Routing</strong></td><td>Full control</td><td>Partial control</td><td>No control</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/ip-transit/create-ip-transit/comparison-of-ip-transit-delivery-modes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
