Você está na página 1de 35

1 – Ativação dos equipamentos, definições de gerência e configurações iniciais.

1.1 – OLT MA5800

- Alimentar a OLT com energia DC (-48V a -54V)


- Caso possua 2 cards controladores, identificar o card master (led ACT constante)
- Utilizar cabo console/serial (baud rate 9600) na porta CON ou utilizar IP padrão para
acesso 10.11.104.2/24 na porta ETH.
- Para acesso de ambas as formas podemos utilizar usuário e senha padrão:
Usuário: root
Senha: admin123

- Para efetuar modificações, sempre logar em modo configuração:


MA5800-X17> enable
MA5800-X17# config
MA5800-X17(config)#

- Definir qual a forma de gerência, e caso necessário, já fazer LACP das portas de uplink
conforme comando abaixo:
MA5800-X17(config)# link-aggregation 0/9 0 egress-ingress workmode lacp-static
MA5800-X17(config)# link-aggregation add-member 0/9/0 0/9 1
MA5800-X17(config)# link-aggregation add-member 0/9/0 0/10 0,1

- Definir gerência outband:


MA5800-X17(config)# interface meth 0
MA5800-X17(config-if-meth0)# description “DESCRICAO INTERFACE”
MA5800-X17(config-if-meth0)# ip address 10.65.97.6 255.255.255.252
//ou
MA5800-X17(config-if-meth0)# ip address 10.65.97.6 30

- Definir gerência inband:


MA5800-X17(config)# vlan 99 smart
MA5800-X17(config)# port vlan 99 0/9 0
MA5800-X17(config)# interface vlanif 99
MA5800-X17(config-if-vlanif99)# ip address 192.168.99.2 255.255.255.252
MA5800-X17(config-if-vlanif99)# quit
MA5800-X17(config)# ip route-static 0.0.0.0 0.0.0.0 192.168.99.1

- Configurar SNMP v2
MA5800-X17(config)# undo system snmp-user password security
MA5800-X17(config)# snmp-agent sys-info version v2c
MA5800-X17(config)# snmp-agent community read unitel_ro
MA5800-X17(config)# snmp-agent community write unitel_rw
MA5800-X17(config)# snmp-agent trap enable standard
MA5800-X17(config)# snmp-agent trap-format standard
MA5800-X17(config)# snmp-agent target-host trap-hostname linux address
192.168.99.3 trap-paramsname NMS
MA5800-X17(config)# snmp-agent target-host trap-paramsname NMS v2c
securityname NMS
1.3 – U2000
2 – Configurações de serviços de Internet, VPN e VoIP (SIP)

2.1 – Configurar as VRFs:

MA5800-X17(config )# ip vpn-instance "vpn-Treinamento"


MA5800-X17(config-vpn-instance-vpn-Treinamento)# route-distinguisher 200:200
MA5800-X17(config-vpn-instance-vpn-Treinamento-af-ipv4)# quit
MA5800-X17(config-vpn-instance-vpn-Treinamento)# quit

MA5800-X17(config)# interface Vlanif200


MA5800-X17(config-if-vlanif200)# ip binding vpn-instance "vpn-Treinamento"
MA5800-X17(config-if-vlanif200)# ip address 192.168.200.1 255.255.255.0
MA5800-X17(config-if-vlanif200)# quit

MA5800-X17(config)# ip route-static vpn-instance vpn-Treinamento 0.0.0.0 0.0.0.0


192.168.200.254

2.2.1 – Criar Service Profile e Line Profile específico para clientes:

MA5800-X17(config)# dba-profile add profile-id 100 profile-name "dba-profile_100"


type4 max 1024000

MA5800-X17(config)# ont-srvprofile gpon profile-id 52 profile-name "SRV-Internet"


MA5800-X17(config-gpon-srvprofile-52)# ont-port pots 2 eth 4 wifi 4
MA5800-X17(config-gpon-srvprofile-52)# port vlan eth 1-3 52
MA5800-X17(config-gpon-srvprofile-52)# commit
MA5800-X17(config-gpon-srvprofile-52)# quit

