POX控制器解决环路拓扑广播风暴问题

Posted 一条咸鱼的日常

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了POX控制器解决环路拓扑广播风暴问题相关的知识,希望对你有一定的参考价值。

POX启动时使用命令:openflow.discovery openflow.spanning_tree --no-flood --hold-down
来自:https://openflow.stanford.edu/display/ONL/POX+Wiki/

原文:

openflow.spanning_tree

This component uses the discovery component to build a view of the network topology, constructs a spanning tree, and then disables flooding on switch ports that aren‘t on the tree.  The result is that topologies with loops no longer turn your network into useless hot packet soup.

Note that this does not have much of a relationship to Spanning Tree Protocol.  They have similar purposes, but this is a rather different way of going about it.

The samples.spanning_tree component demonstrates this module by loading it and one of several forwarding components.

This component has two options which alter the startup behavior:

--no-flood disables flooding on all ports as soon as a switch connects; on some ports, it will be enabled later.

--hold-down prevents altering of flood control until a complete discovery cycle has completed (and thus, all links have had an opportunity to be discovered).

Thus, the safest (and probably the most sensible) invocation is openflow.spanning_tree --no-flood --hold-down .

以上是关于POX控制器解决环路拓扑广播风暴问题的主要内容,如果未能解决你的问题,请参考以下文章

广播风暴的成因以及解决办法有哪些?

生成树协议

CCNA 之 九 STP生成树协议

生成树协议

STP

生成树