Comment 19 for bug 1841660

Revision history for this message
Maria Guadalupe Perez Ibara (maria-gp) wrote :

Tested on Build_ID="20191122T023000Z"

controller-0:~$ neutron router-list
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------------+-----------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+-------+
| id | name | tenant_id | external_gateway_info | distributed | ha |
+--------------------------------------+-----------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+-------+
| 4d9acfbe-3ede-4a1f-bee1-90e50725ed0c | private-router0 | 99c4e2586c71446caace508f18b1c9e1 | {"network_id": "1be29e40-e183-4a5e-be4e-e5dad9e29f01", "enable_snat": false, "external_fixed_ips": [{"subnet_id": "22bcb85a-2506-402f-9bd7-b13e3d07adae", "ip_address": "192.168.1.35"}]} | False | False |
| ba3f9cc7-5d3d-44df-b27d-076caaa3f914 | public-router0 | 99c4e2586c71446caace508f18b1c9e1 | {"network_id": "1be29e40-e183-4a5e-be4e-e5dad9e29f01", "enable_snat": false, "external_fixed_ips": [{"subnet_id": "22bcb85a-2506-402f-9bd7-b13e3d07adae", "ip_address": "192.168.1.206"}]} | False | False |
+--------------------------------------+-----------------+----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+-------+
controller-0:~$ ping 192.168.1.35
PING 192.168.1.35 (192.168.1.35) 56(84) bytes of data.
From 192.168.200.1 icmp_seq=1 Destination Net Unreachable
From 192.168.200.1 icmp_seq=2 Destination Net Unreachable
From 192.168.200.1 icmp_seq=3 Destination Net Unreachable
From 192.168.200.1 icmp_seq=4 Destination Net Unreachable
^Z
[6]+ Stopped(SIGTSTP) ping 192.168.1.35
controller-0:~$ ping 192.168.1.206
PING 192.168.1.206 (192.168.1.206) 56(84) bytes of data.
From 192.168.200.1 icmp_seq=1 Destination Net Unreachable
From 192.168.200.1 icmp_seq=2 Destination Net Unreachable
From 192.168.200.1 icmp_seq=3 Destination Net Unreachable
From 192.168.200.1 icmp_seq=4 Destination Net Unreachable