MA5800-X17(config)# ont-lineprofile gpon profile-id 52 profile-name "LINE-Internet"


MA5800-X17(config-gpon-lineprofile-52)# tcont 6 dba-profile-id 100
MA5800-X17(config-gpon-lineprofile-52)# gem add 6 eth tcont 6
MA5800-X17(config-gpon-lineprofile-52)# gem mapping 6 0 vlan 52
MA5800-X17(config-gpon-lineprofile-52)# commit
MA5800-X17(config-gpon-lineprofile-52)# quit
2.3 – Ativar o modo de configuração dos recursos de home-gateway
das ONTs/ONUs via OMCI

MA5800-X17(config)# gpon ont home-gateway config-method omci

2.4 – Criar de WAN

- Modo Router
MA5800-X17(config)# ont wan-profile profile-id 10 profile-name "wan-profile_10"
MA5800-X17(config-wan-profile-10)# nat enable
MA5800-X17(config-wan-profile-10)# quit

- Modo Bridge
MA5800-X17(config)# ont wan-profile profile-id 11 profile-name "wan-profile_11"
MA5800-X17(config-wan-profile-11)# connection-type bridge
MA5800-X17(config-wan-profile-11)# quit

2.4.1 – Autorizar a ONT/ONU (WAN bridge mode)

MA5800-X17(config)# interface gpon 0/4


MA5800-X17(config-if-gpon-0/4)# display ont autofind 0
MA5800-X17(config-if-gpon-0/4)# ont confirm 0 sn-auth 48575443DAFA079C omci
ont-lineprofile-id 52 ont-srvprofile-id 52 desc “NOME CLIENTE DE TESTE”
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 1 vlan 52
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 2 vlan 52
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 3 vlan 52
MA5800-X17(config-if-gpon-0/4)# quit
MA5800-X17(config)# service-port vlan 52 gpon 0/4/0 ont 0 gemport 6 multi-service
user-vlan 52
MA5800-X17(config)# interface gpon 0/4
MA5800-X17(config-if-gpon-0/4)# ont ipconfig 0 0 ip-index 0 dhcp vlan 52
MA5800-X17(config-if-gpon-0/4)# ont wan-config 0 0 ip-index 0 profile-id 11
MA5800-X17(config-if-gpon-0/4)# ont internet-config 0 0 ip-index 0

Segue as mesmas configurações se comparadas a interface web da ONU:

2.4.2 – Autorizar a ONT/ONU (WAN router / IP static mode)

MA5800-X17(config)# interface gpon 0/4


MA5800-X17(config-if-gpon-0/4)# display ont autofind 0
MA5800-X17(config-if-gpon-0/4)# ont confirm 0 sn-auth 48575443DAFA079C omci
ont-lineprofile-id 52 ont-srvprofile-id 52 desc “NOME CLIENTE DE TESTE”
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 1 vlan 52
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 2 vlan 52
MA5800-X17(config-if-gpon-0/4)# ont port native-vlan 0 0 eth 3 vlan 52
MA5800-X17(config-if-gpon-0/4)# quit
MA5800-X17(config)# service-port vlan 52 gpon 0/4/0 ont 0 gemport 6 multi-service
user-vlan 52
MA5800-X17(config)# interface gpon 0/4
MA5800-X17(config-if-gpon-0/4)# ont ipconfig 0 0 ip-index 0 static vlan 52 ip-address
105.174.28.138 mask 255.255.255.252 gateway 105.174.28.137 pri-dns 8.8.8.8
MA5800-X17(config-if-gpon-0/4)# ont wan-config 0 0 ip-index 0 profile-id 10
MA5800-X17(config-if-gpon-0/4)# ont internet-config 0 0 ip-index 0
MA5800-X17(config-if-gpon-0/4)# ont port route 0 0 eth 1-3 enable

