# Network_Automation **Repository Path**: Shirasawa_network/Network_Automation ## Basic Information - **Project Name**: Network_Automation - **Description**: 对网络设备(交换机,路由器)进行批量配置 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/Shirasawa_network/Network_Automation - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2021-12-18 - **Last Updated**: 2023-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 交换机, 批量配置, h3c, 华三 ## README # 网络自动化工具 #### 介绍 在工作中经常遇到需要对大量交换机进行配置,为解决重复且费时的批量配置工作,写了个简单的批量对交换机进行配置的工具。 #### 工具说明 工具共有两个IP文本、配置文件和密码文件: 1. ip_list_ssh.txt 和 ip_list_telnet.txt 用于存放IP地址 2. command_list.txt 用于存放配置命令 3. user_pass.ini 用于存放账号密码(仅限1个) #### 工具依赖库 安装工具所需库 ```pip install -r requirements.txt``` #### 使用说明 文件全部放在同一个目录下,运行 >python main.py