# Test Advertised IP Reachable or Not

After advertising your BYOIP, you can use BGP testing tools or traceroute/ping command to test if your IP addresses have been successfully advertised.

Here we use Zenlayer Route Explorer as an example to test advertised IP reachable or not.

## Procedures

<div align="left"><figure><img src="/files/VGnM1Ub4Z3dbeyCXnqcl" alt=""><figcaption><p>Route Explorer</p></figcaption></figure></div>

1. On zenConsole Dashboard, go to **Looking Glass** > **Route Explorer**.
2. Select the data center where your BYOIP is located from the dropdown list.
3. Choose "BGP Route" as the test type.
4. Enter your BYOIP address as the target IP address.
5. Click **Test**.

## Result

Route Explorer will display the BGP routing information for your BYOIP. If the query results show that your IP address has a route, it means your IP address has been successfully advertised.

## Example

Suppose you have an ASN of `65000` and your BYOIP located in Los Angeles, USA is `10.0.0.1`. You want to use Zenlayer Route Explorer to check if your IP address has been successfully advertised.

<div align="left"><figure><img src="/files/qwLXOPRdEal8fWGj4I7t" alt=""><figcaption><p>Example of BGP Route Test</p></figcaption></figure></div>

```
BGP routing table for 10.0.0.1/32
Network       Next Hop        AS Path
10.0.0.1/32   192.168.1.1     65000 21859
```

The query results show that your IP address `10.0.0.1` has a route, with the next hop being `192.168.1.1` and the AS path being `65000 21859`. Here, `21859` is Zenlayer's ASN. This means your IP address has been successfully advertised to the Zenlayer network.


---

# Agent Instructions: 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:

```
GET https://docs.console.zenlayer.com/welcome/global-bgp/advertise-byoip/test-advertised-ip-reachable-or-not.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