Segue as mesmas configurações se comparadas a interface web da ONU:


3 – Controle de banda na OLT (ethernet CIR, PIR, CBS e PBS)

MA5800-X17(config)# traffic table ip index 10 name "2MEGA" cir 2048 pir 2048
priority 2 priority-policy local-setting
MA5800-X17(config)# traffic table ip index 11 name "4MEGA" cir 4096 pir 4096
priority 2 priority-policy local-setting

MA5800-X17(config)# service-port vlan 52 gpon 0/4/0 ont 0 gemport 6 multi-service


user-vlan 52 rx-cttr 11 tx-cttr 10

4 – Ativação de IPTV

4.1 – Profiles

MA5800-X17(config)# ont-srvprofile gpon profile-id 52 profile-name "SRV-


Internet_IPTV"
MA5800-X17(config-gpon-srvprofile-52)# multicast-forward untag
MA5800-X17(config-gpon-srvprofile-52)# ont-port pots 2 eth 4 wifi 4
MA5800-X17(config-gpon-srvprofile-52)# port vlan eth 1-3 52
MA5800-X17(config-gpon-srvprofile-52)# port vlan eth 4 54
MA5800-X17(config-gpon-srvprofile-52)# commit
MA5800-X17(config-gpon-srvprofile-52)# quit

MA5800-X17(config)# ont-lineprofile gpon profile-id 52 profile-name "LINE-Internet"


MA5800-X17(config-gpon-lineprofile-52)# tcont 6 dba-profile-id 100
MA5800-X17(config-gpon-lineprofile-52)# tcont 7 dba-profile-id 101

MA5800-X17(config-gpon-lineprofile-52)# gem add 6 eth tcont 6


MA5800-X17(config-gpon-lineprofile-52)# gem add 7 eth tcont 7
MA5800-X17(config-gpon-lineprofile-52)# gem mapping 6 0 vlan 52
MA5800-X17(config-gpon-lineprofile-52)# gem mapping 7 0 vlan 54
MA5800-X17(config-gpon-lineprofile-52)# commit
MA5800-X17(config-gpon-lineprofile-52)# quit

MA5800-X17(config)# service-port vlan 52 gpon 0/4/0 ont 0 gemport 6 multi-service


user-vlan 52
MA5800-X17(config)# service-port vlan 54 gpon 0/4/0 ont 0 gemport 7 multi-service
user-vlan 54
4.2 – Configurações na OLT

MA5800-X17(config)# multicast-vlan 54
MA5800-X17(config-mvlan54)# igmp uplink-port 0/9/0
MA5800-X17(config-mvlan54)# igmp version v2
MA5800-X17(config-mvlan54)# igmp match mode disable
MA5800-X17(config-mvlan54)# igmp mode snooping

4.3 – Ativação do serviço

MA5800-X17(config)# display service-port port 0/4/0 ont 0


//Verificar com o comando acima qual o index do service-port de multicast
MA5800-X17(config)# btv
MA5800-X17(config-btv)# igmp user add service-port 33 no-auth
MA5800-X17(config-btv)# multicast-vlan 54
MA5800-X17(config-mvlan54)# igmp multicast-vlan member service-port 33

OBS1: utilizamos em laboratório o software FFMPEG + Linux para gerar o fluxo


multicast de vídeo. Segue comando:
ffmpeg -re -i huawei.avi -vcodec copy -acodec copy -f mpegts udp://239.0.0.1:1234

OBS2: como cliente VoD nós utilizamos o software VLC para Windows e abrimos um
fluxo de rede udp://@239.0.0.1:1234
5 – Configurações de ONUs com as portas LAN em modo trunk

5.1 – Profiles

MA5800-X17(config)# ont-srvprofile gpon profile-id 55 profile-name "TRUNK-


