# list

List all vpcs you have access to. This command displays a summary of all projects, including their IDs, names, and other relevant details.

## Usage

```
cldkctl flexi-network port list [flags]
```

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl flexi-network port list
```

2. Select the VPC you want to inspect

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2F3lRouyohAoaSABUkCtyh%2Fimage.png?alt=media&#x26;token=dc7e13f6-d9ed-4068-a19a-34165a966af5" alt=""><figcaption></figcaption></figure>

3. The terminal displays the command output.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FYf7rAuNSZyEwciquFosm%2FScreenshot%20at%20Mar%2030%2013-43-58.png?alt=media&#x26;token=dda7521b-f93e-4186-989d-26c1ec895f81" alt=""><figcaption></figcaption></figure>

| Column        | Description                                                            |
| ------------- | ---------------------------------------------------------------------- |
| ID            | A unique identifier assigned to each port within the VPC.              |
| Name          | The name of the port used for identification purposes                  |
| IP Address    | The IP address associated with the port.                               |
| Mac Address   | The MAC (Media Access Control) address assigned to the port interface. |
| Status        | The current state of the port.                                         |
| Port Security | Indicates whether port security is enabled.                            |
| Created At    | The timestamp indicating when the port was created.                    |

## Flags

{% hint style="info" %}
This command supports [global flags](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                |
| ---------- | -------------------------- |
| -h, --help | Help for the list command. |
