Add Subports to Trunk

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Add subports to a trunk.
    # openstack network trunk set trunk0 \ --subport port=port1,segmentation-type=inherit 
    
    # openstack network trunk set trunk0 \ --subport port=port2,segmentation-type=inherit 
    
    # openstack network subport list --trunk trunk0 -f value -c 'Segmentation ID' 101 102