Merge pull request #168 from koge97/patch-1

Add EdgeCore GG11000 ONU and Fake O5 info for Movistar Chile
This commit is contained in:
Anime4000 2023-06-23 22:57:00 +08:00 committed by GitHub
commit b9cf1ceb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -44,4 +44,5 @@ Use value from table below
| RTF3505VW-N1 | BRCM12345678 | ASKY | RTF3505VW-N1 | R3505VWN1001 | Remooh | [Vivo (Vivo 1/São Paulo region)](https://www.vivo.com.br/para-voce/produtos-e-servicos/para-casa/internet) |
| H640GO | DSNW12345678 | DSNW | H640GO | 4.01p1-3090 | akw28888 | [TAIFO](https://www.taipeifiber.com.tw/) |
| G-140W-H | ALCLFBE950F3 | ALCL | 3FE48054BDAA | 3FE48077HJIJ86 | azambuja | [Oi Fibra](https://www.oi.com.br/internet) |
| EDGG11000 | EDCR12345678 | EDCR | R1 | 1.2.8 | koge97 | [Movistar Chile](https://ww2.movistar.cl/hogar/internet-hogar/) |

View File

@ -40,7 +40,9 @@ If you tag the wrong VLAN, you still can see PPPoE BRAS, but you will get a 691
You can get correct VLAN through ```omcicli mib get 171```, the Filter Outer/Inner values are the QinQ Outer/Inner VLAN IDs.
## For Users using Vivo Fibra in the Vivo 1/São Paulo region
## For Users using Vivo Fibra in the Vivo 1/São Paulo region and Movistar Chile
Vivo and Movistar use similar equipment because they are under the same parent company (Telefónica).
You might try setting the following values, they were copied from a stock EdgeCore GG-11000 ONU:
```
flash set OMCC_VER 160
@ -50,4 +52,8 @@ If using `DFP-34X-2C2`, one option to avoid the `OMCI_SW_VER*` override after re
```
flash set OMCI_OLT_MODE 21
```
The VLAN tag for the internet is not being mapped to `10` like the stock ONU, so check the output of `omcicli mib get 84` to get the tag. In my case the VLAN tag for the internet is `885`.
Please note that the `HW_HWVER` and `OMCI_SW_VER` are different between Vivo and Movistar, as noted [here](https://github.com/Anime4000/RTL960x/blob/main/Docs/Stock_ONU.md).
The VLAN tag for the Internet is not being assigned as it is done by the original ONU, therefore, check the output of `omcicli mib get 84` to obtain the tag. In the case of Vivo Brasil, the VLAN tag for the Internet is `885`, for Movistar Chile, it is `928`.
Be careful when making changes in Movistar, after 3 bad attempts the SLID and PON port will be blacklisted. If this happens, you should call `600 600 3000` and request a technical visit since they do not have a remote reset option (only for technicians).