Automation with SSH

Automation with SSH

MikroTik

1 год назад

10,104 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Felix Lázaro
Felix Lázaro - 29.01.2023 22:49

Amazing video!!! Mikrotik + Python videos is a great idea!!!

Ответить
michael Wissman
michael Wissman - 24.01.2023 18:57

V good series ...nice work! I 'd like to see python in action with routerboard

Ответить
erick graterol
erick graterol - 04.12.2022 05:33

How make a map of my net?

Ответить
Grzegorz Rynkowski
Grzegorz Rynkowski - 02.12.2022 01:34

Have you considered providing alternative machine friendly output to your commands (simar to gpg option --with-colons)?

Ответить
Grzegorz Rynkowski
Grzegorz Rynkowski - 02.12.2022 01:32

Is it possible to backup/restore entire config with scp (to copy files) and ssh (to execute config import/export). Is scp supported?

Ответить
Sven
Sven - 16.11.2022 01:39

Such a good thumbnail - kudos!

Ответить
ok ok
ok ok - 13.11.2022 02:10

Ansible with mikrotik would be really useful

Ответить
S B
S B - 12.11.2022 08:22

Been using SSH for healthchecks for over a decade.

Ответить
MJ SUN
MJ SUN - 10.11.2022 18:57

Thank you for the nice video ! One question: Can I use the public key for multiple routers ? Say, I want to access Router B and Router C from Router A, after generate a pair of key, can the same public key used by Router B and Router C ?

Ответить
Yavor Tomov
Yavor Tomov - 10.11.2022 17:54

What about some automation examples with Ansible...

Ответить
Piotr Kasprzyk
Piotr Kasprzyk - 10.11.2022 12:29

Python + MikroTik examples, please!

Ответить
Sohaib Lodhi
Sohaib Lodhi - 10.11.2022 10:20

I am also doing that and managing it by my own custom software.

Ответить
Nikola Shuminosky
Nikola Shuminosky - 10.11.2022 06:43

also by using ssh u can push the config, so useful!

Ответить
TwadaCZ
TwadaCZ - 10.11.2022 00:07

Yes, I want to see Python examples or any other, how to automate changes etc. on routers with using some "maths" and "dynamic parameters"...

Ответить
xgamer
xgamer - 09.11.2022 23:06

At work we use ssh exclusively to setup hundreds of mikrotik with vpn, ssh keys, vlan, etc...
To bad there is no way to auto setup switchos devices.

Ответить
BattousaiHBr
BattousaiHBr - 09.11.2022 22:59

one thing we do on every new install is setting the l2mtu to the max-l2mtu of each interface. not really sure why it doesn't already come this way from the factory or why there even are separate l2mtu and max-l2mtu values.

:foreach i in=[/interface/ethernet/find] do={ \
:local iName [/interface/ethernet/get $i name]; \
:local iMtu [/interface/get $iName max-l2mtu]; \
/interface/set $iName l2mtu=$iMtu}

Ответить
Martin Calko
Martin Calko - 09.11.2022 22:46

I believe python use example will be more than welcome.

Ответить
jj
jj - 09.11.2022 22:13

cool, wasn't aware of the OR

Ответить
NowInChessCom
NowInChessCom - 09.11.2022 22:00

Of course we want something with Python! :-) Even if it is just a "Hello, world!", something to start with, it would be really helpful

Ответить
MatelotJim
MatelotJim - 09.11.2022 21:44

I'm really warming to Druvis, he would make a good teacher.

Ответить
Aestdyfyfydyy363747446 etryuoiy246478fghcvb
Aestdyfyfydyy363747446 etryuoiy246478fghcvb - 09.11.2022 21:09

You should say about script.auto.rsc !!! This way i run scripts who detect internal stuff e.g interfaces/addresses and modify them in dedication way to only this branch. On end of script is self-remove .auto.rsc. Linux script do massive FTP sendding and reconnect to check if file is removed, if not then list all not done and report as mail to check them.

Ответить
Three Nine
Three Nine - 09.11.2022 20:40

do some python mikrotik

Ответить
Nazman Gena
Nazman Gena - 09.11.2022 19:05

Please scale up text in next videos, font in console is too small 😑

Ответить
bucharest car traffic
bucharest car traffic - 09.11.2022 19:04

i am using python to grab wireguard interface bandwidth every 5min and save it into a influxdb and Grafana to show data.

Ответить