b0rnt0ber00t / proz

Provision and ZTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proz

Provisioning and Zero Touch Provisioning on MikroTik

Requirement

  • Python 3.x
  • flask
  • tqdm
  • netmiko

Install requirement library

pip3 install -r requirement

To show help

python3 proz.py -h

Example run script

python3 proz.py --module Mikrotik --action provision

More info

  • the ztp by default is use pppoe
  • to change the pppoe script you can access the file on "./script/ztp/listen.txt"
  • to change the MikroTik name, ip, port, user, and password, chage from json files
  • to change the script to send on client or main router you can change from script files

About

Provision and ZTP


Languages

Language:Python 100.0%