Problema integración ZTE C320 + MikroTik + GenieACS (TR-069 no registra ONUs)

Hola comunidad,

Estoy trabajando en la integración de una red con los siguientes equipos:

  • OLT: ZTE ZXA10 C320

  • Router: MikroTik

  • ACS: GenieACS


:wrench: Topología (anonimizada)

  • OLT: 192.168.X.80

  • MikroTik (gateway): 192.168.X.1

  • VLAN TR-069: 10.X.0.1/24


:wrench: Configuraciones realizadas

  1. Conectividad
  • Desde MikroTik puedo hacer ping a la OLT sin pérdida

  • La OLT responde correctamente a nivel IP

  1. MikroTik
  • Interfaces configuradas:

    • Red hacia OLT: 192.168.X.1/24

    • VLAN TR-069: 10.X.0.1/24

  • Firewall deshabilitado temporalmente para pruebas

  • Rutas básicas configuradas

  1. GenieACS
  • Servidor activo y accesible

  • Se está usando correctamente el endpoint CWMP (no la interfaz web)

  • No aparecen dispositivos (ONUs) en el ACS

  1. OLT (ZTE C320)
  • Acceso limitado por CLI (sin acceso remoto por Telnet/SSH)

  • Comando disponible:

    • show running-config
  • Tarjetas GPON activas (slots con módulos GPON en servicio)


:cross_mark: Problema principal

Las ONUs no se registran en GenieACS (no se reciben mensajes “inform”).

No tenemos claridad si el problema está en:

  • Configuración TR-069 en la OLT

  • Configuración de red (VLAN / rutas)

  • MikroTik (gateway/interconexión)

  • GenieACS (configuración CWMP)


:warning: Limitaciones

  • No tenemos acceso remoto completo a la OLT

  • No podemos exportar fácilmente la configuración completa

  • No sabemos si la OLT está enviando tráfico TR-069 hacia el ACS


:red_question_mark: Consultas

  1. ¿Qué configuración exacta debe tener la OLT ZTE C320 para TR-069?

  2. ¿Las ONUs deben configurarse manualmente para TR-069 desde la OLT?

  3. ¿Qué comandos en ZTE permiten verificar si TR-069 (CWMP) está activo?

  4. ¿Cómo validar si el tráfico TR-069 realmente está saliendo hacia el ACS?


:test_tube: Información adicional

  • La red tiene conectividad IP correcta

  • No hay errores visibles en MikroTik

  • GenieACS está accesible desde la red


Agradezco cualquier orientación para identificar si el problema está en la OLT o en el flujo TR-069 completo.

Gracias de antemano. de verdad necesito mucha ay uda Title: ZTE C320 + MikroTik + GenieACS Integration Issue (TR-069 ONUs Not Registering)

Hello community,

I’m currently working on integrating a network with the following equipment:

  • OLT: ZTE ZXA10 C320

  • Router: MikroTik

  • ACS: GenieACS

:wrench: Topology (anonymized)

  • OLT: 192.168.X.80

  • MikroTik (gateway): 192.168.X.1

  • TR-069 VLAN: 10.X.0.1/24

:wrench: Configurations performed

Connectivity

  • From MikroTik, I can successfully ping the OLT with no packet loss

  • The OLT responds correctly at the IP level

MikroTik

  • Configured interfaces:

    • Network toward OLT: 192.168.X.1/24

    • TR-069 VLAN: 10.X.0.1/24

  • Firewall temporarily disabled for testing

  • Basic routing configured

GenieACS

  • Server is up and accessible

  • Using the correct CWMP endpoint (not the web interface)

  • No devices (ONUs) are showing up in ACS

OLT (ZTE C320)

  • Limited CLI access (no remote Telnet/SSH access available)

  • Available command:

    • show running-config
  • GPON cards are active (slots with GPON modules in service)

:cross_mark: Main Issue

ONUs are not registering in GenieACS (no “Inform” messages are received).

We are unsure whether the issue is related to:

  • TR-069 configuration on the OLT

  • Network configuration (VLANs / routing)

  • MikroTik (gateway/interconnection)

  • GenieACS (CWMP configuration)

:warning: Limitations

  • No full remote access to the OLT

  • Unable to easily export the full configuration

  • Cannot confirm if the OLT is sending TR-069 traffic toward the ACS

:red_question_mark: Questions

  1. What is the exact configuration required on a ZTE C320 OLT for TR-069?

  2. Do ONUs need to be manually configured for TR-069 from the OLT?

  3. What commands on ZTE can be used to verify if TR-069 (CWMP) is active?

  4. How can we validate if TR-069 traffic is actually reaching the ACS?

:test_tube: Additional Information

  • IP connectivity across the network is working correctly

  • No visible errors on MikroTik

  • GenieACS is accessible from the network

Any guidance to help identify whether the issue lies in the OLT or in the overall TR-069 flow would be greatly appreciated.

Thanks in advance!

Your connectivity did not mention ACS to CPE.

Can you ping the CPE from the ACS?

Primero ping desde el ACS a la OLT, segundo ping desde la OLT al ACS. Si eso esta ok entonces ver que tengas los puertos abiertos en el ACS y que el MKT no este bloqueando.
Abri 2 sesiones en el ACS y deja corriendo con un tail -f /var/log/genieacs/genieacs-cwmp-access.log

Del lado de la OLT no se si estas mandando por OMCI la config de TR o la estas cargando a mano. En este caso fijate que haciendo un ping desde la ONT(modem) llegues al ACS poniendo como interfaz de salida la WAN de TR. Revisar que la WAN creada de TR tenga como servicio asignado el TR069.

En el ACS revisa que la configuracion de AUTH este ok. Y que los datos de usuario y contraseña esten correctos en el ACS y la ONT.

Config del lado de la OLT para mandar por OMCI la config del TR (esto es de una C300):

tr069-mgmt 1 state unlock
tr069-mgmt 1 acs http://“IP o URL del ACS”:7547 validate basic username “mismo que en la imagen de abajo” password “misma que en la imagen de abajo”

Esto funciona solo si tiene una WAN que llegue al ACS y que tenga como servicio “TR-069” en la config.