[root@overcloud-controller-1 heat-admin]# neutron net-create lab1-vlan541 \
--provider:network_type vlan \
--router:external true \
--provider:physical_network datacentre \
--provider:segmentation_id 541
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new network:
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | True |
| availability_zone_hints | |
| availability_zones | |
| created_at | 2017-10-18T00:26:05Z |
| description | |
| id | 6760aa48-f0ef-46ab-a6a8-de5cbfdbe9ee |
| ipv4_address_scope | |
| ipv6_address_scope | |
| is_default | False |
| mtu | 1500 |
| name | lab1-vlan541 |
| port_security_enabled | True |
| project_id | 3598428b5ccb4b91832ddc455eb98c76 |
| provider:network_type | vlan |
| provider:physical_network | datacentre |
| provider:segmentation_id | 541 |
| qos_policy_id | |
| revision_number | 4 |
| router:external | True |
| shared | False |
| status | ACTIVE |
| subnets | |
| tags | |
| tenant_id | 3598428b5ccb4b91832ddc455eb98c76 |
| updated_at | 2017-10-18T00:26:05Z |
+---------------------------+--------------------------------------+ |