https://github.com/aenondynamics/routeros-library
Config library/snippets for MikroTik RouterOS/SwitchOS
https://github.com/aenondynamics/routeros-library
library mikrotik mikrotik-routeros-script mikrotik-template routeros snippets switchos
Last synced: 5 months ago
JSON representation
Config library/snippets for MikroTik RouterOS/SwitchOS
- Host: GitHub
- URL: https://github.com/aenondynamics/routeros-library
- Owner: AenonDynamics
- License: mpl-2.0
- Created: 2020-06-06T13:28:48.000Z (about 6 years ago)
- Default Branch: v7
- Last Pushed: 2026-01-22T19:51:23.000Z (5 months ago)
- Last Synced: 2026-01-23T12:34:13.927Z (5 months ago)
- Topics: library, mikrotik, mikrotik-routeros-script, mikrotik-template, routeros, snippets, switchos
- Language: RouterOS Script
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Config library/snippets for MikroTik RouterOS/SwitchOS
============================================================
**common used configuration snippets**
Targeted to be used in conjunction with [mikrocfg](https://github.com/AenonDynamics/mikrocfg) or standalone
Features
------------------
* Basic RouterOS security settings
* WLAN/Wifi channel definitions (EU)
RouterOS Versions
------------------
Each major release is managed within its own branch
* RouterOS v7 (current)
* RouterOS v6 (legacy)
You can use all branches simultaneously using submodules:
```bash
git submodule add -b v7 ssh://git@github.com:AenonDynamics/routeros-library.git lib-v7
git submodule add -b v6 ssh://git@github.com:AenonDynamics/routeros-library.git lib-v6
```
## License ##
routeros-snippets is OpenSource and licensed under the Terms of [Mozilla Public License 2.0](https://opensource.org/licenses/MPL-2.0). You're welcome to [contribute](docs/CONTRIBUTING.md)