Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:mikrotik:rb951ui [2015/11/02 01:30] – toerless | toh:mikrotik:rb951ui [2020/04/02 23:32] – Added info on rev2 wifi problems with actual OpenWRT version for this router elsebita | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mikrotik RouterBoard RB951Ui-2HnD ====== | ||
| + | ===== Supported Versions ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | ||
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | ===== Hardware Highlights ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, | ||
| + | header | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | |||
| + | FIXME Conflicting with ToH dataentry -> to be checked | ||
| + | ^ CPU ^ CPU Speed ^ RAM (MB) ^ NAND (MB) ^ Serial Flash ^ Ethernet Switch ^ PoE port ^ Wireless ^ USB ^ UART ^ JTAG ^ | ||
| + | | AR9334 | 600 MHz | 128 (2x W9751G6KB-25) | 128 (1x TC58DVG02D5TA00-ND) | MX25L512E | AR7240 (10M/100M) | 1-in 5-out (500mA) | AR9344-DC3A | 1x 2.0 | 1x onboard | 1x onboard | | ||
| + | |||
| + | |||
| + | Sister product: [[http:// | ||
| + | |||
| + | Please refer to the sister board wiki page [[rb951g_2hnd]] for a description of differences. | ||
| + | |||
| + | Warning! As of 04/02/2020 WiFi is *not* working on rev2 hardware. Check this post for updates: [[https:// | ||
| + | |||
| + | |||
| + | ===== Installation ===== | ||
| + | ---- datatable ---- | ||
| + | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | ||
| + | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| + | align : c,c,c | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | Please refer to [[toh: | ||
| + | |||
| + | ===== Initial setup ===== | ||
| + | |||
| + | === Leds === | ||
| + | |||
| + | Instructions for setting up LEDs are from 12/2014, but as for v15.05 it seems to be still neccessary to do this. | ||
| + | Anyway, please check first if the LEDs are working as desired (plug devices into ethernet ports, check WLAN activity... etc). | ||
| + | |||
| + | Add these lines to / | ||
| + | |||
| + | config led ' | ||
| + | option trigger ' | ||
| + | option mode 'link tx rx' | ||
| + | option sysfs ' | ||
| + | option name ' | ||
| + | option dev ' | ||
| + | option brightness ' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option trigger ' | ||
| + | option name ' | ||
| + | option sysfs ' | ||
| + | option dev ' | ||
| + | option mode 'link tx rx' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option trigger ' | ||
| + | option name ' | ||
| + | option sysfs ' | ||
| + | option port_mask ' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option name ' | ||
| + | option sysfs ' | ||
| + | option trigger ' | ||
| + | option port_mask ' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option name ' | ||
| + | option trigger ' | ||
| + | option sysfs ' | ||
| + | option port_mask ' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option name ' | ||
| + | option sysfs ' | ||
| + | option trigger ' | ||
| + | option port_mask ' | ||
| + | option default ' | ||
| + | config led ' | ||
| + | option sysfs ' | ||
| + | option name ' | ||
| + | option trigger ' | ||
| + | option default ' | ||
| + | |||
| + | There is a red LED on port 5, which seems to be some indication of PoE (apparently enabled by default). You can turn the LED off (PoE will continue supplying power over port 5, even without the red LED on **[However, see Note below]** ) with the following command. You can put it in / | ||
| + | |||
| + | echo 0 > / | ||
| + | ** Note 2018-10-10 ** | ||
| + | Using OpenWRT 18.06.1, after the above command is issued the red LED turns off //and// PoE power is turned off. | ||
| + | |||
| + | === Built in ethernet switch === | ||
| + | |||
| + | In / | ||
| + | |||
| + | config switch ' | ||
| + | option enable ' | ||
| + | | ||
| + | |||
| + | ==== Example VLAN configuration for switch ports ==== | ||
| + | |||
| + | In / | ||
| + | |||
| + | config switch ' | ||
| + | option enable ' | ||
| + | option enable_vlan ' | ||
| + | config switch_vlan | ||
| + | option device ' | ||
| + | option vlan ' | ||
| + | option vid ' | ||
| + | option ports '0t 1 2' | ||
| + | config switch_vlan | ||
| + | option device ' | ||
| + | option vlan ' | ||
| + | option vid ' | ||
| + | option ports '0t 3 4' | ||
| + | | ||
| + | |||
| + | ===== References ===== | ||
| + | |||
| + | Helpfull info: | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | patchworks.openwrt.org is not working since ~2015, the following URL will not work anymore, but you may be interested in URLs pointing to it for the history of dev. on this routerboard. | ||
| + | |||
| + | http:// | ||
| + | |||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||