Internet_VPN"
MA5800-X17(config-gpon-srvprofile-55)# ont-port pots adaptive 32 eth adaptive 8
catv adaptive 8
MA5800-X17(config-gpon-srvprofile-55)# port vlan eth 1-4 52
MA5800-X17(config-gpon-srvprofile-55)# port vlan eth 1-4 95
MA5800-X17(config-gpon-srvprofile-55)# commit
MA5800-X17(config-gpon-srvprofile-55)# quit

MA5800-X17(config)# ont-lineprofile gpon profile-id 55 profile-name "TRUNK-


Internet_VPN"
MA5800-X17(config-gpon-lineprofile-55)# tcont 6 dba-profile-id 10
MA5800-X17(config-gpon-lineprofile-55)# tcont 7 dba-profile-id 10
MA5800-X17(config-gpon-lineprofile-55)# gem add 6 eth tcont 6
MA5800-X17(config-gpon-lineprofile-55)# gem add 7 eth tcont 7
MA5800-X17(config-gpon-lineprofile-55)# gem mapping 6 0 vlan 52
MA5800-X17(config-gpon-lineprofile-55)# gem mapping 7 0 vlan 95
MA5800-X17(config-gpon-lineprofile-55)# commit
MA5800-X17(config-gpon-lineprofile-55)# quit

OBS: Ativar a ONU utilizando os profiles acima, NÃO fazer native-vlan e fazer o service
port para as duas VLANs de serviço.

6 – Configurações de Serviços de VoIP (SIP)

- Configuração do serviço
MA5800-X17(config)# ont-srvprofile gpon profile-id 54 profile-name "SRV-VoIP"
MA5800-X17(config-gpon-srvprofile-52)# ont-port pots 2 eth 4 wifi 4
MA5800-X17(config-gpon-srvprofile-52)# port vlan eth 4 54
MA5800-X17(config-gpon-srvprofile-52)# commit
MA5800-X17(config-gpon-srvprofile-52)# quit

MA5800-X17(config)# ont-lineprofile gpon profile-id 54 profile-name "LINE-VoIP"


MA5800-X17(config-gpon-lineprofile-52)# tcont 6 dba-profile-id 100
MA5800-X17(config-gpon-lineprofile-52)# gem add 6 eth tcont 6
MA5800-X17(config-gpon-lineprofile-52)# gem mapping 6 0 vlan 54
MA5800-X17(config-gpon-lineprofile-52)# commit
MA5800-X17(config-gpon-lineprofile-52)# quit

OBS: Ativar a ONU utilizando os profiles acima, NÃO fazer native-vlan e fazer o service
port para a VLAN de serviço.
7 – VLAN Bridging ou TLS / Transparent LAN Service (Intercomunicação de
ONUs/ONTs)

MA5800-X17(config)# vlan 1000 smart


MA5800-X17(config)# port vlan 1000 0/17 0
MA5800-X17(config)# vlan service-profile profile-id 10
MA5800-X17(config-vlan-srvprof-10)# user-bridging enable
MA5800-X17(config-vlan-srvprof-10)# forwarding vlan-mac
MA5800-X17(config-vlan-srvprof-10)# packet-policy broadcast forward
MA5800-X17(config-vlan-srvprof-10)# packet-policy multicast forward
MA5800-X17(config-vlan-srvprof-10)# packet-policy unicast forward
MA5800-X17(config-vlan-srvprof-10)# bpdu tunnel enable
MA5800-X17(config-vlan-srvprof-10)# rip tunnel enable
MA5800-X17(config-vlan-srvprof-10)# vtp-cdp tunnel enable
MA5800-X17(config-vlan-srvprof-10)# l3-protocol tunnel enable
MA5800-X17(config-vlan-srvprof-10)# ospf tunnel enable
MA5800-X17(config-vlan-srvprof-10)# dhcp mode layer-2
MA5800-X17(config-vlan-srvprof-10)# security anti-ipspoofing disable
MA5800-X17(config-vlan-srvprof-10)# security anti-macspoofing disable
MA5800-X17(config-vlan-srvprof-10)# igmp mismatch transparent
MA5800-X17(config-vlan-srvprof-10)# commit
MA5800-X17(config-vlan-srvprof-10)# quit

