You are on page 1of 5

Software de Gestión ISP | https://SmartISP.us E-mail: support@smartisp.

us

Curso de Configurar OLT Huawei MA5608T

Paso #1

## Profile DBA Crear Tabla trafico en OLT Huawei

traffic table ip index 10 cir 1024000 cbs 10240000 pir 2048000 pbs 10240000 priority 0 priority-
policy local-Setting

index 10 = index number


1 Giga = name / description
cir= committed information Rate (unit:kbps) here we apply cir=1024000 kbps for 1Mega
cbs= Committed Burst Size (unit:kbps) CBS is determined by min (2000+cirx32)
pir= Peak information Rate (unit:kbps) This paremeters is optional. If the parameter is not specified, it can be obtained by the formula min (2xcir)
pbs= Peak Burst Size (unit:kbps), PBS is determined by min (2000+pirx32)

Paso #2

dba-profile modify profile-id 3 (Numero ID)

> Start modifying a DBA-profile:


> The type of the DBA-profile (1~5) [4]: 4
> The maximum bandwidth of the DBA-profile(128~10000000kbps) [32768] : 1024000
> The priority of the DBA-profile(0~3) [0] :
> The weight of the DBA-profile(1~10000) [128] :

#display dba-profile profile-id 3

Paso #3
## Lineprofile
#ont-lineprofile gpon profile-id 77

MA5608T(config-gpon-lineprofile-77)#tcont 1 dba-profile-id 3

MA5608T(config-gpon-lineprofile-77)#gem add 1 eth tcont 1

MA5608T(config-gpon-lineprofile-77)#gem mapping 1 0 vlan 27

MA5608T(config-gpon-lineprofile-77)#commit

MA5608T(config-gpon-lineprofile-77)#quit

Paso #4
## Srvprofile
MA5608T(config)#ont-srvprofile gpon profile-id 77
MA5608T(config-gpon-srvprofile-77)#ont-port pots adaptive eth adaptive
MA5608T(config-gpon-srvprofile-77)#commit
MA5608T(config-gpon-srvprofile-77)#quit

Sigueme: https://www.facebook.com/SmartISP.us/ | Cursos & Software: https://institutodewisp.com/productos


Software de Gestión ISP | https://SmartISP.us E-mail: support@smartisp.us

Paso #5
## Create VLAN (Check what port GE are you using) this example is GE0

MA5608T(config)#vlan 27 smart
MA5608T(config)#port vlan 27 0/3 0
MA5608T(config)#board confirm 0

Paso #6
## ONU Autofind
MA5608T(config)#interface gpon 0/0
MA5608T(config-if-gpon-0/0)#port 0 ont-auto-find enable
MA5608T(config-if-gpon-0/0)#port 1 ont-auto-find enable
Hasta completar todos los PONs
MA5608T(config-if-gpon-0/0)#display ont autofind 3
Paso #7
## Agregar ONTs

MA5608T(config)#interface gpon 0/0 ( 0/1, 0/2, etc)


MA5608T(config-if-gpon-0/0)#port 0 ont-auto-find enable
MA5608T(config-if-gpon-0/0)#port 3 ont-auto-find enable
MA5608T(config-if-gpon-0/0)#display ont autofind 3

Paso #8
## Agregar ONTs
(PON Port) (Serie ONTs)
#ont add 3 sn-auth 485754438FAEE79A omci ont-lineprofile-id 77 ont-srvprofile-id 77 desc USER1
#ont add 3 sn-auth 485754438FC0609A omci ont-lineprofile-id 77 ont-srvprofile-id 77 desc USER2
#quit
#service-port vlan 27 gpon 0/0/3 ont 0 gemport 1 multi-service user-vlan 27 tag-transform translate
inbound traffic-table index 10 outbound traffic-table index 10
#service-port vlan 27 gpon 0/0/3 ont 1 gemport 1 multi-service user-vlan 27 tag-transform translate
inbound traffic-table index 10 outbound traffic-table index 10

Finalmente guardar configuracion:

#save

#display ont info 0 all

Sigueme: https://www.facebook.com/SmartISP.us/ | Cursos & Software: https://institutodewisp.com/productos


Software de Gestión ISP | https://SmartISP.us E-mail: support@smartisp.us

Paso #9

## Eliminar ONTs

********************************************
Eliminar ONT0
#enable
#config
#undo service-port 0
#interface gpon 0/0
#ont delete 3 0
Number of ONTs that can be deleted: 1, success: 1
#quit

********************************************
Eliminar ONT1
#enable
#config
#undo service-port 1
#interface gpon 0/0
#ont delete 3 1
Number of ONTs that can be deleted: 1, success: 1
#quit
********************************************

Agregar Routes (Gateway) OLT


MA5608T> enable
MA5608T# config
MA5608T(config)# undo ip route-static 0.0.0.0 0.0.0.0
MA5608T(config)# ip route-static 0.0.0.0 0.0.0.0 10.11.104.1
MA5608T(config)# save

Sigueme: https://www.facebook.com/SmartISP.us/ | Cursos & Software: https://institutodewisp.com/productos


Software de Gestión ISP | https://SmartISP.us E-mail: support@smartisp.us

Sigueme: https://www.facebook.com/SmartISP.us/ | Cursos & Software: https://institutodewisp.com/productos


Software de Gestión ISP | https://SmartISP.us E-mail: support@smartisp.us

Sigueme: https://www.facebook.com/SmartISP.us/ | Cursos & Software: https://institutodewisp.com/productos

You might also like