← 返回命令列表

Linux command

neutron 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List networks

openstack network list

Create network

openstack network create [network_name]

Create subnet

openstack subnet create --network [network] --subnet-range [192.168.1.0/24] [subnet_name]

Create router

openstack router create [router_name]

List ports

openstack port list

Show network details

openstack network show [network_name]

说明

Neutron is the OpenStack networking service (now accessed via unified openstack client). It provides network connectivity as a service, managing networks, subnets, routers, and ports.

参数

list
List networks.
create
Create network.
delete
Delete network.
show
Show network details.
set
Modify network.

FAQ

What is the neutron command used for?

Neutron is the OpenStack networking service (now accessed via unified openstack client). It provides network connectivity as a service, managing networks, subnets, routers, and ports.

How do I run a basic neutron example?

Run `openstack network list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in neutron?

List networks.