Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正在配置通过 onos 交换机检测网络的新应用程序,然后使所有主机相互 ping 通。(我不想使用 fwd 或 ifwd 应用程序)
通过使用简单的线性 2 拓扑启动 mininet,我创建了应用程序,但我看不到 mac 地址自动注入到交换机流表中,尽管我在它们上启用了 lldp 和 arp,我必须手动将每个 mac 地址添加到流表
有人可以提示如何使其通用吗?
您可能需要先激活 proxyarp。此外,fwd 应用程序将插入更多的 MAC,我认为默认情况下它将使用 MAC、IP 以及可能的端口作为流规则中的匹配字段。