Difference between revisions of "API-SSH-Management"

From Mupssoft Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
''if there is no choice, this means that work on SSH''
 
''if there is no choice, this means that work on SSH''
  
<h2>'''Cisco - IOS'''</h2>comming soon<h2>'''MikroTik ROS v6'''</h2>
+
<h2>'''Cisco - IOS'''</h2>comming soon
  
  
Send configuration command:
+
<h2>'''MikroTik ROS v6'''</h2>
  
Via SSH - chose: Terminal command and type your command.
+
 
 +
'''Send configuration command: via SSH'''
  
 
Enter the usual CLI command RouterOS, like as:
 
Enter the usual CLI command RouterOS, like as:
Line 43: Line 44:
  
  
 +
'''Send configuration command: via SSH'''
  
 
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.
 
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.

Revision as of 09:15, 22 June 2021

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

Enter the usual CLI command RouterOS, like as:

interface bridge add name=bridge1

as well as

in br ad na=bridge1


Send configuration command: via SSH

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