netzen86 / BulkConfTool

Script for bulk configuration network devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BulkConfTool

Script for bulk configuration network devices.

Using netmiko.

In directory where place Dockerfile run this command for build docker image.

docker build -t runscript .

Save docker image in file

docker save myimage:latest | gzip > myimage_latest.tar.gz

Load docker image from file

docker load < busybox.tar.gz

Start the docker container using bash and after exiting the container remove it.

docker run -it --rm runscript bash

About

Script for bulk configuration network devices

License:MIT License


Languages

Language:Python 66.6%Language:HTML 32.4%Language:Dockerfile 0.8%Language:JavaScript 0.2%