POX SDN Controller
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.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요