Advertisement
TadiosAbebe

openstack network show

Jul 18th, 2023 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.85 KB | None | 0 0
  1. root@infra01-utility-container-8e8413c0:~# openstack network show public
  2. +---------------------------+--------------------------------------+
  3. | Field | Value |
  4. +---------------------------+--------------------------------------+
  5. | admin_state_up | UP |
  6. | availability_zone_hints | |
  7. | availability_zones | |
  8. | created_at | 2023-07-18T13:40:46Z |
  9. | description | |
  10. | dns_domain | None |
  11. | id | fec6b4f4-c47a-4bc8-85d7-29a8937a828a |
  12. | ipv4_address_scope | None |
  13. | ipv6_address_scope | None |
  14. | is_default | False |
  15. | is_vlan_transparent | None |
  16. | mtu | 1500 |
  17. | name | public |
  18. | port_security_enabled | True |
  19. | project_id | b171c514fa8d49c8ba045b60626c5582 |
  20. | provider:network_type | vlan |
  21. | provider:physical_network | vlan |
  22. | provider:segmentation_id | 102 |
  23. | qos_policy_id | None |
  24. | revision_number | 2 |
  25. | router:external | External |
  26. | segments | None |
  27. | shared | False |
  28. | status | ACTIVE |
  29. | subnets | 97e896f9-6839-4076-b69c-30c51e2a108c |
  30. | tags | |
  31. | updated_at | 2023-07-18T13:41:36Z |
  32. +---------------------------+--------------------------------------+
  33.  
  34. root@infra01-utility-container-8e8413c0:~# openstack subnet show public-subnet
  35. +----------------------+--------------------------------------+
  36. | Field | Value |
  37. +----------------------+--------------------------------------+
  38. | allocation_pools | 10.20.30.100-10.20.30.200 |
  39. | cidr | 10.20.30.0/24 |
  40. | created_at | 2023-07-18T13:41:36Z |
  41. | description | |
  42. | dns_nameservers | |
  43. | dns_publish_fixed_ip | None |
  44. | enable_dhcp | False |
  45. | gateway_ip | 10.20.30.1 |
  46. | host_routes | |
  47. | id | 97e896f9-6839-4076-b69c-30c51e2a108c |
  48. | ip_version | 4 |
  49. | ipv6_address_mode | None |
  50. | ipv6_ra_mode | None |
  51. | name | public-subnet |
  52. | network_id | fec6b4f4-c47a-4bc8-85d7-29a8937a828a |
  53. | project_id | b171c514fa8d49c8ba045b60626c5582 |
  54. | revision_number | 0 |
  55. | segment_id | None |
  56. | service_types | |
  57. | subnetpool_id | None |
  58. | tags | |
  59. | updated_at | 2023-07-18T13:41:36Z |
  60. +----------------------+--------------------------------------+
  61.  
  62.  
  63. root@infra01-utility-container-8e8413c0:~# openstack network show private
  64. +---------------------------+--------------------------------------+
  65. | Field | Value |
  66. +---------------------------+--------------------------------------+
  67. | admin_state_up | UP |
  68. | availability_zone_hints | |
  69. | availability_zones | |
  70. | created_at | 2023-07-18T13:44:04Z |
  71. | description | |
  72. | dns_domain | None |
  73. | id | 77086df1-a9bf-4a87-a9dc-600f8d646d8e |
  74. | ipv4_address_scope | None |
  75. | ipv6_address_scope | None |
  76. | is_default | None |
  77. | is_vlan_transparent | None |
  78. | mtu | 1442 |
  79. | name | private |
  80. | port_security_enabled | True |
  81. | project_id | b171c514fa8d49c8ba045b60626c5582 |
  82. | provider:network_type | geneve |
  83. | provider:physical_network | None |
  84. | provider:segmentation_id | 133 |
  85. | qos_policy_id | None |
  86. | revision_number | 2 |
  87. | router:external | Internal |
  88. | segments | None |
  89. | shared | False |
  90. | status | ACTIVE |
  91. | subnets | 774cf281-691c-4e3a-8015-c6be4c878fb0 |
  92. | tags | |
  93. | updated_at | 2023-07-18T13:45:01Z |
  94. +---------------------------+--------------------------------------+
  95.  
  96. root@infra01-utility-container-8e8413c0:~# openstack subnet show private-subnet
  97. +----------------------+--------------------------------------+
  98. | Field | Value |
  99. +----------------------+--------------------------------------+
  100. | allocation_pools | 10.0.0.2-10.0.0.254 |
  101. | cidr | 10.0.0.0/24 |
  102. | created_at | 2023-07-18T13:45:01Z |
  103. | description | |
  104. | dns_nameservers | 8.8.8.8 |
  105. | dns_publish_fixed_ip | None |
  106. | enable_dhcp | True |
  107. | gateway_ip | 10.0.0.1 |
  108. | host_routes | |
  109. | id | 774cf281-691c-4e3a-8015-c6be4c878fb0 |
  110. | ip_version | 4 |
  111. | ipv6_address_mode | None |
  112. | ipv6_ra_mode | None |
  113. | name | private-subnet |
  114. | network_id | 77086df1-a9bf-4a87-a9dc-600f8d646d8e |
  115. | project_id | b171c514fa8d49c8ba045b60626c5582 |
  116. | revision_number | 0 |
  117. | segment_id | None |
  118. | service_types | |
  119. | subnetpool_id | None |
  120. | tags | |
  121. | updated_at | 2023-07-18T13:45:01Z |
  122. +----------------------+--------------------------------------+
  123.  
  124.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement