Instance with Specific IP Address
Task:
- Create the Virtual interface with specific IP address 808.80.80.11 for Network dclessons_VXLAN_VNI
- Create the VM instance and attach this Port to MIC of VM via CLI
- Take all default parameter for creating VM instance.
- Once completed Verify
Solution:
Before doing that , use neutron net-list to get the subnet id of dclessons_VXLAN_VNI that will be used in below commands.
[root@localhost ~(keystone_admin)]# neutron port-create \–name PortWithSpecificIP \–fixed-ip subnet_id=2fec4e24-3495-463c-8c59-e0a7e3ad1a4a,ip_address=80.80.80.11 dclessons_VXLAN_VNI
