# switch_manager **Repository Path**: eekon/switch_manager ## Basic Information - **Project Name**: switch_manager - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2026-05-22 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 企业级交换机集中管理系统 ## 安装部署 ### 1. 一键docker compose启动 ```bash cd /opt git clone https://gitee.com/sdial/switch_manager.git cd /opt/switch_manager/ docker compose up -d ``` ### 2. 访问https://x.x.x.x:8443/ - 默认账号密码: - admin / admin ## 初始化 ### 1. 批量导入交换机 - 在 `/switches/import/`页面可以批量导入交换机。 - 在登录后可以直接手动`新建交换机` ### 2. 配置交换机发现 - 在`系统设置`-`交换机发现`可以配置SNMP凭据和批量发现交换机。 - 这里配置的是周期性SNMP同步交换机的lldp表、arp表、转发表等信息。 - 发现周期为每1小时轮询一次。