Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. root@ctrl00:/usr/local/share/kolla-ansible# openstack router show f34f2da0-0ecb-4ab3-a997-cb05816b816c
  2. +-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Field | Value |
  4. +-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | admin_state_up | UP |
  6. | availability_zone_hints | |
  7. | availability_zones | nova |
  8. | created_at | 2018-02-06T13:15:13Z |
  9. | description | |
  10. | distributed | True |
  11. | external_gateway_info | {"network_id": "74508dd7-78a7-47a1-a7f6-82cf95c4249c", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "a62a3fa7-e9c4-48b0-9e52-7c7d9419762e", "ip_address": "192.168.11.18"}]} |
  12. | flavor_id | None |
  13. | ha | False |
  14. | id | f34f2da0-0ecb-4ab3-a997-cb05816b816c |
  15. | interfaces_info | [{"subnet_id": "3de95507-9f42-4a9b-bcf6-93565a83631c", "ip_address": "10.0.0.3", "port_id": "cc7e1a2b-5d09-4a27-a5a2-f39c6066fe4a"}, {"subnet_id": "3de95507-9f42-4a9b-bcf6-93565a83631c", "ip_address": "10.0.0.1", "port_id": "ce1cca6f-3244-4a32-a2ad-45fb29ddb6aa"}] |
  16. | name | demo-router |
  17. | project_id | e996dec44fac4651bf9ab34c932567bb |
  18. | revision_number | 5 |
  19. | routes | |
  20. | status | ACTIVE |
  21. | tags | |
  22. | updated_at | 2018-02-06T13:15:24Z |
  23. +-------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. root@ctrl00:/usr/local/share/kolla-ansible# ping 192.168.11.18
  25. PING 192.168.11.18 (192.168.11.18) 56(84) bytes of data.
  26. 64 bytes from 192.168.11.18: icmp_seq=1 ttl=63 time=0.639 ms
  27. 64 bytes from 192.168.11.18: icmp_seq=2 ttl=63 time=0.329 ms
  28. 64 bytes from 192.168.11.18: icmp_seq=3 ttl=63 time=0.323 ms
  29. ^C
  30. --- 192.168.11.18 ping statistics ---
  31. 3 packets transmitted, 3 received, 0% packet loss, time 1998ms
  32. rtt min/avg/max/mdev = 0.323/0.430/0.639/0.148 ms
  33. root@ctrl00:/usr/local/share/kolla-ansible#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement