0
有沒有一種方法可以在創建過程中爲網絡和子網絡指定網絡ID?創建網絡時指定網絡ID
neutron net-create test-net --provider:network_type vlan --provider:physical_network physnet2 --provider:segmentation_id 22
neutron subnet-create test-net --name test-subnet --allocation-pool start=10.153.9.20,end=10.153.9.34 --gateway 10.153.8.1 10.153.8.0/22
你指的是什麼IP? – Athafoud
@Athafoud對不起,我的意思是網絡ID –