5–Configuration Deployment with VXLAN
Creating the vxlan_subnet Subnet
Creating the vxlan_subnet Subnet
To create the vxlan_subnet:
1.
Create a subnet network for VXLAN by issuing the following command:
# neutron subnet-create demo-net --name vxlan_subnet
--gateway 13.0.0.1 13.0.0.0/24
2.
Issue the following command to view the Neutron subnet list:
# neutron subnet-list
Following is a sample output.
Creating the VM with the VXLAN Network
The following instructions create a VM with the VXLAN network on two different
Compute hosts. A VM named P1 is created on one host using the Compute1
node; a VM named P2 is created on a different host using the Compute2 node.
To create and verify the VMs:
1.
Create two VMs with VXLAN by issuing the following commands:
# nova boot --flavor m1.small --image <KVM guest OS Image_ID>
--nic net-id=<demo net ID> --hint force_hosts=compute1
--security-group default
# nova boot --flavor m1.small --image <KVM guest OS Image_ID>
--nic net-id=<demo net ID> --hint force_hosts=compute2
--security-group default
P1
P2
12
83840-546-03 B
Need help?
Do you have a question about the Qlogic 3400 series and is the answer not in the manual?
Questions and answers