Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:mikrotik:rb2011 [2024/02/12 08:58] – external edit toh:mikrotik:rb2011 [2024/05/15 17:56] – [Installation] mistyped chf
Line 76: 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 87: 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**: Do **not** use the Luci web configuration page for the switches to alter their configuration!
 +It **will** misconfigure your switches!
 +
 +See for reference: [[https://github.com/openwrt/luci/issues/4325]]
 +
 +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.
 +</WRAP>
 +
 +**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                                 | 2 LEDs                               ^ SFP       ^ ETH1      ^ ETH2      ^ ETH3      ^  ETH4     ^ ETH5      | 10 LEDs                         ^ ETH6      ^  ETH7     ^ ETH8      ^  ETH9     ^  ETH10    ^
 +^ switch                                     | —                                    | 0         | 0         |  0        | 0         |  0        | 0         | upper row: 0                    | 1         |  1        | 1         |  1        |  1        |
 +| :::                                        | :::                                  | :::       | :::       | :::       | :::       | :::       | :::       | 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**                  | USR LED unconfigured (off)                                                                            |||||| switch0: LEDs "automatic"                                                             |||||
 +| :::                                        | Power LED always on, unprogrammable  | :::                                                              | :::       | :::       | :::       | :::       | :::       | switch1: programmed explicitly  | :::                                                   | :::       | :::       | :::       | :::       |
 +| **VLAN 1** = LAN (proto = static)          | CPU: 0 tagged                        | off       | off       | untagged  | untagged  | untagged  | untagged  | br-lan = eth0.1 + eth1.1        | untagged  | untagged  | untagged  | untagged  | untagged  |
 +| **VLAN 2** = WAN & WAN6 (proto = dhcp/v6)  | CPU: 0 tagged                        | off       | untagged  | off       | off       | off       | off       | eth0.2                          | off       | off       | off       | off       | off       |
 +| **VLAN 3** = SFP (proto = none)            | CPU: 0 tagged                        | untagged  | off       | off       | off       | off       | off       | eth0.3 "standalone"             | off       | off       | off       | off       | off       |
  
 ===== Installation ===== ===== Installation =====
Line 98: Line 139:
 } --> } -->
  
-FIXME Make sure you use openwrt-19.07.10-ar71xx-mikrotik-vmlinux-initramfs.elf for netboot and not the LZMA file linked above. It wont work.+FIXME <del>Make sure y</del>You //can// use "openwrt-19.07.10-ar71xx-mikrotik-vmlinux-initramfs.elffor netboot <del>and not</del> //instead of// the LZMA file linked above. <del>It wont work.</del> It works at least for 19.07.10 on the RB2011iLS, which I've successfully tested before reading this.
  
 FIXME This should be updated for ath79 once the support is merged. FIXME This should be updated for ath79 once the support is merged.
  • Last modified: 2024/05/15 18:29
  • by chf