> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aviatrix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Routes

> This section provides the purpose, elements, and actions performed on the Cloud Routes pages.

This section provides the purpose, elements, and actions performed on the
**Cloud Routes** pages.

<Tabs>
  <Tab title="Gateway Routes">
    ## Purpose

    The **Gateway Routes** page shows gateway routes information including gateway
    status, tunnel status, and route counts.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/diagnostics/gateway-routes.png"} alt="Cloud Routes: Gateway Routes" width="100%" />
    </Frame>

    * **Search box**: Search box for filtering table content
    * **Filter button**: Button to show/hide filters
    * **Columns button**: Button to select visible columns
    * **Export button**: Button to export table data
    * **Refresh button**: Button to refresh table data
    * **Total routes counter**: Displays total aggregated routes count

    ## Actions

    <AccordionGroup>
      <Accordion title="View Gateway Routes">
        To view gateway routes:

        1. Go to **Diagnostics** > **Cloud Routes** > **Gateway Routes**.
        2. The page appears with the table (Gateway, VPC/VNet, Cloud, Region, Gateway Status, Tunnel Status, Tunnels, Routes).
        3. Optionally, use **Search**, **Filter**, **Columns**, **Export**, or **Refresh**. Review **Total routes counter**.

        The Gateway Routes table shows gateway routes information for the selected
        filters.

        ### Parameter Details

        | CoPilot Parameter Name | Description                      |
        | ---------------------- | -------------------------------- |
        | Gateway                | Shows gateway name               |
        | VPC/VNet               | Shows VPC or VNet name and CIDR  |
        | VPC/VNet ID            | Shows VPC or VNet identifier     |
        | Cloud                  | Shows cloud provider             |
        | Region                 | Shows cloud region               |
        | Gateway Status         | Shows gateway operational status |
        | Tunnel Status          | Shows tunnel connection status   |
        | Tunnels                | Shows number of tunnels          |
        | Routes                 | Shows number of routes           |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="VPC/VNet Routes">
    ## Purpose

    The **VPC/VNet Routes** page shows VPC/VNet route table information including
    route counts and route status.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/diagnostics/vpc-vnet-routes.png"} alt="Cloud Routes: VPC/VNet Routes" width="100%" />
    </Frame>

    * **Search box**: Search box for filtering table content
    * **Filter button**: Button to show/hide filters
    * **Columns button**: Button to select visible columns
    * **Export button**: Button to export table data
    * **Refresh button**: Button to refresh table data
    * **Total routes counter**: Displays total aggregated routes count

    ## Actions

    <AccordionGroup>
      <Accordion title="View VPC/VNet Routes">
        To view VPC/VNet route table information:

        1. Go to **Diagnostics** > **Cloud Routes** > **VPC/VNet Routes**.
        2. The page appears with the table (Name, VPC/VNet, Route Table ID, Routes, Route Status).
        3. Optionally, use **Search**, **Filter**, **Columns**, **Export**, or **Refresh**.

        The VPC/VNet Routes table shows route table information for the selected
        filters.

        ### Parameter Details

        | CoPilot Parameter Name | Description                     |
        | ---------------------- | ------------------------------- |
        | Name                   | Shows route table name          |
        | VPC/VNet               | Shows VPC or VNet name and CIDR |
        | Route Table ID         | Shows route table identifier    |
        | Routes                 | Shows number of routes          |
        | Route Status           | Shows route operational status  |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="External Connections">
    ## Purpose

    The **External Connections** page shows external connection information
    including BGP status, connection status, tunnel status, and HA status.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/diagnostics/external-connections.png"} alt="Cloud Routes: External Connections" width="100%" />
    </Frame>

    * **Search box**: Search box for filtering table content
    * **Filter button**: Button to show/hide filters
    * **Columns button**: Button to select visible columns
    * **Export button**: Button to export table data
    * **Refresh button**: Button to refresh table data
    * **Total connections counter**: Displays total external connections count

    ## Actions

    <AccordionGroup>
      <Accordion title="View External Connections">
        To view external connection information:

        1. Go to **Diagnostics** > **Cloud Routes** > **External Connections**.
        2. The page appears with the table (Name, VPC/VNet, BGP Status, Status, Tunnel Status, HA Status).
        3. Optionally, use **Search**, **Filter**, **Columns**, **Export**, or **Refresh**.

        The External Connections table shows connection and BGP status for the selected
        filters.

        ### Parameter Details

        | CoPilot Parameter Name | Description                         |
        | ---------------------- | ----------------------------------- |
        | Name                   | Shows external connection name      |
        | VPC/VNet               | Shows VPC or VNet name and CIDR     |
        | BGP Status             | Shows BGP configuration status      |
        | Status                 | Shows connection operational status |
        | Tunnel Status          | Shows tunnel connection status      |
        | HA Status              | Shows high availability status      |
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="BGP Info">
    ## Purpose

    The **BGP Info** page shows BGP configuration information including BGP config
    status, BGP HA status, local ASN, and connection status.

    ## Elements

    <Frame>
      <img src={"/images/reference/ui/diagnostics/bgp-info.png"} alt="Cloud Routes: BGP Info" width="100%" />
    </Frame>

    * **Search box**: Search box for filtering table content
    * **Filter button**: Button to show/hide filters
    * **Columns button**: Button to select visible columns
    * **Export button**: Button to export table data
    * **Refresh button**: Button to refresh table data
    * **Total BGP gateways counter**: Displays total BGP gateways count

    ## Actions

    <AccordionGroup>
      <Accordion title="View BGP Info">
        To view BGP configuration information:

        1. Go to **Diagnostics** > **Cloud Routes** > **BGP Info**.
        2. The page appears with the table (Gateway, VPC/VNet, BGP Config, BGP HA Status, Local ASN, Status).
        3. Optionally, use **Search**, **Filter**, **Columns**, **Export**, or **Refresh**.

        The BGP Info table shows BGP configuration and status for the selected gateways.

        ### Parameter Details

        | CoPilot Parameter Name | Description                          |
        | ---------------------- | ------------------------------------ |
        | Gateway                | Shows gateway name                   |
        | VPC/VNet               | Shows VPC or VNet name and CIDR      |
        | BGP Config             | Shows BGP configuration status       |
        | BGP HA Status          | Shows BGP high availability status   |
        | Local ASN              | Shows local autonomous system number |
        | Status                 | Shows BGP connection status          |
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
