<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-iam-ip-group-create"></a>

# confluent iam ip-group create

## Description

Create an IP group.

```none
confluent iam ip-group create <name> [flags]
```

## Flags

```none
    --cidr-blocks strings   REQUIRED: A comma-separated list of CIDR blocks in IP group.
    --context string        CLI context name.
-o, --output string         Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

Create an IP group named “demo-ip-group” with CIDR blocks “168.150.200.0/24” and “147.150.200.0/24”:

```none
confluent iam ip-group create demo-ip-group --cidr-blocks 168.150.200.0/24,147.150.200.0/24
```

## See Also

* [confluent iam ip-group](index.md#confluent-iam-ip-group) - Manage IP groups.
