routeros
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| routeros [2024/05/13 08:09] – created protocol | routeros [2026/06/11 11:01] (current) – [something about wifi reg tables] protocol | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Known your IP ===== | ||
| + | < | ||
| + | /tool fetch https:// | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Balance ===== | ||
| + | |||
| + | [[balance]] | ||
| + | |||
| + | |||
| + | ===== OSPF watchdog when default route vanishes, set your variables! ===== | ||
| + | |||
| < | < | ||
| :local HOSTNAME ([/system identity get name]) | :local HOSTNAME ([/system identity get name]) | ||
| Line 4: | Line 17: | ||
| / | / | ||
| / | / | ||
| - | /log error " | + | /log error " |
| : | : | ||
| /tool fetch url=" | /tool fetch url=" | ||
| }</ | }</ | ||
| + | |||
| + | ===== something about wifi reg tables ===== | ||
| + | < | ||
| + | |||
| + | |||
| + | :foreach ITEM in=[/ | ||
| + | :local COMMENT [/interface wireless registration-table get $ITEM comment]; | ||
| + | :put " | ||
| + | } | ||
| + | |||
| + | :foreach a in=[/ | ||
| + | :put [interface wireless registration-table get $a comment] | ||
| + | } | ||
| + | |||
| + | |||
| + | :foreach i in [/interface wireless registration-table find] do={ | ||
| + | :find [/interface wireless registration-table get $i comment] | ||
| + | :put " | ||
| + | } | ||
| + | } | ||
| + | |||
| + | { | ||
| + | : | ||
| + | :if ($registration > 0) do={ | ||
| + | /tool fetch url=" | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
routeros.1715598588.txt.gz · Last modified: by protocol
