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.
我想将流表条目从 POX 控制器异步发送到 OpenFlow 交换机,而不需要交换机发起对话。可能吗?
这里的用例是我正在使用 OpenFlow 交换机模拟防火墙并希望动态阻止 IP,并且此消息应该来自控制器,而交换机不会启动对话。
在 ConnectionUp 事件期间,您可以在每个交换机连接到控制器后立即为每个交换机安装您喜欢的任何流规则。如果您要求任意安装规则,那么在 ConnectionUp 事件期间,您可以保存与交换机的连接,然后将流规则发送到交换机。