Skip to content

Command line tool to send commands and get responses via Mikrotik API

Notifications You must be signed in to change notification settings

ShyLionTjmn/mktik_api_cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Usage: ./mktik_api_cmd [OPTIONS] command [command options ...]
	-i	Device IP (mandatory)
	-u	User (default admin, also MKTIK_API_USER environment variable used)
	-p	Password (default "", also MKTIK_API_PASS environment variable used)
	-P	Port (default 8728)
	-d	Debug

Example:
	./mktik_api_cmd -i 10.100.26.160 '/interface/print' '=.proplist=name,type,disabled' '?type=ether'


About

Command line tool to send commands and get responses via Mikrotik API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages