August 2018
Beginner
462 pages
12h 36m
English
A VLAN network is one in which Neutron will tag traffic based on an 802.1q segmentation ID. The syntax used to create a VLAN network can be seen here:
openstack network create--provider-network-type vlan--provider-physical-network <provider-physical-network>--provider-segment <provider-segment><name>
Up to 4,096 VLANs can be defined on a single provider interface, though some of those may be reserved by the physical switching platform for internal use. The following is an example of using the OpenStack client to create a VLAN network by the name of MyVLANNetwork.
The network will utilize the bridge or interface represented ...
Read now
Unlock full access