neutron net-create Net1 neutron net-create Net2 neutron net-create Net3 neutron net-create Net4 neutron net-create Net5 neutron net-create Net6 neutron net-create Net7 neutron net-create Net8 neutron subnet-create Net1 11.1.2.0/24 --enable-dhcp --name subnet-ipv4s1 neutron subnet-create Net2 12.23.34.0/24 --enable-dhcp --name subnet-ipv4s2 neutron subnet-create Net3 13.5.4.0/24 --enable-dhcp --name subnet-ipv4s3 neutron subnet-create Net4 14.42.62.0/24 --enable-dhcp --name subnet-ipv4s4 neutron subnet-create Net5 15.8.9.0/24 --enable-dhcp --name subnet-ipv4s5 neutron subnet-create Net6 16.6.67.0/24 --enable-dhcp --name subnet-ipv4s6 neutron subnet-create Net7 17.7.6.0/24 --enable-dhcp --name subnet-ipv4s7 neutron subnet-create Net8 18.6.6.0/24 --enable-dhcp --name subnet-ipv4s8 neutron subnet-create Net1 2001:db8:abcd:0011::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s1 neutron subnet-create Net2 2025:caf:3214:0012::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s2 neutron subnet-create Net3 2033:456a:f012:0013::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s3 neutron subnet-create Net4 2056:212:d562:0014::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s4 neutron subnet-create Net5 2062:321:543:0015::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s5 neutron subnet-create Net6 2078:fde:2cd:0016::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s6 neutron subnet-create Net7 2123:13f:565:0017::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s7 neutron subnet-create Net8 2234:777:222:0018::/64 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac --name subnet-ipv6s8 neutron router-create R1 neutron router-create R2 neutron router-interface-add R1 subnet-ipv4s1 neutron router-interface-add R1 subnet-ipv6s1 neutron router-interface-add R1 subnet-ipv4s2 neutron router-interface-add R1 subnet-ipv6s2 neutron router-interface-add R1 subnet-ipv4s3 neutron router-interface-add R1 subnet-ipv6s3 neutron router-interface-add R1 subnet-ipv4s4 neutron router-interface-add R1 subnet-ipv6s4 neutron router-interface-add R1 subnet-ipv4s5 neutron router-interface-add R1 subnet-ipv6s5 neutron router-interface-add R1 subnet-ipv4s6 neutron router-interface-add R1 subnet-ipv6s6 neutron router-interface-add R1 subnet-ipv4s7 neutron router-interface-add R1 subnet-ipv6s7 neutron router-interface-add R1 subnet-ipv4s8 neutron router-interface-add R1 subnet-ipv6s8 neutron port-create Net1 --name PORT1-N1 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net1 --name PORT2-N1 --security-group CUSTM_SGP neutron port-create Net2 --name PORT3-N2 --security-group CUSTM_SGP neutron port-create Net2 --name PORT4-N2 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net3 --name PORT5-N3 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net3 --name PORT6-N3 --security-group CUSTM_SGP neutron port-create Net4 --name PORT7-N4 --security-group CUSTM_SGP neutron port-create Net4 --name PORT8-N4 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net5 --name PORT9-N5 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net5 --name PORT10-N5 --security-group CUSTM_SGP neutron port-create Net6 --name PORT11-N6 --security-group CUSTM_SGP neutron port-create Net6 --name PORT12-N6 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net7 --name PORT13-N7 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 neutron port-create Net7 --name PORT14-N7 --security-group CUSTM_SGP neutron port-create Net8 --name PORT15-N8 --security-group CUSTM_SGP neutron port-create Net8 --name PORT16-N8 --security-group CUSTM_SGP --allowed-address-pair ip_address=2111:12f:862:18::/64 --allowed-address-pair ip_address=20.0.0.0/24 nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT1-N1 |awk '{print $2}') Host1-N1 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT2-N1 |awk '{print $2}') Host2-N1 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT3-N2 |awk '{print $2}') Host3-N2 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT4-N2 |awk '{print $2}') Host4-N2 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT5-N3 |awk '{print $2}') Host5-N3 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT6-N3 |awk '{print $2}') Host6-N3 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT7-N4 |awk '{print $2}') Host7-N4 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT8-N4 |awk '{print $2}') Host8-N4 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT9-N5 |awk '{print $2}') Host9-N5 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT10-N5 |awk '{print $2}') Host10-N5 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT11-N6 |awk '{print $2}') Host11-N6 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT12-N6 |awk '{print $2}') Host12-N6 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT13-N7 |awk '{print $2}') Host13-N7 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT14-N7 |awk '{print $2}') Host14-N7 --availability-zone nova:compute-0-2.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT15-N8 |awk '{print $2}') Host15-N8 --availability-zone nova:compute-0-1.domain.tld nova boot --flavor m1.small --image ubuntu-2 --nic port-id=$(neutron port-list | grep PORT16-N8 |awk '{print $2}') Host16-N8 --availability-zone nova:compute-0-2.domain.tld ifconfig ens3:0 20.0.0.200/24 up ifconfig ens3 inet6 add 2111:12f:862:18::20/64 neutron router-update R1 --routes type=dict list=true destination=20.0.0.0/24,nexthop=11.1.2.3 destination=2111:12f:862:18::/64,nexthop=2001:db8:abcd:11:f816:3eff:fe13:4bfe destination=20.0.0.0/24,nexthop=12.23.34.4 destination=2111:12f:862:18::/64,nexthop=2025:caf:3214:12:f816:3eff:feee:b14 destination=20.0.0.0/24,nexthop=13.5.4.3 destination=2111:12f:862:18::/64,nexthop=2033:456a:f012:13:f816:3eff:fecc:f444 destination=20.0.0.0/24,nexthop=14.42.62.4 destination=2111:12f:862:18::/64,nexthop=2056:212:d562:14:f816:3eff:fedd:1d57 destination=20.0.0.0/24,nexthop=15.8.9.5 destination=2111:12f:862:18::/64,nexthop=2062:321:543:15:f816:3eff:fe3f:eb74 destination=20.0.0.0/24,nexthop=17.7.6.5 destination=2111:12f:862:18::/64,nexthop=2123:13f:565:17:f816:3eff:feb0:69b0 destination=20.0.0.0/24,nexthop=16.6.67.5 destination=2111:12f:862:18::/64,nexthop=2078:fde:2cd:16:f816:3eff:fea2:f2ee destination=20.0.0.0/24,nexthop=18.6.6.5 destination=2111:12f:862:18::/64,nexthop=2234:777:222:18:f816:3eff:fe98:6a71 root@cic-1:~# nova list +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------------------------+ | ddd05bed-a495-4487-a933-463453d6e32e | Host1-N1 | ACTIVE | - | Running | Net1=2001:db8:abcd:11:f816:3eff:fe13:4bfe, 11.1.2.3 | | a90c4f28-105e-4da9-a2b1-02b96f0750e2 | Host10-N5 | ACTIVE | - | Running | Net5=15.8.9.4, 2062:321:543:15:f816:3eff:fe64:ac61 | | 7b2e42d4-3c75-4dad-8297-a1e9479110d1 | Host11-N6 | ACTIVE | - | Running | Net6=16.6.67.3, 2078:fde:2cd:16:f816:3eff:fe94:a6aa | | 5dc93491-032b-4049-8e67-516f83c7db58 | Host12-N6 | ACTIVE | - | Running | Net6=16.6.67.5, 2078:fde:2cd:16:f816:3eff:fea2:f2ee | | 5e1c0cc3-2f90-4d37-a41a-13d1c15d7663 | Host13-N7 | ACTIVE | - | Running | Net7=2123:13f:565:17:f816:3eff:feb0:69b0, 17.7.6.5 | | 6f8c0250-8058-424f-8ee0-3fbc7127059e | Host14-N7 | ACTIVE | - | Running | Net7=2123:13f:565:17:f816:3eff:fe09:ae8d, 17.7.6.4 | | 10739871-f346-4901-8c0a-6c61b094b959 | Host15-N8 | ACTIVE | - | Running | Net8=18.6.6.3, 2234:777:222:18:f816:3eff:fe61:c438 | | e34b70d5-030a-4fbf-a636-6a7ba13714cd | Host16-N8 | ACTIVE | - | Running | Net8=18.6.6.5, 2234:777:222:18:f816:3eff:fe98:6a71 | | 320a8a47-ad31-46f7-b4f4-b4d3fc4ddc1e | Host2-N1 | ACTIVE | - | Running | Net1=2001:db8:abcd:11:f816:3eff:fecf:cdfa, 11.1.2.4 | | 7669c7c6-e89f-412f-8803-c10866cb9d54 | Host3-N2 | ACTIVE | - | Running | Net2=2025:caf:3214:12:f816:3eff:feee:b14, 12.23.34.3 | | 2ba17c1d-edaf-46e8-bcd3-14d20d1e0ba0 | Host4-N2 | ACTIVE | - | Running | Net2=2025:caf:3214:12:f816:3eff:fe5f:c20e, 12.23.34.4 | | c5f64c5d-eab6-40f3-8ba8-f2ceef9a1c52 | Host5-N3 | ACTIVE | - | Running | Net3=13.5.4.3, 2033:456a:f012:13:f816:3eff:fecc:f444 | | 7b933649-da95-4751-b180-3500b5d79c8a | Host6-N3 | ACTIVE | - | Running | Net3=13.5.4.4, 2033:456a:f012:13:f816:3eff:feec:f77d | | 94d7baf3-a0a9-485a-98fa-809835b43c65 | Host7-N4 | ACTIVE | - | Running | Net4=2056:212:d562:14:f816:3eff:fec7:d4ca, 14.42.62.3 | | ab41fab7-7379-41e4-b249-6d329de3c007 | Host8-N4 | ACTIVE | - | Running | Net4=2056:212:d562:14:f816:3eff:fedd:1d57, 14.42.62.4 | | 42ec0056-2a14-4d12-816b-9c0ed78588c6 | Host9-N5 | ACTIVE | - | Running | Net5=2062:321:543:15:f816:3eff:fe3f:eb74, 15.8.9.5 | +--------------------------------------+-----------+--------+------------+-------------+-------------------------------------------------------+