routeros_firmware: Move README to own file

This commit is contained in:
Timo Makinen 2025-01-30 12:31:29 +00:00
parent d9b6c2d27f
commit ee6fbb48c7
2 changed files with 17 additions and 9 deletions

View file

@ -0,0 +1,16 @@
# Mikrotik Routeros Cheat Sheet
## Update
```
/system package update print
/tool fetch url=https://oob.foo.sh/routeros/routeros-7.13.4-arm.npk
/system reboot
/system package update print
```
## Change port vlan
```
/interface/bridge/port/set [find where bridge=bridge and interface=ether1] pvid=30
```