---
title: "View cloud firewall status"
sidebar_label: "View firewall status"
sidebar_position: 7
description: "How to view cloud firewall status, list of statuses to track performance"
---

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

# View cloud firewall status

1. In the [Control panel](https://my.selectel.ru/vpc/default/fwaas/), on the top menu, click **Products** and select **Cloud Servers**.
2. Go to the **Firewalls** section.
3. View the status in the firewall row.

   <CustomTable>
     <table>
       <tbody>
         <tr>
           <th>ACTIVE</th><td>The firewall is enabled, assigned to at least one router port, and is operational</td>
         </tr>

         <tr>
           <th>CREATING</th><td>The firewall is being created</td>
         </tr>

         <tr>
           <th>CREATED</th><td>The firewall has been created</td>
         </tr>

         <tr>
           <th>INACTIVE</th><td>The firewall is not assigned to any ports</td>
         </tr>

         <tr>
           <th>DOWN</th><td>The firewall is disabled</td>
         </tr>

         <tr>
           <th>UPDATING</th><td>The firewall is updating after a rule list change</td>
         </tr>

         <tr>
           <th>DELETING</th><td>The firewall is being deleted</td>
         </tr>

         <tr>
           <th>ERROR</th><td>A firewall error has occurred. To fix the error, [create a ticket](https://my.selectel.ru/tickets/create/)</td>
         </tr>
       </tbody>
     </table>
   </CustomTable>

<Formbricks />
