---
title: "Global Router status"
sidebar_label: "Router status"
description: "How to view the status information of a router"
sidebar_position: 2
author: false
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import {CustomTable} from '@selectel/docux/components'

# Global Router status

1. In the [control panel](https://my.selectel.ru/network/localnetwork/l3_list/), on the top menu, click **Products** and select **Global Router**.
2. View the status in the Global Router row.

   If the router is stuck in one of the statuses, [create a ticket](https://my.selectel.ru/tickets/create/).

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>CREATION</th><td>Router is being created</td>
         </tr>

         <tr>
           <th>IMMUTABLE</th><td>Router was created with custom settings.<br />To change the settings of such a router, its networks, or static routes, [create a ticket](https://my.selectel.ru/tickets/create/)</td>
         </tr>

         <tr>
           <th>UPDATING</th><td>Router is being updated</td>
         </tr>

         <tr>
           <th>DELETION</th><td>Router is being deleted</td>
         </tr>

         <tr>
           <th>DELETED</th><td>Router is fully deleted</td>
         </tr>

         <tr>
           <th>ERROR</th><td>Router is in an error state. To resolve the error, [create a ticket](https://my.selectel.ru/tickets/create/)</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
