zoukankan      html  css  js  c++  java
  • 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 .

  • 相关阅读:
    Scrapy中的POST请求发送和递归爬取
    爬虫之Scrapy框架
    linux下的python3,virtualenv,Mysql,nginx,redis安装配置
    Linu之linux系统基础优化和基本命令
    Linux之linux基础命令2
    Linux之linux基础命令
    Linux之linux入门
    Linux之服务器介绍
    Django之content_type
    Vue.js之路由系统
  • 原文地址:https://www.cnblogs.com/ShaneSun/p/9112818.html
Copyright © 2011-2022 走看看