其他分享
首页 > 其他分享> > 实验4:开源控制器实践——OpenDaylight

实验4:开源控制器实践——OpenDaylight

作者:互联网

实验4:开源控制器实践——OpenDaylight

第一部分:基本实验

实验步骤1

执行结果

实验步骤2

{
    "flow": [
        {
            "id": "1",
            "match": {
                "in-port": "1",
                "ethernet-match": {
                    "ethernet-type": {
                        "type": "0x0800"
                    }
                },
                "ipv4-destination": "10.0.0.3/32"
            },
            "instructions": {
                "instruction": [
                    {
                        "order": "0",
                        "apply-actions": {
                            "action": [
                                {
                                    "order": "0",
                                    "drop-action": {}
                                }
                            ]
                        }
                    }
                ]
            },
            "flow-name": "flow1",
            "priority": "65535",
            "hard-timeout": "10",
            "cookie": "2",
            "table_id": "0"
        }
    ]
}

执行结果

第二部分:进阶实验

第三部分:个人总结

实验难度:

实验过程遇到的困难及解决办法

个人感想

标签:控制器,127.0,http,Postman,0.1,8181,开源,实验,OpenDaylight
来源: https://www.cnblogs.com/lkf123/p/15356988.html