Create a Subnet

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a subnet with Gateway and IP Range.
    # openstack subnet create subnet-provider-171 \ --network provider-vlan171 \ --subnet-range 10.65.217.0/24 \ --gateway 10.65.217.254