{"tool":"openstack","tool_display":"Openstack","intent":"create-port-with-fixed-ip","intent_display":"create port with fixed ip","title":"Openstack Command: create port with fixed ip","command_string":"openstack port create --network <network_id> --fixed-ip subnet=<subnet_id>,ip-address=192.168.1.50 <port_name>","raw_command_string":"openstack port create --network {{network_id}} --fixed-ip subnet={{subnet_id}},ip-address=192.168.1.50 {{port_name}}","description":"Exact CLI syntax to create port with fixed ip using Openstack.","usage_scenario":"During deployment of predetermined network settings where specific IP allocations are necessary.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"canonical_url":"https://www.syntaxstandard.com/openstack/create-port-with-fixed-ip"}