diff --git a/_router_pon/tp_link.md b/_router_pon/tp_link.md new file mode 100644 index 00000000..ac169ed8 --- /dev/null +++ b/_router_pon/tp_link.md @@ -0,0 +1,5 @@ +--- +title: TP-Link +has_children: true +layout: default +--- diff --git a/_router_pon/tp_link_xb432v.md b/_router_pon/tp_link_xb432v.md new file mode 100644 index 00000000..f242ab81 --- /dev/null +++ b/_router_pon/tp_link_xb432v.md @@ -0,0 +1,46 @@ +--- +title: TP-Link XB432V +has_children: false +layout: default +parent: TP-Link +--- + +# Hardware Specifications + +| | | +| ------------ | ----------------------------- | +| Vendor/Brand | TP-Link | +| Model | XB432V | +| ODM | | +| CPU | | +| CPU Clock | | +| Chipset | | +| Flash | | +| RAM | | +| System | | +| Ethernet | 2 1GbE LAN, 1 2.5GbE LAN, 1 2.5GbE WAN | +| Optics | SC/APC | +| IP address | 192.168.1.1 | +| Web Gui | ✅ | +| SSH | | +| Telnet | | +| Serial | Only RX | +| Form Factor | CPE with ONT | + + +# GPON/OMCI settings + +## Setting ONU GPON Serial Number + +In the "Rete -> Impostazioni GPON" page, GPON SN field is disabled and not editable. It can be enabled via the browser’s developer console by editing the HTML code and setting HTML `disabled` attribute to `enabled`. + +{% include image.html file="tp-link/xb432v-change-sn.jpg" alt="XB432V procedure for changing GPON SN" caption="XB432V procedure for changing GPON SN" %} + +## Setting ONU GPON PLOAM password + +This can be easily done via the Web UI from the same "Rete -> Impostazioni GPON" page. The password field is already editable. + + +# Miscellaneous Links + +- [User manual](https://www.windtre.it/Document/manuali/modem/Manuale_XB432v-ITWIND3-1-0_UG_IT.pdf.docview.pdf) diff --git a/_router_pon/tp_link_xx800v.md b/_router_pon/tp_link_xx800v.md new file mode 100644 index 00000000..08cd335a --- /dev/null +++ b/_router_pon/tp_link_xx800v.md @@ -0,0 +1,46 @@ +--- +title: TP-Link XX800V +has_children: false +layout: default +parent: TP-Link +--- + +# Hardware Specifications + +| | | +| ------------ | ----------------------------- | +| Vendor/Brand | TP-Link | +| Model | XX800V | +| ODM | | +| CPU | | +| CPU Clock | | +| Chipset | | +| Flash | | +| RAM | | +| System | | +| Ethernet | 3 1GbE LAN, 1 2.5GbE WAN | +| Optics | SC/APC | +| IP address | 192.168.1.1 | +| Web Gui | ✅ | +| SSH | | +| Telnet | | +| Serial | Only RX | +| Form Factor | CPE with ONT | + + +# GPON/OMCI settings + +## Setting ONU GPON Serial Number + +In the "Rete -> Impostazioni GPON" page, GPON SN field is disabled and not editable. It can be enabled via the browser’s developer console by editing the HTML code and setting HTML `disabled` attribute to `enabled`. + +{% include image.html file="tp-link/xb432v-change-sn.jpg" alt="XB432V procedure for changing GPON SN" caption="XB432V procedure for changing GPON SN" %} + +## Setting ONU GPON PLOAM password + +This can be easily done via the Web UI from the same "Rete -> Impostazioni GPON" page. The password field is already editable. + + +# Miscellaneous Links + +- [User manual](https://www.windtre.it/Document/manuali/modem/XX800v-ITWIND3_UG_REV1-0-0_Italian.pdf.docview.pdf) diff --git a/assets/img/tp-link/xb432v-change-sn.jpg b/assets/img/tp-link/xb432v-change-sn.jpg new file mode 100644 index 00000000..4c63d85c Binary files /dev/null and b/assets/img/tp-link/xb432v-change-sn.jpg differ