mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-20 17:05:44 +02:00
39 lines
1.9 KiB
Markdown
39 lines
1.9 KiB
Markdown
Manage IP addresses with bridge status
|
|
======================================
|
|
|
|
[](https://github.com/eworm-de/routeros-scripts/stargazers)
|
|
[](https://github.com/eworm-de/routeros-scripts/network)
|
|
[](https://github.com/eworm-de/routeros-scripts/watchers)
|
|
[](https://mikrotik.com/download/changelogs/)
|
|
[](https://t.me/routeros_scripts)
|
|
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
|
|
|
|
[⬅️ Go back to main README](../README.md)
|
|
|
|
Description
|
|
-----------
|
|
|
|
With RouterOS an IP address is always active, even if an interface is down.
|
|
Other venders handle this differently - and sometimes this behavior is
|
|
expected. This script mimics this behavior.
|
|
|
|
Requirements and installation
|
|
-----------------------------
|
|
|
|
Just install the script:
|
|
|
|
$ScriptInstallUpdate ip-addr-bridge;
|
|
|
|
... and make it run from scheduler:
|
|
|
|
/system/scheduler/add name=ip-addr-bridge on-event="/system/script/run ip-addr-bridge;" start-time=startup;
|
|
|
|
This will disable IP addresses on bridges without at least one running port.
|
|
The IP address is enabled if at least one port is running.
|
|
|
|
Note that IP addresses on bridges without a single port (acting as loopback
|
|
interface) are ignored.
|
|
|
|
---
|
|
[⬅️ Go back to main README](../README.md)
|
|
[⬆️ Go back to top](#top)
|