Skip to content

Instantly share code, notes, and snippets.

@vmorris
Created August 10, 2021 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmorris/f1bc079fa54c67f73363cded9fe2219f to your computer and use it in GitHub Desktop.
Save vmorris/f1bc079fa54c67f73363cded9fe2219f to your computer and use it in GitHub Desktop.
$ openstack --os-cloud ocp1 network show vlan10-network
+---------------------------+--------------------------------------+
| Field | Value |
+---------------------------+--------------------------------------+
| admin_state_up | UP |
| availability_zone_hints | |
| availability_zones | nova |
| created_at | 2021-08-06T19:32:33Z |
| description | |
| dns_domain | None |
| id | 7134ded9-a843-4921-ba1a-d220c2279a17 |
| ipv4_address_scope | None |
| ipv6_address_scope | None |
| is_default | None |
| is_vlan_transparent | None |
| mtu | 1500 |
| name | vlan10-network |
| port_security_enabled | True |
| project_id | a00015094b6b4278a79d73d6a5736c0d |
| provider:network_type | vlan |
| provider:physical_network | default0 |
| provider:segmentation_id | 10 |
| qos_policy_id | None |
| revision_number | 2 |
| router:external | Internal |
| segments | None |
| shared | True |
| status | ACTIVE |
| subnets | af674178-707d-4613-a820-2116ecde0482 |
| tags | |
| updated_at | 2021-08-06T19:32:33Z |
+---------------------------+--------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment