API-SSH-Management

From Mupssoft Wiki
Revision as of 08:35, 22 June 2021 by Tolstii (talk | contribs)
Jump to navigation Jump to search

Management Device

Introduction

Device management via api and (or) ssh.

Management can be globally divided into two parts: group configuration your devices and request-response for reporting your settings.

To send the command:

you can select the devices to which you want to send the command:

Edit job


or use your groups:

Edit job


Command type:

There are several ways to interact with devices (this depends on the specific manufacturer and version of the operating system)

Terminal command - send command via SSH

Rsc file - send configuration file

API command - send command via API


if there is no choice, this means that work on SSH

Cisco - IOS

comming soon

MikroTik ROS v6

Send configuration command:

Via SSH - chose: Terminal command and type your command.

Enter the usual CLI command RouterOS, like as:

interface bridge add name=bridge1

in br ad na=bridge1


API closely follows syntax from command line interface (CLI). It can be used to create translated or custom configuration tools to aid ease of use running and managing routers with RouterOS.

Huawei

comming soon