Skip to main content

Malas (Multi-vendor automation leverage at slouching)

Project description

Malas (Multi-vendor automation leverage at slouching)

PyPI - Python Version PyPI Downloads

What is 'Malas'?
Malas is a word from Bahasa Indonesia. The Malas word meaning is Lazy (Too inclined to avoid hard work).

What Malas really is?
Malas is a simple multi-vendor network automation program powered by netmiko for general configuration or retrieve information via SSH parallelly.

Why Malas though?
Malas is an abstraction layer in a wizard-type CLI for simplicity's sake.

Main features

  • IPv4 target hosts.
  • Supported platforms based on netmiko.
  • Verify submitted User's file formats before accepted.
  • Performing parallel* connectivity tests before remote executions.
    *Parallel tasks capabilities based on CPU's capabilities.
  • Performing parallel* remote configurations or retrieve information.
    *Parallel tasks capabilities based on CPU's capabilities.
  • Show remote output results immediately.
  • Save remote output results per-remote host (Optional).
  • Auto-install missing modules (If uninstalled accidentally).

WIP

  • IPv6 target hosts
  • Hostname target hosts

Getting started

Installation:

python -m pip install malas
or
python3 -m pip install malas

Start the program:

python -m malas
or
python3 -m malas

File formatting:

1. The device information list file's format is a set of three
   that contains IP address, username (has privilege), and password separated by double colons '::'
   per line in row formats, for example (Ignore the bracket):

   #==== Device Information List.txt ====#
   #10.0.0.2::netadmin::password         #
   #10.0.0.3::netadmin::password         #
   #=====================================#

2. The configuration file's format is one command per line in row formats, for example (Ignore the bracket):

   #========= Configuration.txt =========#
   #interface GigabitEthernet0/11        #
   #description Guest_Networks           #
   #IP address 192.168.1.1 255.255.255.0 #
   #no shutdown                          #
   #exit                                 #
   #do write                             #
   #=====================================#


Ade Destrianto
https://destrianetworks.id

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Malas-1.0.210930.1.tar.gz (13.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page