Skip to main content

Overview

The openstack network command group manages software-defined networks, subnets, routers, ports, floating IPs, and security group rules.
Prerequisites
  • CLI installed and authenticated — see CLI Setup
  • Python neutronclient installed: pip install python-neutronclient

Networks

openstack network list
openstack network list --internal
openstack network list --external

Subnets

openstack subnet list

Routers

openstack router list

Floating IPs

openstack floating ip list

Security Groups

openstack security group list

Ports

openstack port list
openstack port list --network private-net

Next Steps

Network User Guide

Step-by-step network and subnet creation walkthrough

Compute CLI

Attach floating IPs and security groups to instances