System1:::::

charu@charu-OptiPlex-390:~$ curl -X GET
http://172.16.1.105:8080/vtep/networks |>  python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   347  100   347    0     0  74383      0 --:--:-- --:--:-- --:--:--
86750
{
    "10": {
        "EvpnNetwork": {
            "clients": {
                "aa:bb:cc:00:00:11": {
                    "EvpnClient": {
                        "ip": "10.0.0.11",
                        "mac": "aa:bb:cc:00:00:11",
                        "next_hop": "172.16.0.212",
                        "port": 3
                    }
                },
                "aa:bb:cc:00:00:21": {
                    "EvpnClient": {
                        "ip": "10.0.0.21",
                        "mac": "aa:bb:cc:00:00:21",
                        "next_hop": "172.16.1.105",
                        "port": 1
                    }
                }
            },
            "ethernet_tag_id": 0,
            "route_dist": "65000:10",
            "vni": 10
        }
    }
}





System2::::::



admin1@admin1-SVE15136CNB:~$ curl -X GET
http://172.16.1.105:8080/vtep/networks |
>  python -m json.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
Current
                                 Dload  Upload   Total   Spent    Left
Speed
100   347  100   347    0     0  51112      0 --:--:-- --:--:-- --:--:--
57833
{
    "10": {
        "EvpnNetwork": {
            "clients": {
                "aa:bb:cc:00:00:11": {
                    "EvpnClient": {
                        "ip": "10.0.0.11",
                        "mac": "aa:bb:cc:00:00:11",
                        "next_hop": "172.16.0.212",
                        "port": 3
                    }
                },
                "aa:bb:cc:00:00:21": {
                    "EvpnClient": {
                        "ip": "10.0.0.21",
                        "mac": "aa:bb:cc:00:00:21",
                        "next_hop": "172.16.1.105",
                        "port": 1
                    }
                }
            },
            "ethernet_tag_id": 0,
            "route_dist": "65000:10",
            "vni": 10
        }
    }
}



hi,,
i got every step working successfullty,Rest_vtep module....i got the route
and network correct ....but ping is not working ...
http://ryu.readthedocs.io/en/latest/app/rest_vtep.html
kindly reply
Thankyou
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to