MA5800-X17(config)# vlan bind service-profile 1000 profile-id 10


MA5800-X17(config)# ont-lineprofile gpon profile-id 10
MA5800-X17(config-gpon-lineprofile-10)# tcont 6 dba-profile-id 10
MA5800-X17(config-gpon-lineprofile-10)# gem add 6 eth tcont 6
MA5800-X17(config-gpon-lineprofile-10)# mapping-mode vlan
MA5800-X17(config-gpon-lineprofile-10)# gem mapping 6 0 vlan 1000 encrypt on
MA5800-X17(config-gpon-lineprofile-10)# commit
MA5800-X17(config-gpon-lineprofile-10)# quit

MA5800-X17(config)# ont-srvprofile gpon profile-id 10


MA5800-X17(config-gpon-srvprofile-10)# ont-port pots adaptive 32 eth adaptive 8
catv adaptive 8
MA5800-X17(config-gpon-srvprofile-10)# port vlan eth 1 1000
MA5800-X17(config-gpon-srvprofile-10)# commit
MA5800-X17(config-gpon-srvprofile-10)# quit

MA5800-X17(config)# interface gpon 0/0


MA5800-X17(config-if-gpon-0/0)# ont confirm 0 sn-auth 48575443DAFA079C omci
ont-lineprofile-id 10 ont-srvprofile-id 10
MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 0 0 eth 1 vlan 1000
MA5800-X17(config-if-gpon-0/0)# ont confirm 1 sn-auth 48575443DAFA079C omci
ont-lineprofile-id 10 ont-srvprofile-id 10
MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 1 0 eth 1 vlan 1000
MA5800-X17(config-if-gpon-0/0)# quit
MA5800-X17(config)# service-port 1 vlan 1000 gpon 0/0/0 ont 0 gemport 6 multi-
service user-vlan 1000 tag-transform translate
MA5800-X17(config)# service-port 2 vlan 1000 gpon 0/0/1 ont 0 gemport 6 multi-
service user-vlan 1000 tag-transform translate
8 – PON Protection

- Tipo B Single Homing

MA5800-X17(config)# protect-group 0 protect-target gpon-uni-port workmode


timedelay
MA5800-X17(protect-group-0)# protect-group member port 0/0/1 role work
MA5800-X17(protect-group-0)# protect-group member port 0/1/1 role protect
MA5800-X17(protect-group-0)# protect-group enable

- Tipo C Single Homing

MA5800-X17(config)# interface gpon 0/2


MA5800-X17(config-if-gpon-0/2)# ont add 0 0 sn-auth XXX snmp ont-lineprofile-id 10
MA5800-X17(config-if-gpon-0/2)# ont add 1 0 protect-side
MA5800-X17(config-if-gpon-0/2)# quit
MA5800-X17(config)# protect-group protect-target gpon-uni-ont workmode portstate
MA5800-X17(protect-group-1)# protect-group member port 0/2/0 ont 0 role work
MA5800-X17(protect-group-1)# protect-group member port 0/2/1 ont 0 role protect
MA5800-X17(protect-group-1)# protect-group enable
MA5800-X17(protect-group-1)# quit
9 – Global Service Provisioning Profile
10 – Backup OLT e U2000
11 – Adicionando gerência nas ONUs/ONTs e acessando as mesmas via telnet

12 – Relacionamento entre os profiles

MA5800-X17(config)# dba-profile add profile-id 100 profile-name "dba-profile_100"


type4 max 1024000

MA5800-X17(config)# ont-srvprofile gpon profile-id 10 profile-name "SRV-Internet"


