http://192.168.56.1:8181/restconf/operational/odl-l3vpn:prefix-to-interface curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/operational/odl-l3vpn:prefix-to-interface | python -m json.tool { "prefix-to-interface": { "vpn-ids": [ { "prefixes": [ { "dpnId": 103679288082508, "ip_address": "40.1.1.3/32", "prefix-cue": "none", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708", "vpn-interface-name": "e394bb03-8b10-4808-93e2-8b9694875f30" }, { "dpnId": 103679288082508, "ip_address": "2001:db5:0:2:f816:3eff:feb2:b8fb/128", "prefix-cue": "none", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12", "vpn-interface-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75" }, { "dpnId": 134717599296844, "ip_address": "2001:db5:0:2:f816:3eff:feea:4f4a/128", "prefix-cue": "none", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12", "vpn-interface-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2" }, { "dpnId": 134717599296844, "ip_address": "30.1.1.4/32", "prefix-cue": "none", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f", "vpn-interface-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2" }, { "dpnId": 134717599296844, "ip_address": "2001:db5:0:3:f816:3eff:fe3c:1a17/128", "prefix-cue": "none", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "vpn-interface-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f" }, { "dpnId": 134717599296844, "ip_address": "40.1.1.4/32", "prefix-cue": "none", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708", "vpn-interface-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f" }, { "dpnId": 103679288082508, "ip_address": "30.1.1.3/32", "prefix-cue": "none", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f", "vpn-interface-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75" }, { "dpnId": 103679288082508, "ip_address": "2001:db5:0:3:f816:3eff:fecd:4175/128", "prefix-cue": "none", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "vpn-interface-name": "e394bb03-8b10-4808-93e2-8b9694875f30" } ], "vpn-id": 103000 } ] } } ===================================================================================================================== http://192.168.56.1:8181/restconf/operational/odl-l3vpn:vpn-to-extraroutes curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/operational/odl-l3vpn:vpn-to-extraroutes | python -m json.tool { "vpn-to-extraroutes": { "vpn": [ { "extra-routes": [ { "routes": [ { "nexthop-ip-list": [ "30.1.1.3" ], "prefix": "77.1.1.0/24" }, { "nexthop-ip-list": [ "30.1.1.3" ], "prefix": "76.1.1.0/24" } ], "vrf-id": "103679288082508" } ], "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ====================================================================================================================== http://192.168.56.1:8181/restconf/config/odl-l3vpn:vpn-instance-to-vpn-id curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/odl-l3vpn:vpn-instance-to-vpn-id | python -m json.tool { "vpn-instance-to-vpn-id": { "vpn-instance": [ { "vpn-id": 103000, "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ============================================================================================================ http://192.168.56.1:8181/restconf/operational/odl-l3vpn:vpn-instance-op-data curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/operational/odl-l3vpn:vpn-instance-op-data | python -m json.tool { "vpn-instance-op-data": { "vpn-instance-op-data-entry": [ { "bgpvpn-type": "VPN", "ipv4-configured": true, "ipv6-configured": true, "type": "l3", "vpn-id": 103000, "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0", "vpn-state": "created", "vpn-to-dpn-list": [ { "dpn-state": "active", "dpnId": 134717599296844, "vpn-interfaces": [ { "interface-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f" }, { "interface-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2" } ] }, { "dpn-state": "active", "dpnId": 103679288082508, "vpn-interfaces": [ { "interface-name": "e394bb03-8b10-4808-93e2-8b9694875f30" }, { "interface-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75" } ] } ], "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ============================================================================================================= http://192.168.56.1:8181/restconf/config/odl-l3vpn:vpn-id-to-vpn-instance curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/odl-l3vpn:vpn-id-to-vpn-instance | python -m json.tool { "vpn-id-to-vpn-instance": { "vpn-ids": [ { "external-vpn": false, "vpn-id": 103000, "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ============================================================================================================ http://192.168.56.1:8181/restconf/operational/odl-l3vpn:vpn-interface-op-data curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/operational/odl-l3vpn:vpn-interface-op-data | python -m json.tool { "vpn-interface-op-data": { "vpn-interface-op-data-entry": [ { "adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2:f816:3eff:feea:4f4a/128", "label": 103018, "mac_address": "fa:16:3e:ea:4f:4a", "next-hop-ip-list": [ "192.168.113.11" ], "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency_type": "primary-adjacency", "ip_address": "30.1.1.4/32", "label": 103019, "mac_address": "fa:16:3e:ea:4f:4a", "next-hop-ip-list": [ "192.168.113.11" ], "phys-network-func": false, "subnet_id": "30c3109b-56e0-45e6-ad3c-d818448af12f", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ], "dpn-id": 134717599296844, "gateway-mac-address": "fa:16:3e:84:d3:2e", "lport-tag": 5, "name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2:f816:3eff:feb2:b8fb/128", "label": 103016, "mac_address": "fa:16:3e:b2:b8:fb", "next-hop-ip-list": [ "192.168.113.10" ], "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency_type": "extra-route", "ip_address": "77.1.1.0/24", "label": 103027, "next-hop-ip-list": [ "30.1.1.3" ], "phys-network-func": false, "vrf-id": "103679288082508" }, { "adjacency_type": "primary-adjacency", "ip_address": "30.1.1.3/32", "label": 103017, "mac_address": "fa:16:3e:b2:b8:fb", "next-hop-ip-list": [ "192.168.113.10" ], "phys-network-func": false, "subnet_id": "30c3109b-56e0-45e6-ad3c-d818448af12f", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency_type": "extra-route", "ip_address": "76.1.1.0/24", "label": 103026, "next-hop-ip-list": [ "30.1.1.3" ], "phys-network-func": false, "vrf-id": "103679288082508" } ], "dpn-id": 103679288082508, "gateway-mac-address": "fa:16:3e:84:d3:2e", "lport-tag": 4, "name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3:f816:3eff:fecd:4175/128", "label": 103021, "mac_address": "fa:16:3e:cd:41:75", "next-hop-ip-list": [ "192.168.113.10" ], "phys-network-func": false, "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency_type": "primary-adjacency", "ip_address": "40.1.1.3/32", "label": 103025, "mac_address": "fa:16:3e:cd:41:75", "next-hop-ip-list": [ "192.168.113.10" ], "phys-network-func": false, "subnet_id": "e5006c06-6dff-4793-be3e-01cdb1ffc708", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ], "dpn-id": 103679288082508, "gateway-mac-address": "de:ad:be:ef:01:f3", "lport-tag": 6, "name": "e394bb03-8b10-4808-93e2-8b9694875f30", "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3:f816:3eff:fe3c:1a17/128", "label": 103022, "mac_address": "fa:16:3e:3c:1a:17", "next-hop-ip-list": [ "192.168.113.11" ], "phys-network-func": false, "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "adjacency_type": "primary-adjacency", "ip_address": "40.1.1.4/32", "label": 103024, "mac_address": "fa:16:3e:3c:1a:17", "next-hop-ip-list": [ "192.168.113.11" ], "phys-network-func": false, "subnet_id": "e5006c06-6dff-4793-be3e-01cdb1ffc708", "vrf-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ], "dpn-id": 134717599296844, "gateway-mac-address": "de:ad:be:ef:00:da", "lport-tag": 7, "name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ======================================================================================================================= http://192.168.56.1:8181/restconf/config/odl-l3vpn:router-interfaces curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/odl-l3vpn:router-interfaces | python -m json.tool { "router-interfaces": { "router-interface": [ { "interface-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "aca81842-c6ba-4708-8a6e-9a3e1ee9ba34", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "6fb3b545-337d-4a3f-afbf-c46e3ecc2274", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "6d463da2-7006-4d92-96bb-6578dba291af", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "f72dbfd8-fb88-44d6-bfb6-a1f86d4a0487", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "b6bc22d0-b0c3-48fc-be91-6c82ab0a66fc", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "a3fdc71b-c77c-4ec5-808b-98706c92cc5f", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "interface-name": "e394bb03-8b10-4808-93e2-8b9694875f30", "router-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } =============================================================================================== http://192.168.56.1:8181/restconf/config/l3vpn:vpn-interfaces curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/l3vpn:vpn-interfaces | python -m json.tool { "vpn-interfaces": { "vpn-interface": [ { "name": "6fb3b545-337d-4a3f-afbf-c46e3ecc2274", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3::1/128", "mac_address": "fa:16:3e:c2:97:f0", "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" } ], "router-interface": true, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "aca81842-c6ba-4708-8a6e-9a3e1ee9ba34", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2::1/128", "mac_address": "fa:16:3e:2b:d8:12", "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12" } ], "router-interface": true, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3:f816:3eff:fe3c:1a17/128", "mac_address": "fa:16:3e:3c:1a:17", "phys-network-func": false, "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" }, { "adjacency_type": "primary-adjacency", "ip_address": "40.1.1.4/32", "mac_address": "fa:16:3e:3c:1a:17", "subnet_id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "6d463da2-7006-4d92-96bb-6578dba291af", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "40.1.1.1/32", "mac_address": "fa:16:3e:65:1f:2e", "subnet_id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "router-interface": true, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2:f816:3eff:feea:4f4a/128", "mac_address": "fa:16:3e:ea:4f:4a", "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12" }, { "adjacency_type": "primary-adjacency", "ip_address": "30.1.1.4/32", "mac_address": "fa:16:3e:ea:4f:4a", "phys-network-func": false, "subnet_id": "30c3109b-56e0-45e6-ad3c-d818448af12f" } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "b6bc22d0-b0c3-48fc-be91-6c82ab0a66fc", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3:f816:3eff:fe4c:ba0/128", "mac_address": "fa:16:3e:4c:0b:a0", "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "f72dbfd8-fb88-44d6-bfb6-a1f86d4a0487", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "30.1.1.1/32", "mac_address": "fa:16:3e:84:d3:2e", "phys-network-func": false, "subnet_id": "30c3109b-56e0-45e6-ad3c-d818448af12f" } ], "router-interface": true, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2:f816:3eff:feb2:b8fb/128", "mac_address": "fa:16:3e:b2:b8:fb", "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12" }, { "adjacency_type": "extra-route", "ip_address": "77.1.1.0/24", "next-hop-ip-list": [ "30.1.1.3" ] }, { "adjacency_type": "primary-adjacency", "ip_address": "30.1.1.3/32", "mac_address": "fa:16:3e:b2:b8:fb", "phys-network-func": false, "subnet_id": "30c3109b-56e0-45e6-ad3c-d818448af12f" }, { "adjacency_type": "extra-route", "ip_address": "76.1.1.0/24", "next-hop-ip-list": [ "30.1.1.3" ] } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "a3fdc71b-c77c-4ec5-808b-98706c92cc5f", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:2:f816:3eff:fee7:bca2/128", "mac_address": "fa:16:3e:e7:bc:a2", "phys-network-func": false, "subnet_id": "c69af292-04e7-43ce-8981-2006c164fb12" } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, { "name": "e394bb03-8b10-4808-93e2-8b9694875f30", "odl-l3vpn:adjacency": [ { "adjacency_type": "primary-adjacency", "ip_address": "2001:db5:0:3:f816:3eff:fecd:4175/128", "mac_address": "fa:16:3e:cd:41:75", "phys-network-func": false, "subnet_id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" }, { "adjacency_type": "primary-adjacency", "ip_address": "40.1.1.3/32", "mac_address": "fa:16:3e:cd:41:75", "subnet_id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "router-interface": false, "vpn-instance-names": [ { "associated-subnet-type": "V4AndV6Subnets", "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } ] } } ======================================================================================================== http://192.168.56.1:8181/restconf/config/l3vpn:vpn-instances curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/l3vpn:vpn-instances | python -m json.tool { "vpn-instances": { "vpn-instance": [ { "ipv4-family": { "vpnTargets": {} }, "l3vni": 0, "type": "l3", "vpn-instance-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ======================================================================================================== http://192.168.56.1:8181/restconf/config/neutronvpn:subnetmaps curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/neutronvpn:subnetmaps | python -m json.tool { "subnetmaps": { "subnetmap": [ { "id": "c66db614-5dc6-483f-ba20-92d4e7f60b5b", "network-id": "ac4a89d3-6a20-4a14-824a-cc07ffb7661b", "network-type": "VXLAN", "segmentation-id": 3083, "subnet-ip": "30.1.1.0/24", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab" }, { "id": "e5006c06-6dff-4793-be3e-01cdb1ffc708", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "network-type": "VXLAN", "port-list": [ "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "e394bb03-8b10-4808-93e2-8b9694875f30" ], "router-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "router-interface-fixed-ip": "40.1.1.1", "router-interface-port-id": "6d463da2-7006-4d92-96bb-6578dba291af", "router-intf-mac-address": "fa:16:3e:65:1f:2e", "segmentation-id": 3064, "subnet-ip": "40.1.1.0/24", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "vpn-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "network-type": "VXLAN", "port-list": [ "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "b6bc22d0-b0c3-48fc-be91-6c82ab0a66fc", "e394bb03-8b10-4808-93e2-8b9694875f30" ], "router-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "router-interface-fixed-ip": "2001:db5:0:3::1", "router-interface-port-id": "6fb3b545-337d-4a3f-afbf-c46e3ecc2274", "router-intf-mac-address": "fa:16:3e:c2:97:f0", "segmentation-id": 3064, "subnet-ip": "2001:db5:0:3::/64", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "vpn-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "id": "c69af292-04e7-43ce-8981-2006c164fb12", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "network-type": "VXLAN", "port-list": [ "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "a3fdc71b-c77c-4ec5-808b-98706c92cc5f" ], "router-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "router-interface-fixed-ip": "2001:db5:0:2::1", "router-interface-port-id": "aca81842-c6ba-4708-8a6e-9a3e1ee9ba34", "router-intf-mac-address": "fa:16:3e:2b:d8:12", "segmentation-id": 3041, "subnet-ip": "2001:db5:0:2::/64", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "vpn-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "id": "30c3109b-56e0-45e6-ad3c-d818448af12f", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "network-type": "VXLAN", "port-list": [ "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "7fc4e46e-35ca-4e8a-a453-8229205e5fc2" ], "router-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "router-interface-fixed-ip": "30.1.1.1", "router-interface-port-id": "f72dbfd8-fb88-44d6-bfb6-a1f86d4a0487", "router-intf-mac-address": "fa:16:3e:84:d3:2e", "segmentation-id": 3041, "subnet-ip": "30.1.1.0/24", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "vpn-id": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "id": "20e5ffaa-5741-4797-9a3d-d6371301ab41", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "network-type": "VXLAN", "port-list": [ "77348e0c-6406-42dd-987f-0e8eddaa222f", "cf240304-7f5b-4101-aeb0-9673f040e6e1", "42925084-a886-44e8-bc62-20c798c3f43b" ], "segmentation-id": 3006, "subnet-ip": "2001:db5:0:5::/64", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab" }, { "id": "e60d480c-4143-4ec4-8790-3779501c202f", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "network-type": "VXLAN", "port-list": [ "e9b0217e-b45b-46c1-a62a-7895f245572f", "c2258a66-14d1-4416-9ae6-b8e0c7668edc" ], "segmentation-id": 3028, "subnet-ip": "2001:db5:0:4::/64", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab" }, { "id": "296228de-cd06-4769-b815-4befaabfe76f", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "network-type": "VXLAN", "port-list": [ "77348e0c-6406-42dd-987f-0e8eddaa222f", "42925084-a886-44e8-bc62-20c798c3f43b" ], "segmentation-id": 3006, "subnet-ip": "60.1.1.0/24", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab" }, { "id": "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "network-type": "VXLAN", "port-list": [ "e9b0217e-b45b-46c1-a62a-7895f245572f", "c2258a66-14d1-4416-9ae6-b8e0c7668edc" ], "segmentation-id": 3028, "subnet-ip": "50.1.1.0/24", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab" } ] } } ================================================================================================================================================== http://192.168.56.1:8181/restconf/config/neutronvpn:networkMaps curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/neutronvpn:networkMaps | python -m json.tool { "networkMaps": { "networkMap": [ { "network-id": "ac4a89d3-6a20-4a14-824a-cc07ffb7661b", "subnet-id-list": [ "c66db614-5dc6-483f-ba20-92d4e7f60b5b" ] }, { "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "subnet-id-list": [ "30c3109b-56e0-45e6-ad3c-d818448af12f", "c69af292-04e7-43ce-8981-2006c164fb12" ] }, { "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "subnet-id-list": [ "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc", "e60d480c-4143-4ec4-8790-3779501c202f" ] }, { "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "subnet-id-list": [ "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3", "e5006c06-6dff-4793-be3e-01cdb1ffc708" ] }, { "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "subnet-id-list": [ "20e5ffaa-5741-4797-9a3d-d6371301ab41", "296228de-cd06-4769-b815-4befaabfe76f" ] } ] } } ================================================================================================================== http://192.168.56.1:8181/restconf/config/neutronvpn:vpnMaps curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/neutronvpn:vpnMaps | python -m json.tool { "vpnMaps": { "vpnMap": [ { "router-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "vpn-id": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } ======================================================================================================================= http://192.168.56.1:8181/restconf/config/neutronvpn:neutron-vpn-portip-port-data curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/neutronvpn:neutron-vpn-portip-port-data | python -m json.tool { "neutron-vpn-portip-port-data": { "vpn-portip-to-port": [ { "mac-address": "fa:16:3e:ea:4f:4a", "port-fixedip": "2001:db5:0:2:f816:3eff:feea:4f4a", "port-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:3c:1a:17", "port-fixedip": "2001:db5:0:3:f816:3eff:fe3c:1a17", "port-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:b2:b8:fb", "port-fixedip": "2001:db5:0:2:f816:3eff:feb2:b8fb", "port-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:c2:97:f0", "port-fixedip": "2001:db5:0:3::1", "port-name": "6fb3b545-337d-4a3f-afbf-c46e3ecc2274", "subnet-ip": true, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:84:d3:2e", "port-fixedip": "30.1.1.1", "port-name": "f72dbfd8-fb88-44d6-bfb6-a1f86d4a0487", "subnet-ip": true, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:65:1f:2e", "port-fixedip": "40.1.1.1", "port-name": "6d463da2-7006-4d92-96bb-6578dba291af", "subnet-ip": true, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:e7:bc:a2", "port-fixedip": "2001:db5:0:2:f816:3eff:fee7:bca2", "port-name": "a3fdc71b-c77c-4ec5-808b-98706c92cc5f", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:ea:4f:4a", "port-fixedip": "30.1.1.4", "port-name": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:4c:0b:a0", "port-fixedip": "2001:db5:0:3:f816:3eff:fe4c:ba0", "port-name": "b6bc22d0-b0c3-48fc-be91-6c82ab0a66fc", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:e7:bc:a2", "port-fixedip": "30.1.1.2", "port-name": "a3fdc71b-c77c-4ec5-808b-98706c92cc5f", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:cd:41:75", "port-fixedip": "2001:db5:0:3:f816:3eff:fecd:4175", "port-name": "e394bb03-8b10-4808-93e2-8b9694875f30", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:3c:1a:17", "port-fixedip": "40.1.1.4", "port-name": "b1e44ee0-e1bb-4279-814d-65ea175ac74f", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:2b:d8:12", "port-fixedip": "2001:db5:0:2::1", "port-name": "aca81842-c6ba-4708-8a6e-9a3e1ee9ba34", "subnet-ip": true, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:b2:b8:fb", "port-fixedip": "30.1.1.3", "port-name": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "mac-address": "fa:16:3e:cd:41:75", "port-fixedip": "40.1.1.3", "port-name": "e394bb03-8b10-4808-93e2-8b9694875f30", "subnet-ip": false, "vpn-name": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } } =================================================================================================================== http://192.168.56.1:8181/restconf/config/neutron:neutron curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/neutron:neutron | python -m json.tool { "neutron": { "networks": { "network": [ { "admin-state-up": true, "name": "net_3_dualstack", "neutron-L3-ext:external": false, "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan", "neutron-provider-ext:segmentation-id": "3028", "shared": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "4e29c7c0-af57-466b-b43c-331d4f5f10a3" }, { "admin-state-up": true, "name": "net_1_dualstack", "neutron-L3-ext:external": false, "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan", "neutron-provider-ext:segmentation-id": "3041", "shared": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "dd5eb0f1-25f2-412f-957b-c8537873c6f1" }, { "admin-state-up": true, "name": "net_1_dualstack", "neutron-L3-ext:external": false, "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan", "neutron-provider-ext:segmentation-id": "3083", "shared": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "ac4a89d3-6a20-4a14-824a-cc07ffb7661b" }, { "admin-state-up": true, "name": "net_2_dualstack", "neutron-L3-ext:external": false, "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan", "neutron-provider-ext:segmentation-id": "3064", "shared": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "20810c97-a2b5-4b5c-b715-1179c621868a" }, { "admin-state-up": true, "name": "net_4_dualstack", "neutron-L3-ext:external": false, "neutron-provider-ext:network-type": "neutron-networks:network-type-vxlan", "neutron-provider-ext:segmentation-id": "3006", "shared": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "ae879ba2-5ced-45a7-83dc-49e2498383ae" } ] }, "ports": { "port": [ { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:5a:df:8a" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:5a:df:8a" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:5a:df:8a" }, { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:5a:df:8a" } ], "device-id": "50b4f28c-ec4f-48b4-8ff9-9dee5b448172", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "50.1.1.3", "subnet-id": "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc" }, { "ip-address": "2001:db5:0:4:f816:3eff:fe5a:df8a", "subnet-id": "e60d480c-4143-4ec4-8790-3779501c202f" } ], "mac-address": "fa:16:3e:5a:df:8a", "name": "port_5_dualstack", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "neutron-binding:host-id": "compute-0-1.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhuc2258a66-14" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "c2258a66-14d1-4416-9ae6-b8e0c7668edc" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:d5:5a:e6" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:d5:5a:e6" }, { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:d5:5a:e6" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:d5:5a:e6" } ], "device-id": "907e2be2-acb5-4c20-bae2-a5a486ce0833", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "60.1.1.4", "subnet-id": "296228de-cd06-4769-b815-4befaabfe76f" }, { "ip-address": "2001:db5:0:5:f816:3eff:fed5:5ae6", "subnet-id": "20e5ffaa-5741-4797-9a3d-d6371301ab41" } ], "mac-address": "fa:16:3e:d5:5a:e6", "name": "port_8_dualstack", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "neutron-binding:host-id": "compute-0-2.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhu42925084-a8" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "42925084-a886-44e8-bc62-20c798c3f43b" }, { "admin-state-up": true, "device-id": "OpenDaylight-e5006c06-6dff-4793-be3e-01cdb1ffc708", "device-owner": "network:dhcp", "fixed-ips": [ { "ip-address": "40.1.1.2", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" }, { "ip-address": "2001:db5:0:3:f816:3eff:fe4c:ba0", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" } ], "mac-address": "fa:16:3e:4c:0b:a0", "name": "", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "b6bc22d0-b0c3-48fc-be91-6c82ab0a66fc" }, { "admin-state-up": true, "device-id": "OpenDaylight-bb0d6932-cd85-4dc4-b0ff-6504af7b6efc", "device-owner": "network:dhcp", "fixed-ips": [ { "ip-address": "50.1.1.2", "subnet-id": "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc" } ], "mac-address": "fa:16:3e:f5:53:61", "name": "", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "b344bdfe-ce2f-4537-a58a-5e7a4c215af5" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:57:0e:73" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:57:0e:73" }, { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:57:0e:73" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:57:0e:73" } ], "device-id": "0e198365-5189-499d-87aa-041ef6d51295", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "2001:db5:0:5:f816:3eff:fe57:e73", "subnet-id": "20e5ffaa-5741-4797-9a3d-d6371301ab41" }, { "ip-address": "60.1.1.3", "subnet-id": "296228de-cd06-4769-b815-4befaabfe76f" } ], "mac-address": "fa:16:3e:57:0e:73", "name": "port_7_dualstack", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "neutron-binding:host-id": "compute-0-1.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhu77348e0c-64" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "77348e0c-6406-42dd-987f-0e8eddaa222f" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:3c:1a:17" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:3c:1a:17" }, { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:3c:1a:17" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:3c:1a:17" } ], "device-id": "44302943-e581-42ed-9652-c4daebdb07ea", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "2001:db5:0:3:f816:3eff:fe3c:1a17", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" }, { "ip-address": "40.1.1.4", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "mac-address": "fa:16:3e:3c:1a:17", "name": "port_4_dualstack", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "neutron-binding:host-id": "compute-0-2.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhub1e44ee0-e1" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "b1e44ee0-e1bb-4279-814d-65ea175ac74f" }, { "admin-state-up": true, "device-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "device-owner": "network:router_interface", "fixed-ips": [ { "ip-address": "30.1.1.1", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f" } ], "mac-address": "fa:16:3e:84:d3:2e", "name": "", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "f72dbfd8-fb88-44d6-bfb6-a1f86d4a0487" }, { "admin-state-up": true, "device-id": "OpenDaylight-296228de-cd06-4769-b815-4befaabfe76f", "device-owner": "network:dhcp", "fixed-ips": [ { "ip-address": "60.1.1.2", "subnet-id": "296228de-cd06-4769-b815-4befaabfe76f" }, { "ip-address": "2001:db5:0:5:f816:3eff:feb6:1cea", "subnet-id": "20e5ffaa-5741-4797-9a3d-d6371301ab41" } ], "mac-address": "fa:16:3e:b6:1c:ea", "name": "", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "cf240304-7f5b-4101-aeb0-9673f040e6e1" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:12:71:8d" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:12:71:8d" }, { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:12:71:8d" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:12:71:8d" } ], "device-id": "74cd938d-b4f5-4d8f-8b7d-e8cfbee4fa61", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "2001:db5:0:4:f816:3eff:fe12:718d", "subnet-id": "e60d480c-4143-4ec4-8790-3779501c202f" }, { "ip-address": "50.1.1.4", "subnet-id": "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc" } ], "mac-address": "fa:16:3e:12:71:8d", "name": "port_6_dualstack", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "neutron-binding:host-id": "compute-0-2.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhue9b0217e-b4" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "e9b0217e-b45b-46c1-a62a-7895f245572f" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:cd:41:75" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:cd:41:75" }, { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:cd:41:75" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:cd:41:75" } ], "device-id": "f3f99510-772e-4f06-861a-52a04016641d", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "2001:db5:0:3:f816:3eff:fecd:4175", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" }, { "ip-address": "40.1.1.3", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "mac-address": "fa:16:3e:cd:41:75", "name": "port_3_dualstack", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "neutron-binding:host-id": "compute-0-1.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhue394bb03-8b" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "e394bb03-8b10-4808-93e2-8b9694875f30" }, { "admin-state-up": true, "device-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "device-owner": "network:router_interface", "fixed-ips": [ { "ip-address": "40.1.1.1", "subnet-id": "e5006c06-6dff-4793-be3e-01cdb1ffc708" } ], "mac-address": "fa:16:3e:65:1f:2e", "name": "", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "6d463da2-7006-4d92-96bb-6578dba291af" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:ea:4f:4a" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:ea:4f:4a" }, { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:ea:4f:4a" }, { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:ea:4f:4a" } ], "device-id": "1022acb4-888d-4c31-8376-a5939605765c", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "30.1.1.4", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f" }, { "ip-address": "2001:db5:0:2:f816:3eff:feea:4f4a", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12" } ], "mac-address": "fa:16:3e:ea:4f:4a", "name": "port_2_dualstack", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "neutron-binding:host-id": "compute-0-2.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhu7fc4e46e-35" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "7fc4e46e-35ca-4e8a-a453-8229205e5fc2" }, { "admin-state-up": true, "device-id": "OpenDaylight-30c3109b-56e0-45e6-ad3c-d818448af12f", "device-owner": "network:dhcp", "fixed-ips": [ { "ip-address": "30.1.1.2", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f" }, { "ip-address": "2001:db5:0:2:f816:3eff:fee7:bca2", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12" } ], "mac-address": "fa:16:3e:e7:bc:a2", "name": "", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "a3fdc71b-c77c-4ec5-808b-98706c92cc5f" }, { "admin-state-up": true, "allowed-address-pairs": [ { "ip-address": "3001:db9:cafe:d::/64", "mac-address": "fa:16:3e:b2:b8:fb" }, { "ip-address": "77.1.1.0/24", "mac-address": "fa:16:3e:b2:b8:fb" }, { "ip-address": "76.1.1.0/24", "mac-address": "fa:16:3e:b2:b8:fb" }, { "ip-address": "3001:db9:abcd:d::/64", "mac-address": "fa:16:3e:b2:b8:fb" } ], "device-id": "3dbeddf0-ce11-4d0b-9620-59c1d8c545c3", "device-owner": "compute:nova", "fixed-ips": [ { "ip-address": "2001:db5:0:2:f816:3eff:feb2:b8fb", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12" }, { "ip-address": "30.1.1.3", "subnet-id": "30c3109b-56e0-45e6-ad3c-d818448af12f" } ], "mac-address": "fa:16:3e:b2:b8:fb", "name": "port_1_dualstack", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "neutron-binding:host-id": "compute-0-1.domain.tld", "neutron-binding:profile": "", "neutron-binding:vif-details": [ { "details-key": "port_filter", "value": "true" }, { "details-key": "vhostuser_ovs_plug", "value": "true" }, { "details-key": "vhostuser_mode", "value": "client" }, { "details-key": "vhostuser_socket", "value": "/var/run/openvswitch/vhu7a3cbd9d-30" } ], "neutron-binding:vif-type": "vhostuser", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": true, "security-groups": [ "c52e29de-b6de-46c5-a919-b257effab470" ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "7a3cbd9d-302e-4a2c-9304-9a759f2afd75" }, { "admin-state-up": true, "device-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "device-owner": "network:router_interface", "fixed-ips": [ { "ip-address": "2001:db5:0:3::1", "subnet-id": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" } ], "mac-address": "fa:16:3e:c2:97:f0", "name": "", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "6fb3b545-337d-4a3f-afbf-c46e3ecc2274" }, { "admin-state-up": true, "device-id": "ac87de59-b40a-438b-950f-403c1718d5d0", "device-owner": "network:router_interface", "fixed-ips": [ { "ip-address": "2001:db5:0:2::1", "subnet-id": "c69af292-04e7-43ce-8981-2006c164fb12" } ], "mac-address": "fa:16:3e:2b:d8:12", "name": "", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "neutron-binding:host-id": "", "neutron-binding:profile": "", "neutron-binding:vif-type": "unbound", "neutron-binding:vnic-type": "normal", "neutron-portsecurity:port-security-enabled": false, "status": "ACTIVE", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "aca81842-c6ba-4708-8a6e-9a3e1ee9ba34" } ] }, "routers": { "router": [ { "admin-state-up": true, "distributed": false, "name": "router1", "routes": [ { "destination": "76.1.1.0/24", "nexthop": "30.1.1.3" }, { "destination": "77.1.1.0/24", "nexthop": "30.1.1.3" } ], "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] }, "security-groups": { "security-group": [ { "name": "sg_dualstack", "project-id": "2065d680a80f45c798f1d243fd2806ab", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "c52e29de-b6de-46c5-a919-b257effab470" }, { "name": "default", "project-id": "469fcc3f151e41ffbaddaf4ce7b0191d", "tenant-id": "469fcc3f-151e-41ff-badd-af4ce7b0191d", "uuid": "541cecbd-faf4-4a35-a76d-1c2ba02a1273" }, { "name": "REG", "project-id": "2065d680a80f45c798f1d243fd2806ab", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "fc222214-7172-46ce-a8eb-987efda0ec55" }, { "name": "default", "project-id": "2065d680a80f45c798f1d243fd2806ab", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "ed9bb692-099c-4039-a163-12882b3ea315" } ] }, "security-rules": { "security-rule": [ { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "fdb630c0-279a-4280-a61f-f47c6ab4a6db" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "b447ee67-abb0-4828-8038-e4352dc9b01c" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "5f1677fc-4c06-410b-a34d-1e564d6a960a" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "6752b225-bd1d-4668-b628-258e7766b859" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "469fcc3f151e41ffbaddaf4ce7b0191d", "security-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "tenant-id": "469fcc3f-151e-41ff-badd-af4ce7b0191d", "uuid": "f7368173-529a-446e-a643-5e847579cec0" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v6", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "cbe45b0c-75f4-4e70-ab40-54cc59f7b159" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "665dfc35-bbe0-4404-b216-de71905fe6b6" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "221e4a6f-db4c-4b9d-b9fc-05a93c427f9d" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "7baac2f6-5b05-418a-adb9-651c19aaa70c" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "5c74a256-3e05-4f1e-a0d2-7f09beb3c5bf" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "333a5344-41dd-4587-8c66-6990b2995609" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "remote-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "security-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "d9a8f6c1-0c90-4e71-9911-f4ad36787d7e" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "f9ec0d2b-2921-47fd-89cb-d3d2548045ac" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "721df84d-050d-4eee-a293-7b6d678cceeb" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v6", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "514670d5-11e9-4a02-8ad7-2c7376362ddb" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "82ae6a54-c5d2-4147-8f21-c541150d2ae2" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "a0a78d01-8639-498a-a173-33caa9061836" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "469fcc3f151e41ffbaddaf4ce7b0191d", "remote-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "security-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "tenant-id": "469fcc3f-151e-41ff-badd-af4ce7b0191d", "uuid": "fdf6d2fb-6e48-4702-b115-126ac920292d" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "remote-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "security-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "bb25fdf0-3ef7-4adb-af29-c374d0ecb3a4" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "port-range-max": 65535, "port-range-min": 1, "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "fba10316-8aee-499d-900b-74cf30cc3d49" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "b95995d0-8e25-469e-9a2a-86acb7b85e50" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "7be3dcde-6106-436f-bea0-897b9d95aeaf" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "184d6dfd-9ce3-470e-93ef-419cf82f6221" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-udp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "31d17b0e-8982-4c44-b117-418e01ed9f9a" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "469fcc3f151e41ffbaddaf4ce7b0191d", "security-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "tenant-id": "469fcc3f-151e-41ff-badd-af4ce7b0191d", "uuid": "134c0e9f-9437-468c-bd5c-cd3c4deb3fb8" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "469fcc3f151e41ffbaddaf4ce7b0191d", "remote-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "security-group-id": "541cecbd-faf4-4a35-a76d-1c2ba02a1273", "tenant-id": "469fcc3f-151e-41ff-badd-af4ce7b0191d", "uuid": "11fb42d9-8284-4293-945b-9625cbe81626" }, { "direction": "neutron-constants:direction-ingress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-icmp", "security-group-id": "c52e29de-b6de-46c5-a919-b257effab470", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "9145c8aa-ea7c-40a9-b43e-742199c0cbcd" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v6", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "e5ea95a4-acb7-4bc4-b3f6-e75b3bf2ef26" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "protocol": "neutron-constants:protocol-tcp", "security-group-id": "fc222214-7172-46ce-a8eb-987efda0ec55", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "ef424f18-38b6-4a4d-b401-410ba7110730" }, { "direction": "neutron-constants:direction-egress", "ethertype": "neutron-constants:ethertype-v4", "project-id": "2065d680a80f45c798f1d243fd2806ab", "security-group-id": "ed9bb692-099c-4039-a163-12882b3ea315", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "9d6b1684-0c75-4efe-a29b-3909c7bd2457" } ] }, "subnets": { "subnet": [ { "allocation-pools": [ { "end": "30.1.1.254", "start": "30.1.1.2" } ], "cidr": "30.1.1.0/24", "enable-dhcp": true, "gateway-ip": "30.1.1.1", "ip-version": "neutron-constants:ip-version-v4", "name": "subnet_ipv4_1_dualstack", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "30c3109b-56e0-45e6-ad3c-d818448af12f" }, { "allocation-pools": [ { "end": "2001:db5:0:5:ffff:ffff:ffff:ffff", "start": "2001:db5:0:5::2" } ], "cidr": "2001:db5:0:5::/64", "enable-dhcp": true, "gateway-ip": "2001:db5:0:5::1", "ip-version": "neutron-constants:ip-version-v6", "ipv6-address-mode": "neutron-constants:dhcpv6-slaac", "ipv6-ra-mode": "neutron-constants:dhcpv6-slaac", "name": "subnet_ipv6_4_dualstack", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "20e5ffaa-5741-4797-9a3d-d6371301ab41" }, { "allocation-pools": [ { "end": "60.1.1.254", "start": "60.1.1.2" } ], "cidr": "60.1.1.0/24", "enable-dhcp": true, "gateway-ip": "60.1.1.1", "ip-version": "neutron-constants:ip-version-v4", "name": "subnet_ipv4_4_dualstack", "network-id": "ae879ba2-5ced-45a7-83dc-49e2498383ae", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "296228de-cd06-4769-b815-4befaabfe76f" }, { "allocation-pools": [ { "end": "2001:db5:0:2:ffff:ffff:ffff:ffff", "start": "2001:db5:0:2::2" } ], "cidr": "2001:db5:0:2::/64", "enable-dhcp": true, "gateway-ip": "2001:db5:0:2::1", "ip-version": "neutron-constants:ip-version-v6", "ipv6-address-mode": "neutron-constants:dhcpv6-slaac", "ipv6-ra-mode": "neutron-constants:dhcpv6-slaac", "name": "subnet_ipv6_1_dualstack", "network-id": "dd5eb0f1-25f2-412f-957b-c8537873c6f1", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "c69af292-04e7-43ce-8981-2006c164fb12" }, { "allocation-pools": [ { "end": "40.1.1.254", "start": "40.1.1.2" } ], "cidr": "40.1.1.0/24", "enable-dhcp": true, "gateway-ip": "40.1.1.1", "ip-version": "neutron-constants:ip-version-v4", "name": "subnet_ipv4_2_dualstack", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "e5006c06-6dff-4793-be3e-01cdb1ffc708" }, { "allocation-pools": [ { "end": "2001:db5:0:3:ffff:ffff:ffff:ffff", "start": "2001:db5:0:3::2" } ], "cidr": "2001:db5:0:3::/64", "enable-dhcp": true, "gateway-ip": "2001:db5:0:3::1", "ip-version": "neutron-constants:ip-version-v6", "ipv6-address-mode": "neutron-constants:dhcpv6-slaac", "ipv6-ra-mode": "neutron-constants:dhcpv6-slaac", "name": "subnet_ipv6_2_dualstack", "network-id": "20810c97-a2b5-4b5c-b715-1179c621868a", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "f3c86996-71ae-4cb3-84e7-b4bddbfd42e3" }, { "allocation-pools": [ { "end": "30.1.1.254", "start": "30.1.1.2" } ], "cidr": "30.1.1.0/24", "enable-dhcp": true, "gateway-ip": "30.1.1.1", "ip-version": "neutron-constants:ip-version-v4", "name": "subnet_ipv4_1_dualstack", "network-id": "ac4a89d3-6a20-4a14-824a-cc07ffb7661b", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "c66db614-5dc6-483f-ba20-92d4e7f60b5b" }, { "allocation-pools": [ { "end": "50.1.1.254", "start": "50.1.1.2" } ], "cidr": "50.1.1.0/24", "enable-dhcp": true, "gateway-ip": "50.1.1.1", "ip-version": "neutron-constants:ip-version-v4", "name": "subnet_ipv4_3_dualstack", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "bb0d6932-cd85-4dc4-b0ff-6504af7b6efc" }, { "allocation-pools": [ { "end": "2001:db5:0:4:ffff:ffff:ffff:ffff", "start": "2001:db5:0:4::2" } ], "cidr": "2001:db5:0:4::/64", "enable-dhcp": true, "gateway-ip": "2001:db5:0:4::1", "ip-version": "neutron-constants:ip-version-v6", "ipv6-address-mode": "neutron-constants:dhcpv6-slaac", "ipv6-ra-mode": "neutron-constants:dhcpv6-slaac", "name": "subnet_ipv6_3_dualstack", "network-id": "4e29c7c0-af57-466b-b43c-331d4f5f10a3", "tenant-id": "2065d680-a80f-45c7-98f1-d243fd2806ab", "uuid": "e60d480c-4143-4ec4-8790-3779501c202f" } ] } } } ================================================================================================================================== http://192.168.56.1:8181/restconf/config/odl-fib:fibEntries curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/odl-fib:fibEntries | python -m json.tool { "fibEntries": { "vrfTables": [ { "routeDistinguisher": "ac87de59-b40a-438b-950f-403c1718d5d0", "vrfEntry": [ { "destPrefix": "40.1.1.3/32", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:65:1f:2e", "origin": "l", "route-paths": [ { "label": 103025, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "30.1.1.3/32", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:84:d3:2e", "origin": "l", "route-paths": [ { "label": 103017, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "40.1.1.1/32", "ip-address": "40.1.1.1/32", "mac-address": "fa:16:3e:65:1f:2e", "origin": "l", "route-paths": [ { "label": 103023, "nexthop-address": "0.0.0.0" } ], "uuid": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "destPrefix": "2001:db5:0:2:f816:3eff:feb2:b8fb/128", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:84:d3:2e", "origin": "l", "route-paths": [ { "label": 103016, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "30.1.1.4/32", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:84:d3:2e", "origin": "l", "route-paths": [ { "label": 103019, "nexthop-address": "192.168.113.11" } ] }, { "destPrefix": "30.1.1.1/32", "ip-address": "30.1.1.1/32", "mac-address": "fa:16:3e:84:d3:2e", "origin": "l", "route-paths": [ { "label": 103004, "nexthop-address": "0.0.0.0" } ], "uuid": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "destPrefix": "40.1.1.4/32", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:65:1f:2e", "origin": "l", "route-paths": [ { "label": 103024, "nexthop-address": "192.168.113.11" } ] }, { "destPrefix": "76.1.1.0/24", "encap-type": "mplsgre", "origin": "s", "route-paths": [ { "label": 103026, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "2001:db5:0:3:f816:3eff:fecd:4175/128", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:65:1f:2e", "origin": "l", "route-paths": [ { "label": 103021, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "2001:db5:0:2:f816:3eff:feea:4f4a/128", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:84:d3:2e", "origin": "l", "route-paths": [ { "label": 103018, "nexthop-address": "192.168.113.11" } ] }, { "destPrefix": "77.1.1.0/24", "encap-type": "mplsgre", "origin": "s", "route-paths": [ { "label": 103027, "nexthop-address": "192.168.113.10" } ] }, { "destPrefix": "2001:db5:0:3:f816:3eff:fe3c:1a17/128", "encap-type": "mplsgre", "gateway_mac_address": "fa:16:3e:65:1f:2e", "origin": "l", "route-paths": [ { "label": 103022, "nexthop-address": "192.168.113.11" } ] }, { "destPrefix": "2001:db5:0:2::1/128", "ip-address": "2001:db5:0:2::1/128", "mac-address": "fa:16:3e:2b:d8:12", "origin": "l", "route-paths": [ { "label": 103001, "nexthop-address": "0.0.0.0" } ], "uuid": "ac87de59-b40a-438b-950f-403c1718d5d0" }, { "destPrefix": "2001:db5:0:3::1/128", "ip-address": "2001:db5:0:3::1/128", "mac-address": "fa:16:3e:c2:97:f0", "origin": "l", "route-paths": [ { "label": 103020, "nexthop-address": "0.0.0.0" } ], "uuid": "ac87de59-b40a-438b-950f-403c1718d5d0" } ] } ] } } ============================================================================================================ http://192.168.56.1:8181/restconf/config/odl-fib:extraroute-rds-map curl --silent -u cscroot:Ericsson1234 -X GET http://192.168.13.2:8181/restconf/config/odl-fib:extraroute-rds-map | python -m json.tool { "extraroute-rds-map": { "extraroute-rds": [ { "dest-prefixes": [ { "allocated-rds": [ { "nexthop": "30.1.1.3", "rd": "103679288082508" } ], "dest-prefix": "76.1.1.0/24" }, { "allocated-rds": [ { "nexthop": "30.1.1.3", "rd": "103679288082508" } ], "dest-prefix": "77.1.1.0/24" } ], "vpnid": 103000 } ] } }