OpenvSwitch 问题小记

本文详细介绍了OpenFlow网络环境中流量转发表的操作方法,包括如何将数据包输出到入口端口、重新提交与循环利用的区别,以及OpenvSwitch中多种流量转发表的使用场景和目的。这些知识对于理解OpenFlow交换机的行为以及进行故障排除非常有用。

1.Explain how to output to the ingress port in OpenFlow

         https://mail.openvswitch.org/pipermail/ovs-dev/2013-September/275338.html

 

2.Resubmit vs Recirculate

        https://mail.openvswitch.org/pipermail/ovs-discuss/2013-August/030733.html

 

3. Why are there so many different ways to dump flows?

     Open vSwitch has two kinds of flows (see the previous question), so it has commands with different purposes for dumping each kind of flow:

  • ovs-ofctl dump-flows <br> dumps OpenFlow flows, excluding hidden flows. This is the most commonly useful form of flow dump. (Unlike the other commands, this should work with any OpenFlow switch, not just Open vSwitch.)

  • ovs-appctl bridge/dump-flows <br> dumps OpenFlow flows, including hidden flows. This is occasionally useful for troubleshooting suspected issues with in-band control.

  • ovs-dpctl dump-flows [dp] dumps the datapath flow table entries for a Linux kernel-based datapath. In Open vSwitch 1.10 and later, ovs-vswitchd merges multiple switches into a single datapath, so it will show all the flows on all your kernel-based switches. This command can occasionally be useful for debugging.

  • ovs-appctl dpif/dump-flows <br>, new in Open vSwitch 1.10, dumps datapath flows for only the specified bridge, regardless of the type.

转载于:https://www.cnblogs.com/gaozhengwei/p/7099772.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值