MA5800-X17(config-gpon-srvprofile-52)# ont-port pots 2 eth 4 wifi 4
MA5800-X17(config-gpon-srvprofile-52)# port vlan eth 1-3 52
MA5800-X17(config-gpon-srvprofile-52)# commit
MA5800-X17(config-gpon-srvprofile-52)# quit

MA5800-X17(config)# ont-lineprofile gpon profile-id 11 profile-name "LINE-Internet"


MA5800-X17(config-gpon-lineprofile-52)# tcont 6 dba-profile-id 100
MA5800-X17(config-gpon-lineprofile-52)# gem add 6 eth tcont 6
MA5800-X17(config-gpon-lineprofile-52)# gem mapping 6 0 vlan 52
MA5800-X17(config-gpon-lineprofile-52)# commit
MA5800-X17(config-gpon-lineprofile-52)# quit

MA5800-X17(config-if-gpon-0/4)# ont confirm 0 sn-auth 48575443DAFA079C omci


ont-lineprofile-id 11 ont-srvprofile-id 10
MA5800-X17(config)# service-port vlan 52 gpon 0/4/0 ont 0 gemport 6 multi-service
user-vlan 52

13 – Configuração de serviço básico (VLAN untag) em MDU

MA5800-X17 (config)# telnet 172.16.99.2


>>User name: root
>>User password: mduadmin

MA5694> enable

MA5694# config

MA5694(config)# vlan 52 smart


MA5694(config)# port vlan 52 0/0 0
MA5694(config)# port vlan 52 0/0 1
MA5694(config)# service-port vlan 52 eth 0/1/0 multi-service user-vlan untagged
14 – Configurações do serviço de VoIP (SIP) por CLI:

MA5800-X17 (config)# ont-sipagent-profile add profile-id 10 profile-name sip-agent-


profile_10 proxy-server 10.128.120.66 proxy-server-port 5060 secondary-proxy-server
10.157.3.2 secondary-proxy-server-port 5060 outbound-server 10.128.120.66
outbound-server-port 5060 home-domain ims.unitel.co.ao

MA5800-X17 (config-if-gpon-0/11)# ont ipconfig 0 0 static ip-address 10.137.39.130


mask 255.255.255.252 vlan 953 priority 5 gateway 10.137.39.129
MA5800-X17 (config-if-gpon-0/11)# ont voip config-method 0 0 omci
MA5800-X17 (config-if-gpon-0/11)# if-sip add 0 0 1 sipagent-profile profile-id 10 ip-
index 0
MA5800-X17 (config-if-gpon-0/11)# sippstnuser add 0 0 1 mgid 1 password
123456789 telno +244944090108 username +244944090108@ims.unitel.co.ao
MA5800-X17 (config-if-gpon-0/11)# sippstnuser ipconfig 0 0 1 ip-index 0

OBS: Não esquecer de fazer o service-port e criar de forma correta o Service Profile e
Line Profile

99 – Exercício final (Triple Play)

SRV-PROFILE:
- adaptive
- LAN1, LAN2 e LAN3 internet
- LAN4 IPTV
- FXS1 e FXS2 VoIP |
VLAN 52 -> Internet
VLAN 953 -> VoIP
VLAN 55 -> IPTV

MA5800-X17(config)# ont-srvprofile gpon profile-id 200 profile-name "SRV_TRPLAY"


MA5800-X17(config-gpon-srvprofile-200)# ont-port pots adaptive 32 eth adaptive 8
catv adaptive 8
MA5800-X17(config-gpon-srvprofile-200)# multicast-forward untag
MA5800-X17(config-gpon-srvprofile-200)# port vlan eth 1 translation 52 user-vlan 52
MA5800-X17(config-gpon-srvprofile-200)# port vlan eth 2 translation 52 user-vlan 52
MA5800-X17(config-gpon-srvprofile-200)# port vlan eth 3 translation 52 user-vlan 52
MA5800-X17(config-gpon-srvprofile-200)# port vlan eth 4 translation 55 user-vlan 55
MA5800-X17(config-gpon-srvprofile-200)# port vlan iphost translation 953 user-vlan
953
MA5800-X17(config-gpon-srvprofile-200)# commit

