LinuxCommandLibrary

openstack-port

manages network ports in OpenStack Neutron

TLDR

List ports

$ openstack port list
copy
Create port
$ openstack port create --network [network] [port_name]
copy
Show port details
$ openstack port show [port_name]
copy
Delete port
$ openstack port delete [port_name]
copy

SYNOPSIS

openstack port command [options]

DESCRIPTION

openstack port manages network ports in OpenStack Neutron. Ports represent virtual network interfaces attached to instances. Part of OpenStack unified CLI.

PARAMETERS

list

List ports.
create name
Create port.
delete name
Delete port.
show name
Show port details.
--network network
Network for port.
--fixed-ip ip
Fixed IP address.
--security-group group
Security group.
--mac-address mac
MAC address.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community