Explorar E-books
Categorias
Explorar Audiolivros
Categorias
Explorar Revistas
Categorias
Explorar Documentos
Categorias
EQUIPAMENTO: OLT
MODELOS: MA5600T, MA5603, MA5608, MA5683
FIRMWARE: V800R017C10SPH202
Versão: 1.00
Data: 24/11/2018
Autor: Matheus Rezende Alves Plastino
Departamento: Suporte
Nível: 2
1 - Primeiro acesso via CLI
2 - Configurações básicas
2.1 - Autorizando os cards
2.2 - Configurando gerência “out band”
2.3 - Configurando gerência “in band”
2.4 - Adicionando VLANs de serviço
2.5 - Habilitando o “auto find” nas interfaces GPON
2.6 - Modificando o hostname da OLT
3 - Criando Profiles
3.1 - Ajustes básicos
3.2 - Criando DBA Profiles
3.3 - Criando SRV Profile
3.4 - Criado Line Profile
3.5 - Criando WAN Profile
5 - Autorizando ONTs
6 - Configurando “service-port”
8 - Salvando as configurações
10 - Habilitando “autosave”
2 - Configurações básicas
MA5608T(config-if-meth0)# quit
2.3 - Configurando gerência “in band”
MA5608T(config)# vlan 9 standard
MA5608T(config-if-vlanif9)#quit
2.5 - Habilitando o “auto find” nas interfaces GPON Comentado [1]: port 0 ont-auto-find enable
port 1 ont-auto-find enable
port 2 ont-auto-find enable
MA5608T(config)# interface gpon 0/0
port 3 ont-auto-find enable
port 4 ont-auto-find enable
MA5608T(config-if-gpon-0/0)# port 0 ont-auto-find enable port 5 ont-auto-find enable
port 6 ont-auto-find enable
port 7 ont-auto-find enable
MA5608T(config-if-gpon-0/0)# port 1 ont-auto-find enable port 8 ont-auto-find enable
port 9 ont-auto-find enable
port 10 ont-auto-find enable
MA5608T(config-if-gpon-0/0)# port 2 ont-auto-find enable port 11 ont-auto-find enable
port 12 ont-auto-find enable
port 13 ont-auto-find enable
MA5608T(config-if-gpon-0/0)# port 3 ont-auto-find enable port 14 ont-auto-find enable
port 15 ont-auto-find enable
MA5608T(config-if-gpon-0/0)# port 4 ont-auto-find enable
3 - Criando Profiles
Geralmente efetuamos a criação de um DBA Profile global para uso do serviço de Internet e
outros dois mais limitados para IPTV e VoIP respectivamente.
OLT-SBC-NOC(config-gpon-srvprofile-10)# commit
OLT-SBC-NOC(config-gpon-srvprofile-10)# quit
OLT-SBC-NOC(config-gpon-lineprofile-10)# commit
OLT-SBC-NOC(config-gpon-lineprofile-10)# quit
OLT-SBC-NOC(config-wan-profile-10)# quit
Apenas iremos utilizar este WAN Profile, caso o cliente opte por utilizar o método “home-
gateway” como “omci”.
5 - Autorizando ONTs
OLT-SBC-NOC(config)# interface gpon 0/0
Sempre preste atenção no resultado do comando acima. Ele sempre irá avisa-lo se foi concluido
com sucesso e dará a dica de qual é o ONTID da ONT adicionada. Vejam:
Command:
ont confirm 0 sn-auth 48575443D84C509B omci ont-lineprofile-id 10 ont-srvprofile-id 10
desc "ONT TESTE - NOC_001"
Number of ONTs that can be added: 1, success: 1
PortID :0, ONTID :0
OLT-SBC-NOC(config-if-gpon-0/0)# exit
6 - Configurando “service-port”
OLT-SBC-NOC(config)# service-port vlan 100 gpon 0/0/0 ont 1 gemport 5 multi-service user-vlan
100
OLT-SBC-NOC(config)# service-port vlan 200 gpon 0/0/0 ont 1 gemport 7 multi-service user-vlan
200
OLT-SBC-NOC(config)# service-port vlan 300 gpon 0/0/0 ont 1 gemport 6 multi-service user-vlan
300
Cada ONT deverá conter 1 service-port referente a cada serviço. Assim uma ONT com suporte
a Triple-Play terá 3 service-port.
Command:
display service-port all
Switch-Oriented Flow List
-----------------------------------------------------------------------------
INDEX VLAN VLAN PORT F/ S/ P VPI VCI FLOW FLOW RX TX STATE
ID ATTR TYPE TYPE PARA
-----------------------------------------------------------------------------
0 100 common gpon 0/0 /0 0 5 vlan 100 - - up
1 200 common gpon 0/0 /0 0 7 vlan 200 - - up
2 300 common gpon 0/0 /0 0 6 vlan 300 - - up
3 100 common gpon 0/0 /0 1 5 vlan 100 - - up
4 200 common gpon 0/0 /0 1 7 vlan 200 - - up
5 300 common gpon 0/0 /0 1 6 vlan 300 - - up
-----------------------------------------------------------------------------
Total : 6 (Up/Down : 6/0)
Note : F--Frame, S--Slot, P--Port,
VPI indicates ONT ID for PON, VCI indicates GEM index for GPON,
v/e--vlan/encap, pritag--priority-tagged,
ppp--pppoe, ip--ipoe, ip4--ipv4oe, ip6--ipv6oe.
When FLOW TYPE is plist, the value of FLOW PARA is a byte in
hexadecimal format and indicates a priority list. Eight bits
of its binary value indicate priorities 0-7 from the least
significant bit to the most significant bit. Value 1 indicates
that the priority is used. For example, if FLOW PARA is 0x23 and
its binary format is 0010 0011, priorities 0, 1 and 5 are used
7 - Adicionando serviço de IPTV (multicast) em ONTs
OLT-SBC-NOC(config)# btv
OLT-SBC-NOC(config-mvlan300)# quit
8 - Salvando as configurações
OLT-SBC-NOC(config)# save
10 - Habilitando “autosave”
OLT-SBC-NOC(config)# autosave type all