August 2018
Beginner
462 pages
12h 36m
English
The last step to building a functional trunk is to create a trunk object and associate parent and sub-ports. The information required for the trunk includes a name, a parent port with segment details, and sub-port(s) with segment details. With the OpenStack client, create a trunk object with the following attributes:
The following command can be used:
openstack network trunk create \--parent-port parent0 \--subport port=child-p0c1,segmentation-type=vlan,segmentation-id=42 \trunk0
The output will resemble the following:

Read now
Unlock full access