En este post vamos a realizar el proceso de autorizar Onu por comandos mediante el CLI de un OLT C-DATA GPON modelo FD1608S-B0-BDA0. Para este proceso debemos tener presente los siguientes datos:
1 Datos de autorización
ONT MODEL |
GENERICO |
SN |
44433830E62C4182 |
f/s/p |
0/0/5 |
ONT Index |
10 |
Service Port Index |
1 |
Uplink Port |
0/0/1 |
Line Profile |
ADMINOLT_GPON |
VLAN ID (SVLAN/CVLAN) |
600/600 |
Traffic tables (UP/DOWN) |
ADMINOLT_100M_U/ADMINOLT_100M_D |
GEMPORT |
1 |
Nota
Para realizar estos pasos es necesario que cuente con los datos de line profile, service-profile, traffic profiles y VLAN de servicio.
2 Ingresar al modo de configuración de la interfaz GPON
#Comando
OLT(config)# interface gpon {frame}/{slot}
#Ejemplo
OLT(config)# interface gpon 0/0
3 Registrar ONT en el puerto PON
Desde el modo de configuración GPON añadiremos el ONT por medio del SN.
ont add {puerto} {onu-index} sn-auth {sn} ont-lineprofile-name {line profile name} ont-srvprofile-name {service profile name}
#Ejemplo
ont add 5 10 sn-auth 44433830E62C4182 ont-lineprofile-name ADMINOLT_GPON ont-srvprofile-name GENERICO
4 Crear el service-port para el servicio de internet (gemport 1)
#Comando
service-port {service-port index} vlan {vlan-id} gpon {frame}/{slot} port 10 ont {ont-index} gemport {gem-id} multi-service user-vlan {vlan-id} inbound name {traffic-profile-name} outbound name {traffic-profile-name}
#Ejemplo
service-port 1 vlan 600 gpon 0/0 port 5 ont 10 gemport 1 multi-service user-vlan 600 inbound name ADMINOLT_100M_U outbound name ADMINOLT_100M_D
Nota
Para agregar el service-port manual se debe de quitar el auto-service-port del puerto PON con el comando:
service-port automode gpon 0/0 port {numero-puerto} manual