Zombah routeros sandbox: различия между версиями
Перейти к навигации
Перейти к поиску
Zombah (обсуждение | вклад) (add cli upgrade) |
Zombah (обсуждение | вклад) м (add bootloader upgrade) |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 36: | Строка 36: | ||
status: Downloaded, please reboot router to upgrade it | status: Downloaded, please reboot router to upgrade it | ||
</pre> | </pre> | ||
<pre> | |||
$ system routerboard print | |||
routerboard: yes | |||
model: 2011UiAS-2HnD | |||
serial-number: <***> | |||
firmware-type: ar9344 | |||
factory-firmware: 3.24 | |||
current-firmware: 3.24 | |||
upgrade-firmware: 3.33 | |||
</pre> | |||
<pre> | |||
$ system routerboard upgrade | |||
Do you really want to upgrade firmware? [y/n] | |||
</pre> | |||
<pre> | <pre> | ||
$ system reboot | $ system reboot | ||
Строка 42: | Строка 59: | ||
system will reboot shortly | system will reboot shortly | ||
</pre> | </pre> | ||
== RouterOS changelog == | |||
[https://mikrotik.com/download/changelogs/ Changelog] |
Текущая версия от 11:09, 26 марта 2017
CLI RouterOS upgrade
$ system resource print uptime: 1w22h55m45s version: 6.38.1 (stable) build-time: Jan/13/2017 05:51:35 factory-software: 6.30.4 free-memory: 103.4MiB total-memory: 128.0MiB cpu: MIPS 74Kc V4.12 cpu-count: 1 cpu-frequency: 600MHz cpu-load: 1% free-hdd-space: 111.6MiB total-hdd-space: 128.0MiB write-sect-since-reboot: 12494 write-sect-total: 88856 bad-blocks: 0% architecture-name: mipsbe board-name: RB2011UiAS-2HnD platform: MikroTik
$ system package update check-for-updates channel: current current-version: 6.38.1 latest-version: 6.38.3 status: New version is available
$ system package update download channel: current current-version: 6.38.1 latest-version: 6.38.3 status: Downloaded, please reboot router to upgrade it
$ system routerboard print routerboard: yes model: 2011UiAS-2HnD serial-number: <***> firmware-type: ar9344 factory-firmware: 3.24 current-firmware: 3.24 upgrade-firmware: 3.33
$ system routerboard upgrade Do you really want to upgrade firmware? [y/n]
$ system reboot Reboot, yes? [y/N]: y system will reboot shortly