Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
OpenStack Networking Essentials

You're reading from   OpenStack Networking Essentials Build and manage networks in OpenStack using Neutron

Arrow left icon
Product type Paperback
Published in Apr 2016
Publisher Packt
ISBN-13 9781785283277
Length 174 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
James Denton James Denton
Author Profile Icon James Denton
James Denton
Derek Chamorro Derek Chamorro
Author Profile Icon Derek Chamorro
Derek Chamorro
Arrow right icon
View More author details
Toc

A look at our environment

In the previous chapter, we created multiple Neutron networks that launched a series of automated events, including:

  • The creation of network namespaces
  • The startup of DHCP services for each network
  • The connecting of each namespace to the virtual switch
  • The configuration of virtual switch ports

The following commands are useful in seeing how the virtual network infrastructure is represented on the host:

Command

Purpose

ovs-vsctl show

Shows all virtual switches on the host

ovs-vsctl dump-flows <bridge>

Shows the flow rules for the specified bridge

ovs-vsctl add-br <bridge>

Creates a virtual switch

ovs-vsctl add-port <bridge> <interface>

Adds an interface to a virtual switch

ovs-vsctl list-ports <bridge>

Lists the ports of a virtual switch

ovs-ofctl show <bridge>

Lists the ports of a virtual switch with details

Tip

There is a lot of useful information for each of these commands hidden in their respective man pages...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime