Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. [root@openstack-controller1 octavia]# openstack subnet show 0f09cbd9-711d-4582-ac02-aa64ccd038f2
  2. +-------------------------+--------------------------------------+
  3. | Field | Value |
  4. +-------------------------+--------------------------------------+
  5. | allocation_pools | 192.168.2.2-192.168.2.254 |
  6. | cidr | 192.168.2.0/24 |
  7. | created_at | None |
  8. | description | None |
  9. | dns_nameservers | |
  10. | enable_dhcp | True |
  11. | gateway_ip | 192.168.2.1 |
  12. | host_routes | |
  13. | id | 0f09cbd9-711d-4582-ac02-aa64ccd038f2 |
  14. | ip_version | 4 |
  15. | ipv6_address_mode | None |
  16. | ipv6_ra_mode | None |
  17. | name | tenant-b-subnet |
  18. | network_id | aed09c75-74e0-447a-936e-7362ad77597b |
  19. | project_id | 18882d9c32ba42aeaa33c4703ad84b2c |
  20. | revision_number | 0 |
  21. | segment_id | None |
  22. | service_types | |
  23. | subnetpool_id | None |
  24. | tags | |
  25. | updated_at | None |
  26. | use_default_subnet_pool | None |
  27. +-------------------------+--------------------------------------+
  28. [root@openstack-controller1 octavia]# openstack network show aed09c75-74e0-447a-936e-7362ad77597b
  29. +---------------------------+--------------------------------------+
  30. | Field | Value |
  31. +---------------------------+--------------------------------------+
  32. | admin_state_up | UP |
  33. | availability_zone_hints | |
  34. | availability_zones | nova |
  35. | created_at | None |
  36. | description | None |
  37. | dns_domain | |
  38. | id | aed09c75-74e0-447a-936e-7362ad77597b |
  39. | ipv4_address_scope | None |
  40. | ipv6_address_scope | None |
  41. | is_default | None |
  42. | is_vlan_transparent | None |
  43. | mtu | 1458 |
  44. | name | tenant-b-net |
  45. | port_security_enabled | False |
  46. | project_id | 18882d9c32ba42aeaa33c4703ad84b2c |
  47. | provider:network_type | gre |
  48. | provider:physical_network | None |
  49. | provider:segmentation_id | 9 |
  50. | qos_policy_id | None |
  51. | revision_number | 1 |
  52. | router:external | Internal |
  53. | segments | None |
  54. | shared | False |
  55. | status | ACTIVE |
  56. | subnets | 0f09cbd9-711d-4582-ac02-aa64ccd038f2 |
  57. | tags | |
  58. | updated_at | None |
  59. +---------------------------+--------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement