1. (quantum) router-list
  2. +--------------------------------------+---------------+--------------------------------------------------------+
  3. | id | name | external_gateway_info |
  4. +--------------------------------------+---------------+--------------------------------------------------------+
  5. | 65e974ee-c5c3-418f-a39a-0ecb7b741afd | public-router | {"network_id": "1afc7cdf-7424-4eb9-8003-cbacd59645e2"} |
  6. +--------------------------------------+---------------+--------------------------------------------------------+
  7. (quantum) router-show 65e974ee-c5c3-418f-a39a-0ecb7b741afd
  8. +-----------------------+--------------------------------------------------------+
  9. | Field | Value |
  10. +-----------------------+--------------------------------------------------------+
  11. | admin_state_up | True |
  12. | external_gateway_info | {"network_id": "1afc7cdf-7424-4eb9-8003-cbacd59645e2"} |
  13. | id | 65e974ee-c5c3-418f-a39a-0ecb7b741afd |
  14. | name | public-router |
  15. | routes | |
  16. | status | ACTIVE |
  17. | tenant_id | a016ca45107d4bbf89c89a6b79bb8a9c |
  18. +-----------------------+--------------------------------------------------------+
  19. (quantum) net-show 1afc7cdf-7424-4eb9-8003-cbacd59645e2
  20. +---------------------------+--------------------------------------+
  21. | Field | Value |
  22. +---------------------------+--------------------------------------+
  23. | admin_state_up | True |
  24. | id | 1afc7cdf-7424-4eb9-8003-cbacd59645e2 |
  25. | name | public |
  26. | provider:network_type | gre |
  27. | provider:physical_network | |
  28. | provider:segmentation_id | 1 |
  29. | router:external | True |
  30. | shared | True |
  31. | status | ACTIVE |
  32. | subnets | 77f19db7-b88d-4c81-a235-c3b92a0a1b24 |
  33. | tenant_id | 4c607b739fe74b1a88f23e1efc5a5906 |
  34. +---------------------------+--------------------------------------+
  35. (quantum) subnet-show 77f19db7-b88d-4c81-a235-c3b92a0a1b24
  36. +------------------+------------------------------------------------------+
  37. | Field | Value |
  38. +------------------+------------------------------------------------------+
  39. | allocation_pools | {"start": "130.111.46.209", "end": "130.xxx.yy.214"} |
  40. | cidr | 130.xxx.yy.208/29 |
  41. | dns_nameservers | 130.111.130.7 |
  42. | | 130.111.32.11 |
  43. | | 130.111.57.11 |
  44. | enable_dhcp | True |
  45. | gateway_ip | 130.111.46.1 |
  46. | host_routes | |
  47. | id | 77f19db7-b88d-4c81-a235-c3b92a0a1b24 |
  48. | ip_version | 4 |
  49. | name | public-subnet |
  50. | network_id | 1afc7cdf-7424-4eb9-8003-cbacd59645e2 |
  51. | tenant_id | 4c607b739fe74b1a88f23e1efc5a5906 |
  52. +------------------+------------------------------------------------------+