增加了ODL流量但没有生效

时间:2018-04-20 17:26:39

标签: mininet opendaylight openvswitch

我在mininet上做了这个拓扑,有2个开关,主机h1连接到一个开关,h2连接到另一个开关。

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flow xmlns="urn:opendaylight:flow:inventory">
<flow-name>push-mpls-action</flow-name>
<instructions>
<instruction>
    <order>3</order>
    <apply-actions>
        <action>
            <push-mpls-action>
                <ethernet-type>34887</ethernet-type>
            </push-mpls-action>
            <order>0</order>
        </action>
        <action>
            <set-field>
                <protocol-match-fields>
                    <mpls-label>27</mpls-label>
                </protocol-match-fields>
            </set-field>
            <order>1</order>
        </action>
        <action>
            <output-action>
                <output-node-connector>2</output-node-connector>
            </output-action>
            <order>2</order>
        </action>
    </apply-actions>
    </instruction>
</instructions>
<strict>false</strict>
<id>100</id>
<match>
<ethernet-match>
    <ethernet-type>
        <type>2048</type>
    </ethernet-type>
  </ethernet-match>
</match>
<idle-timeout>0</idle-timeout>
<cookie_mask>255</cookie_mask>
<cookie>401</cookie>
<priority>8</priority>
<hard-timeout>0</hard-timeout>
<installHw>false</installHw>
<table_id>0</table_id>
</flow>

使用Postman和ODL,我正在将此流程推向其中一个交换机,其目的是在h1 ping h2时推送MPLS标签。

ZwCreateThreadEx

发布请求是201 Created并且我可以通过postman GET请求获取流信息,但是当交换机检测到IP(ICMP)消息时,主机仍然没有ping并且没有推送MPLS标签。

1 个答案:

答案 0 :(得分:0)

流程是否出现在运营商店?只需更改'config' 要在GET中“操作”,你要验证流量是否存在。

是否在OVS上配置了流量(ovs-vsctl dump-flows ...)?