DBA-PROFILE:
Tipo 4 -> Internet
Tipo 1 -> VoIP
Tipo 2 -> IPTV

dba-profile add profile-id 300 profile-name "DBA_internet" type4 max 1024000


dba-profile add profile-id 400 profile-name "DBA_voip" type1 fix 128
bandwidth_compensate no
dba-profile add profile-id 500 profile-name "DBA_iptv" type2 assure 8192

LINE-PROFILE:

MA5800-X17(config)# ont-lineprofile gpon profile-id 200 profile-name "LINE_TRPLAY"


MA5800-X17(config-gpon-lineprofile-200)# tcont 1 dba-profile-id 300
MA5800-X17(config-gpon-lineprofile-200)# tcont 2 dba-profile-id 400
MA5800-X17(config-gpon-lineprofile-200)# tcont 3 dba-profile-id 500
MA5800-X17(config-gpon-lineprofile-200)# gem add 1 eth tcont 1
MA5800-X17(config-gpon-lineprofile-200)# gem add 2 eth tcont 2
MA5800-X17(config-gpon-lineprofile-200)# gem add 3 eth tcont 3
MA5800-X17(config-gpon-lineprofile-200)# gem mapping 1 1 vlan 52
MA5800-X17(config-gpon-lineprofile-200)# gem mapping 2 2 vlan 953
MA5800-X17(config-gpon-lineprofile-200)# gem mapping 3 3 vlan 55
MA5800-X17(config-gpon-lineprofile-200)# commit
MA5800-X17(config-gpon-lineprofile-200)# quit
AUTORIZAR A ONU:
ont add 2 0 sn-auth "48575443DAFA149C" omci ont-lineprofile-id 200 ont-srvprofile-id
200
desc "INTERNET_BAI"

ADICIONAR O NATIVE-VLAN NAS PORTAS NECESSARIAS:


ont port native-vlan 2 0 eth 1 vlan 52 priority 0
ont port native-vlan 2 0 eth 2 vlan 52 priority 0
ont port native-vlan 2 0 eth 3 vlan 52 priority 0
ont port native-vlan 2 0 eth 4 vlan 55 priority 0

CRIAR OS SERVICE-PORT:
MA5800-X17(config)# service-port 70 vlan 52 gpon 0/4/2 ont 0 gemport 1 multi-
service user-vlan 52 tag-transform translate
MA5800-X17(config)# service-port 71 vlan 55 gpon 0/4/2 ont 0 gemport 3 multi-
service user-vlan 55 tag-transform translate
MA5800-X17(config)# service-port 72 vlan 953 gpon 0/4/2 ont 0 gemport 2 multi-
service user-vlan 953 tag-transform translate

CRIAR SERVIÇO DE INTERNET VIA CLI:


MA5800-X17(config)# ont wan-profile profile-id 10 profile-name "wan-profile_10"
nat enable
quit

ont ipconfig 2 0 static ip-address 100.1.28.138 mask 255.255.255.252 vlan 52 priority 5


gateway 100.1.28.137 pri-dns 8.8.8.8
ont internet-config 2 0 ip-index 0
ont wan-config 2 0 ip-index 0 profile-id 10
ont port route 2 0 eth 1 enable
ont port route 2 0 eth 2 enable
ont port route 2 0 eth 3 enable

CRIAR SERVIÇO DE VOZ VIA WEB INTERFACE DA ONU:


CRIAR SERVIÇO DE IPTV VIA WEB INTERFACE DA ONU:
MA5800-X17(config)# btv
igmp user add 0 service-port 71 no-auth
multicast-vlan 55
igmp version v2
igmp match mode disable
igmp multicast-vlan member service-port-list 71
igmp mode snooping
igmp uplink-port 0/10/1

Você também pode gostar