MCPServers
POX SDN Controller - MCP server logo

POX SDN Controller

1
0

Summary

POX MCP Server provides a bridge to the POX SDN controller, enabling AI assistants to manage and configure OpenFlow-based networks. Developed by David Lin, this implementation exposes network topology information and controller configurations through resources, while offering specialized prompts for network management, hub implementation, and learning switch configuration. The server includes tools for datapath management, flow statistics retrieval, and table configuration, making it particularly valuable for educational environments, network prototyping, and SDN research where AI assistants need to interact with network infrastructure.

Available Actions(5)

get_switches

List all connected OpenFlow datapaths. Returns an array of active POX-controlled switches, including connection status and capabilities.

get_switch_desc

Get detailed datapath information. Input: dpid (string): Datapath identifier. Returns POX-managed switch details and features.

get_flow_stats

Retrieve POX flow statistics. Input: dpid (string): Datapath identifier, match (object, optional): POX match structure, table_id (string, optional): OpenFlow table ID, out_port (string, optional): Output port filter. Returns POX flow statistics including packet counts.

set_table

Configure POX flow tables. Input: dpid (string): Datapath identifier, flows (array): POX flow specifications. Returns flow table update confirmation.

append_insight

Add network insights to POX configuration memo. Input: insight (string): Network observation or analysis. Returns insight addition confirmation and updates pox://network-config resource.

Last Updated: April 18, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