Sie sind auf Seite 1von 9

ONT modo router 1 VLAN para Internet

ONU/ONT OLT

PON Uplink
T-CONT (tipo 4) Internet
VLAN 100 (UNTAG) LAN1 GEM Port VLAN 100 (TAG)
NAT
VLAN 100 (UNTAG) LAN2

VLAN 100 (UNTAG) LAN3

VLAN 100 (UNTAG) LAN4


WAN

VLAN 100 (UNTAG) Wi-Fi

FXS1

FXS2

3
ONT modo router 1 VLAN para Internet: 1
Criando a estrutura física da ONT

ONU/ONT MA5800-X17(config)# ont-srvprofile gpon profile-id 10 profile-name SRV-


ROUTER
LAN1
T-CONT (tipo 4) MA5800-X17(config-gpon-srvprofile-10)# ont-port eth 4 pots 2 wifi 4
GEM Port
NAT
LAN2

LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

4
ONT modo router 1 VLAN para Internet: 2
Ligando a LAN da ONT ao T-CONT através da VLAN de serviço

ONU/ONT MA5800-X17(config-gpon-srvprofile-10)# port vlan eth 1-4 100


MA5800-X17(config-gpon-srvprofile-10)# commit
LAN1
T-CONT (tipo 4) MA5800-X17(config-gpon-srvprofile-10)# quit
GEM Port
NAT
LAN2

LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

5
ONT modo router 1 VLAN para Internet: 3
Criando T-CONT (upstream)

ONU/ONT MA5800-X17(config)# dba-profile add profile-id 10 profile-name ”DBA-GLOBAL”


type4 max 1024000
T-CONT (tipo 4)
LAN1 GEM Port
MA5800-X17(config)# ont-lineprofile gpon profile-id 10 profile-name “LINE-
NAT
LAN2
ROUTER”
MA5800-X17(config-gpon-lineprofile-10)# tcont 5 dba-profile-id 10
LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

6
ONT modo router 1 VLAN para Internet: 4
Criando GEM PORT

ONU/ONT MA5800-X17(config-gpon-lineprofile-10)# gem add 5 eth tcont 5

T-CONT (tipo 4)
LAN1 GEM Port
NAT
LAN2

LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

7
ONT modo router 1 VLAN para Internet: 5
Criando GEM MAPPING

ONU/ONT MA5800-X17(config-gpon-lineprofile-10)# gem mapping 5 0 vlan 100


MA5800-X17(config-gpon-lineprofile-10)# commit
LAN1
T-CONT (tipo 4) MA5800-X17(config-gpon-lineprofile-10)# quit
GEM Port
NAT
LAN2

LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

8
ONT modo router 1 VLAN para Internet: A
Verificando e autorizando a ONT conectada com os respectivos profiles criados nos passos anteriores

A.1 - Verificando ONTs conectadas e não autorizadas A.2 – Autorizando ONTs


MA5800-X17(config)# interface gpon 0/0 MA5800-X17(config-if-gpon-0/0)# ont confirm 0 sn-auth
485754435D61B39C omci ont-lineprofile-id 10 ont-srvprofile-id 10 desc "ONT
MA5800-X17(config-if-gpon-0/0)# display ont autofind 0 TESTE - LAB_001"
----------------------------------------------------------------------------
Number :1
F/S/P : 0/0/0
Ont SN : 485754435D61B39C (HWTC-5D61B39C)
Password : 0x00000000000000000000
Loid :
Checkcode :
VendorID : HWTC
Ont Version : 1029.A
Ont SoftwareVersion : V3R017C10S138
Ont EquipmentID : HS8546V
Ont Customized Info : COMMON
Ont autofind time : 2018-11-26 01:06:09+08:00
----------------------------------------------------------------------------

9
ONT modo router 1 VLAN para Internet: 6
Criando SERVICE PORT entre OLT e ONT

ONU/ONT OLT

PON Uplink
T-CONT (tipo 4)
LAN1 GEM Port
NAT
LAN2

LAN3

LAN4
WAN

Wi-Fi

FXS1

FXS2

MA5800-X17(config)# service-port vlan 100 gpon 0/0/0 ont 0 gemport 5 multi-service user-vlan 100

10
ONT modo router 1 VLAN para Internet: 7
Ajustando o método de configuração “home-gateway” para OMCI, cadastrando WAN Profile e configurando a WAN
de Internet da ONT para discar PPPoE

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

LAN1
T-CONT (tipo 4) MA5800-X17(config)# ont wan-profile profile-id 10 profile-name WAN-NAT
GEM Port
MA5800-X17(config-wan-profile-10)# nat enable
NAT
LAN2
MA5800-X17(config-wan-profile-10)# quit

LAN3
MA5800-X17(config)# interface gpon 0/0
MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 1 vlan 100
MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 2 vlan 100
LAN4
WAN MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 3 vlan 100
MA5800-X17(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 4 vlan 100
MA5800-X17(config-if-gpon-0/0)# ont ipconfig 0 1 ip-index 0 pppoe vlan 100
Wi-Fi
user-account username TESTE password TESTE123
MA5800-X17(config-if-gpon-0/0)# ont wan-config 0 1 ip-index 0 profile-id 10
MA5800-X17(config-if-gpon-0/0)# ont internet-config 0 1 ip-index 0
FXS1
MA5800-X17(config-if-gpon-0/0)# ont port route 0 1 eth 1 enable
MA5800-X17(config-if-gpon-0/0)# ont port route 0 1 eth 2 enable
FXS2 MA5800-X17(config-if-gpon-0/0)# ont port route 0 1 eth 3 enable
MA5800-X17(config-if-gpon-0/0)# ont port route 0 1 eth 4 enable

11

Das könnte Ihnen auch gefallen