openstack-subnet
Verified for current stable LTS
Openstack Subnet Command: Create Subnet In Network
Use for create subnet in network with Openstack Subnet. Exact CLI syntax to create subnet in network using Openstack Subnet.
When to use this: Use for create subnet in network with Openstack Subnet.
Command Syntax
openstack subnet create --network <network_id_or_name> --subnet-range 192.168.0.0/24 <subnet_name> openstack subnet create --network <network_id_or_name> --subnet-range 192.168.0.0/24 <subnet_name> Command Breakdown
--network- Command Option
- Tool-specific option used by this command invocation.
--subnet-range- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create subnet in network using Openstack Subnet.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Openstack Subnet Command: Delete Subnet
openstack subnet delete <subnet_id_or_name> Openstack Subnet Command: List All Subnets openstack subnet list Openstack Subnet Command: List Subnets Associated With Network openstack subnet list --network <network_id_or_name> Openstack Subnet Command: Show Subnet Details openstack subnet show <subnet_id_or_name> Openstack Subnet Command: Update Subnet With Dns openstack subnet set --dns-nameserver 8.8.8.8 --name <new_subnet_name> <subnet_id>