rollopack / MikroTik-Mass-Updater

Perl script to send commands to a Mikrotik list via SSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MikroTik mass update

Perl script to send commands to a list of Mikrotik devices via SSH.

The script is based on work already done by Phillip Hutchison and Kevin Byrd.

By default the script checks for any updates and installs them. Via $ssh->system you can pass any other command

Note

  • Access via ssh must be enabled on Mikrotik

Usage

  • Download mkmassupdate.pl and change USERNAME and PASSWORD
  • Edit or create list.txt
  • perl mkmassupdate.pl

About

Perl script to send commands to a Mikrotik list via SSH

License:GNU General Public License v3.0


Languages

Language:Perl 100.0%