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:rb2011 [2021/02/27 18:12] – merge with content from rb2011uias page, cleanup danijeltudek | toh:mikrotik:rb2011 [2024/05/15 17:56] – [Installation] mistyped chf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ===== Supported Versions ===== | ===== Supported Versions ===== | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | headers | + | " |
| - | align : c,c,c,c,c,c,c | + | " |
| - | filter | + | " |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| ==== Status ==== | ==== Status ==== | ||
| Line 57: | Line 59: | ||
| === Per-model details === | === Per-model details === | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | header | + | " |
| - | align : c,c,c,c,c,c | + | " |
| - | filter | + | |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| FIXME This link is dead because of the mailing list failure | FIXME This link is dead because of the mailing list failure | ||
| Line 72: | Line 76: | ||
| === RGMII registers configuration misc info (SFP port) === | === RGMII registers configuration misc info (SFP port) === | ||
| - | FIXME Do we need this? | + | FIXME Do we need this? <- Yes, we do, I think. |
| | 31 | TX_INVERT - Decides whether to select the inversion of the GTX clock after the delay line | | | 31 | TX_INVERT - Decides whether to select the inversion of the GTX clock after the delay line | | ||
| Line 83: | Line 87: | ||
| 0x6f: 30 29 27 26 25 24 | 0x6f: 30 29 27 26 25 24 | ||
| 0x3e: 29 28 27 26 25 | 0x3e: 29 28 27 26 25 | ||
| + | |||
| + | === Network ports & switch configuration === | ||
| + | |||
| + | <WRAP warning> | ||
| + | **WARNING**: | ||
| + | It **will** misconfigure your switches! | ||
| + | |||
| + | See for reference: [[https:// | ||
| + | |||
| + | This bug is present in all 19.07 releases at least since August 1st, 2020 up to at least 19.07.10. | ||
| + | |||
| + | You //can// use the page to determine which ports have an active link. Be aware that the Luci display differs from the case labels of the box. | ||
| + | </ | ||
| + | |||
| + | **Display in Luci and corresponding ports:** | ||
| + | |||
| + | //Please note that I leave out the default VLAN configuration here, because the Luci VLAN display is incorrect.// | ||
| + | |||
| + | ^ switch0 || All network ports to the //left// of the 10 LEDs in the middle |||||| | ||
| + | ^ Label in Luci | CPU (eth0) | LAN 1 | LAN 2 | LAN 3 | LAN 4 | SFP | WAN | | ||
| + | ^ Port number in uci | 0 | 2 | 3 | 4 | 5 | 6 | 1 | | ||
| + | ^ Printed on the box | (internal) | ETH2 | ETH3 | ETH4 | ETH5 | SFP | ETH1 | | ||
| + | ^ switch1 || All network ports to the //right// of the 10 LEDs in the middle |||||| | ||
| + | ^ Label in Luci | CPU (eth1) | LAN 1 | LAN 2 | LAN 3 | LAN 4 | LAN 5 | | ||
| + | ^ Port number in uci | 0 | 5 | 4 | 3 | 2 | 1 | | ||
| + | ^ Printed on the box | (internal) | ETH10 | ETH9 | ETH8 | ETH7 | ETH6 | | ||
| + | |||
| + | **Port order as seen physically from left to right on the box and corresponding switch ports:** | ||
| + | |||
| + | ^ Box labels | ||
| + | ^ switch | ||
| + | | ::: | ::: | ::: | ::: | ::: | ::: | ::: | ::: | lower row: 1 | ::: | ::: | ::: | ::: | ::: | | ||
| + | ^ Port number in uci | — | 6 | 1 | 2 | 3 | 4 | 5 | 1…5 left | 5 | 4 | 3 | 2 | 1 | | ||
| + | | ::: | ::: | ::: | ::: | ::: | ::: | ::: | ::: | 5…1 right | ::: | ::: | ::: | ::: | ::: | | ||
| + | ^ Label in Luci | — | SFP | WAN | LAN 1 | LAN 2 | LAN 3 | LAN 4 | WAN … LAN 5 left | LAN 5 | LAN 4 | LAN 3 | LAN 2 | LAN 1 | | ||
| + | | ::: | ::: | ::: | ::: | ::: | ::: | ::: | ::: | LAN 5 … LAN 1 right | ::: | ::: | ::: | ::: | ::: | | ||
| + | | **Default configuration** | ||
| + | | ::: | Power LED always on, unprogrammable | ||
| + | | **VLAN 1** = LAN (proto = static) | ||
| + | | **VLAN 2** = WAN & WAN6 (proto = dhcp/ | ||
| + | | **VLAN 3** = SFP (proto = none) | CPU: 0 tagged | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | ---- datatable ---- | + | <!-- ToH: { |
| - | cols | + | " |
| - | headers | + | " |
| - | align : c,c,c,c,c | + | " |
| - | filter | + | " |
| - | ---- | + | " |
| + | | ||
| + | } --> | ||
| + | |||
| + | FIXME < | ||
| FIXME This should be updated for ath79 once the support is merged. | FIXME This should be updated for ath79 once the support is merged. | ||