Você está na página 1de 20

FABRICANTE:

EQUIPAMENTO: OLT
MODELOS: MA5600T, MA5603, MA5608, MA5683
FIRMWARE: V800R017C10SPH202

Configurações Iniciais - Triple Play (Internet,


VoIP e IPTV)

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

4 - Configurações iniciais para serviço de IPTV (multicast)

5 - Autorizando ONTs

6 - Configurando “service-port”

7 - Adicionando serviço de IPTV (multicast) em ONTs

8 - Salvando as configurações

9 - Configurando o serviço de Triple-Play nas ONTs


9.1 - Utilizando linha de comando (CLI) e interface Web da ONT
9.1.1 - Configurando serviço de Internet (HSI)
9.1.2 - Configurando serviço de Voz (SIP)
9.1.3 - Configurando serviço de IPTV
9.2 - Utilizando linha de comando (CLI) 100%
9.2.1 - Configurando serviço de Internet (HSI)
9.2.2 - Configurando serviço de Voz (SIP)
9.3 - Utilizando U2000
9.4 - Utilizando TR-069

10 - Habilitando “autosave”

11 - Programando backup da OLT

12 - Configurando SNMP da OLT para integração com U2000

1 - Primeiro acesso via CLI


Para os novos firmwares a Huawei possui o IP 10.11.104.2/24 como padrão na interface ETH. Já
para firmwares anteriores a versão R015, o acesso deve obrigatoriamente ser por interface serial
utilizando um cabo console/serial (RJ-45/DB9M) conectado na interface CONSOLE.
Caso a OLT tenha dois cards de controle, prestar atenção em fazer o primeiro acesso utilizando o
card Master.

Baud rate: 9600


Data bits: 8
Parity: None
Stop bits: 1

2 - Configurações básicas

2.1 - Autorizando os cards


MA5608T(config)# display board 0
-------------------------------------------------------------------------
SlotID BoardName Status SubType0 SubType1 Online/Offline
-------------------------------------------------------------------------
0 H806GPBD Auto_find
1
2 H801MCUD1 Standby_normal CPCB
3 H801MCUD1 Active_normal CPCB
4 H801MPWC Normal
5
-------------------------------------------------------------------------

MA5608T(config)# board confirm 0

MA5608T(config)# display board 0


-------------------------------------------------------------------------
SlotID BoardName Status SubType0 SubType1 Online/Offline
-------------------------------------------------------------------------
0 H806GPBD Normal
1
2 H801MCUD1 Standby_normal CPCB
3 H801MCUD1 Active_normal CPCB
4 H801MPWC Normal
5
-------------------------------------------------------------------------

2.2 - Configurando gerência “out band”


MA5608T(config)# interface meth 0

MA5608T(config-if-meth0)# ip address 10.11.104.2 24

MA5608T(config-if-meth0)# quit
2.3 - Configurando gerência “in band”
MA5608T(config)# vlan 9 standard

MA5608T(config)# port vlan 9 0/3 0

MA5608T(config)# interface vlanif 9

MA5608T(config-if-vlanif9)#ip address 192.168.7.98 24

MA5608T(config-if-vlanif9)#quit

MA5608T(config)#ip route-static 0.0.0.0 0.0.0.0 192.168.7.1

2.4 - Adicionando VLANs de serviço


MA5608T(config)# vlan 100,200,300 smart

MA5608T(config)# port vlan 100,200,300 0/3 0

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

MA5608T(config-if-gpon-0/0)# port 5 ont-auto-find enable

MA5608T(config-if-gpon-0/0)# port 6 ont-auto-find enable

MA5608T(config-if-gpon-0/0)# port 7 ont-auto-find enable

2.6 - Modificando o hostname da OLT


MA5608T(config)# sysname OLT-SBC-NOC

3 - Criando Profiles

3.1 - Ajustes básicos


OLT-SBC-NOC(config)# gpon ont home-gateway config-method omci
Caso o cliente queira efetuar as configurações de Internet em modo router (WAN) e Voz (SIP) via linha de
comando. Precisamos definir o método de configuração “home-gateway” como “omci”

OLT-SBC-NOC(config)# gpon dba bandwidth-assignment-mode max-bandwidth-usage

Para uso de DBA Profiles menores que 1MB

3.2 - Criando DBA Profiles


OLT-SBC-NOC(config)# dba-profile add profile-id 10 profile-name DBA-GLOBAL type4 max
1024000

OLT-SBC-NOC(config)# dba-profile add profile-id 11 profile-name DBA-IPTV type2 assure 5120

OLT-SBC-NOC(config)# dba-profile add profile-id 12 profile-name DBA-VoIP type1 fix 128

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.

3.3 - Criando SRV Profile


OLT-SBC-NOC(config)# ont-srvprofile gpon profile-id 10 profile-name SRV-TRIPLE_PLAY

OLT-SBC-NOC(config-gpon-srvprofile-10)# ont-port eth adaptive pots adaptive catv adaptive

OLT-SBC-NOC(config-gpon-srvprofile-10)# port vlan eth 1-3 100

OLT-SBC-NOC(config-gpon-srvprofile-10)# port vlan eth 4 300

OLT-SBC-NOC(config-gpon-srvprofile-10)# port vlan iphost 200

OLT-SBC-NOC(config-gpon-srvprofile-10)# multicast-forward untag

OLT-SBC-NOC(config-gpon-srvprofile-10)# commit

OLT-SBC-NOC(config-gpon-srvprofile-10)# quit

3.4 - Criado Line Profile


OLT-SBC-NOC(config)# ont-lineprofile gpon profile-id 10 profile-name LINE-TRIPLE_PLAY

OLT-SBC-NOC(config-gpon-lineprofile-10)# tcont 5 dba-profile-id 10

OLT-SBC-NOC(config-gpon-lineprofile-10)# tcont 6 dba-profile-id 11

OLT-SBC-NOC(config-gpon-lineprofile-10)# tcont 7 dba-profile-id 12


OLT-SBC-NOC(config-gpon-lineprofile-10)# gem add 5 eth tcont 5

OLT-SBC-NOC(config-gpon-lineprofile-10)# gem add 6 eth tcont 6

OLT-SBC-NOC(config-gpon-lineprofile-10)# gem add 7 eth tcont 7

OLT-SBC-NOC(config-gpon-lineprofile-10)# gem mapping 5 0 vlan 100

OLT-SBC-NOC(config-gpon-lineprofile-10)# gem mapping 6 0 vlan 300

OLT-SBC-NOC(config-gpon-lineprofile-10)# gem mapping 7 0 vlan 200

OLT-SBC-NOC(config-gpon-lineprofile-10)# tr069-management enable

OLT-SBC-NOC(config-gpon-lineprofile-10)# commit

OLT-SBC-NOC(config-gpon-lineprofile-10)# quit

3.5 - Criando WAN Profile


OLT-SBC-NOC(config)# ont wan-profile profile-id 10 profile-name WAN-NAT

OLT-SBC-NOC(config-wan-profile-10)# nat enable

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”.

4 - Configurações iniciais para serviço de IPTV


(multicast)
OLT-SBC-NOC(config)# multicast-vlan 300

OLT-SBC-NOC(config-mvlan300)# igmp match mode disable

OLT-SBC-NOC(config-mvlan300)# igmp uplink-port 0/3/0

OLT-SBC-NOC(config-mvlan300)# igmp version v2

OLT-SBC-NOC(config-mvlan300)# igmp mode snooping

5 - Autorizando ONTs
OLT-SBC-NOC(config)# interface gpon 0/0

OLT-SBC-NOC(config-if-gpon-0/0)# display ont autofind 0


----------------------------------------------------------------------------
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
----------------------------------------------------------------------------
Number :2
F/S/P : 0/0/0
Ont SN : 48575443D84C509B (HWTC-D84C509B)
Password : 0x00000000000000000000
Loid :
Checkcode :
VendorID : HWTC
Ont Version : 10C7.A
Ont SoftwareVersion : V3R017C10S125
Ont EquipmentID : HG8546M
Ont Customized Info : COMMON
Ont autofind time : 2018-11-26 01:06:09+08:00
----------------------------------------------------------------------------

OLT-SBC-NOC(config-if-gpon-0/0)# ont confirm 0 sn-auth 48575443D84C509B omci ont-lineprofile-


id 10 ont-srvprofile-id 10 desc "ONT TESTE - NOC_001"

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)# ont confirm 0 sn-auth 485754435D61B39C omci ont-lineprofile-


id 10 ont-srvprofile-id 10 desc "ONT TESTE - NOC_002"

OLT-SBC-NOC(config-if-gpon-0/0)# display ont info 0 all


-----------------------------------------------------------------------------
F/S/P ONT SN Control Run Config Match Protect
ID flag state state state side
-----------------------------------------------------------------------------
0/ 0/0 0 48575443D84C509B active online normal match no
0/ 0/0 1 485754435D61B39C active online normal match no
-----------------------------------------------------------------------------
F/S/P ONT-ID Description
-----------------------------------------------------------------------------
0/ 0/0 0 ONT TESTE - NOC_001
0/ 0/0 1 ONT TESTE - NOC_002
-----------------------------------------------------------------------------
In port 0/ 0/0 , the total of ONTs are: 2, online: 2

OLT-SBC-NOC(config-if-gpon-0/0)# display ont info 0 1


-----------------------------------------------------------------------------
F/S/P : 0/0/0
ONT-ID :1
Control flag : active
Run state : online
Config state : normal
Match state : match
DBA type : SR
ONT distance(m) :9
ONT last distance(m) : -
ONT battery state : not support
Memory occupation : 28%
CPU occupation : 1%
Temperature : 55(C)
Authentic type : SN-auth
SN : 485754435D61B39C (HWTC-5D61B39C)
Management mode : OMCI
Software work mode : normal
Isolation state : normal
ONT IP 0 address/mask : -
Description : ONT TESTE - NOC_002
Last down cause :-
Last up time : 2018-11-26 01:31:22+08:00
Last down time :-
Last dying gasp time : -
ONT online duration : 0 day(s), 0 hour(s), 0 minute(s), 29 second(s)
Type C support : Not support
Interoperability-mode : ITU-T
Power reduction status : -
FEC upstream state : use-profile-config
-----------------------------------------------------------------------------
VoIP configure method : Default
-----------------------------------------------------------------------------
Line profile ID : 10
Line profile name : LINE-TRIPLE_PLAY
-----------------------------------------------------------------------------
FEC upstream switch :Disable
OMCC encrypt switch :Off
Qos mode :PQ
Mapping mode :VLAN
TR069 management :Enable
TR069 IP index :0
-----------------------------------------------------------------------------
Notes: * indicates Discrete TCONT(TCONT Unbound)
-----------------------------------------------------------------------------
<T-CONT 0> DBA Profile-ID:1
<T-CONT 5> DBA Profile-ID:10
<Gem Index 5>
--------------------------------------------------------------------
|Serv-Type:ETH |Encrypt:off |Cascade:off |GEM-CAR:- |
|Upstream-priority-queue:0 |Downstream-priority-queue:- |
--------------------------------------------------------------------
Mapping VLAN Priority Port Port Bundle Flow Transparent
index type ID ID CAR
--------------------------------------------------------------------
0 100 - - - - - -
--------------------------------------------------------------------
<T-CONT 6> DBA Profile-ID:11
<Gem Index 6>
--------------------------------------------------------------------
|Serv-Type:ETH |Encrypt:off |Cascade:off |GEM-CAR:- |
|Upstream-priority-queue:0 |Downstream-priority-queue:- |
--------------------------------------------------------------------
Mapping VLAN Priority Port Port Bundle Flow Transparent
index type ID ID CAR
--------------------------------------------------------------------
0 300 - - - - - -
--------------------------------------------------------------------
<T-CONT 7> DBA Profile-ID:12
<Gem Index 7>
--------------------------------------------------------------------
|Serv-Type:ETH |Encrypt:off |Cascade:off |GEM-CAR:- |
|Upstream-priority-queue:0 |Downstream-priority-queue:- |
--------------------------------------------------------------------
Mapping VLAN Priority Port Port Bundle Flow Transparent
index type ID ID CAR
--------------------------------------------------------------------
0 200 - - - - - -
--------------------------------------------------------------------
-----------------------------------------------------------------------------
Notes: Run the display traffic table ip command to query
traffic table configuration
-----------------------------------------------------------------------------
Service profile ID : 10
Service profile name : SRV-TRIPLE_PLAY
-----------------------------------------------------------------------------
Port-type Port-number Max-adaptive-number
-----------------------------------------------------------------------------
POTS adaptive 32
ETH adaptive 8
VDSL 0 -
TDM 0 -
MOCA 0 -
CATV adaptive 8
-----------------------------------------------------------------------------
TDM port type : E1
TDM service type : TDMoGem
MAC learning function switch : Enable
ONT transparent function switch : Disable
Ring check switch : Disable
Ring port auto-shutdown : Enable
Ring detect frequency : 8 (pps)
Ring resume interval : 300 (s)
Multicast forward mode : Untag
Multicast forward VLAN :-
Multicast mode : Unconcern
Upstream IGMP packet forward mode : Unconcern
Upstream IGMP packet forward VLAN : -
Upstream IGMP packet priority : -
Native VLAN option : Concern
Upstream PQ color policy :-
Downstream PQ color policy :-
-----------------------------------------------------------------------------
Port-type Port-ID QinQmode PriorityPolicy Inbound Outbound
-----------------------------------------------------------------------------
ETH 1 unconcern unconcern unconcern unconcern
ETH 2 unconcern unconcern unconcern unconcern
ETH 3 unconcern unconcern unconcern unconcern
ETH 4 unconcern unconcern unconcern unconcern
ETH 5 unconcern unconcern unconcern unconcern
ETH 6 unconcern unconcern unconcern unconcern
ETH 7 unconcern unconcern unconcern unconcern
ETH 8 unconcern unconcern unconcern unconcern
-----------------------------------------------------------------------------
Notes: * indicates the discretely configured traffic profile,
run the display traffic table ip command to query
traffic table configuration.
-----------------------------------------------------------------------------
Port-type Port-ID DownstreamMode MismatchPolicy
-----------------------------------------------------------------------------
ETH 1 operation discard
ETH 2 operation discard
ETH 3 operation discard
ETH 4 operation discard
ETH 5 operation discard
ETH 6 operation discard
ETH 7 operation discard
ETH 8 operation discard
-----------------------------------------------------------------------------
Port-type Port-ID Dscp-mapping-table-index
-----------------------------------------------------------------------------
ETH 1 0
ETH 2 0
ETH 3 0
ETH 4 0
ETH 5 0
ETH 6 0
ETH 7 0
ETH 8 0
IPHOST 1 0
-----------------------------------------------------------------------------
Port Port Service-type Index S-VLAN S-PRI C-VLAN C-PRI ENCAP S-PRI
type ID POLICY
-----------------------------------------------------------------------------
ETH 1 Translation 1 100 - 100 - - -
ETH 2 Translation 1 100 - 100 - - -
ETH 3 Translation 1 100 - 100 - - -
ETH 4 Translation 1 300 - 300 - - -
IPHOST 1 Translation 1 200 - 200 - - -
-----------------------------------------------------------------------------
Notes: * indicates transparent attribute of the vlan
-----------------------------------------------------------------------------
Port-type Port-ID IGMP-mode IGMP-VLAN IGMP-PRI Max-MAC-Count
-----------------------------------------------------------------------------
ETH 1 - - - Unlimited
ETH 2 - - - Unlimited
ETH 3 - - - Unlimited
ETH 4 - - - Unlimited
ETH 5 - - - Unlimited
ETH 6 - - - Unlimited
ETH 7 - - - Unlimited
ETH 8 - - - Unlimited
-----------------------------------------------------------------------------
Alarm policy profile ID :0
Alarm policy profile name : alarm-policy_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.

OLT-SBC-NOC(config)# display service-port all

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-btv)# igmp user add service-port 2 no-auth

OLT-SBC-NOC(config-btv)# igmp user add service-port 5 no-auth

OLT-SBC-NOC(config-btv)# multicast-vlan 300

OLT-SBC-NOC(config-mvlan300)# igmp multicast-vlan member service-port 2

OLT-SBC-NOC(config-mvlan300) # igmp multicast-vlan member service-port 5

OLT-SBC-NOC(config-mvlan300)# quit

8 - Salvando as configurações
OLT-SBC-NOC(config)# save

9 - Configurando o serviço de Triple-Play nas ONTs

9.1 - Utilizando linha de comando (CLI) e interface Web da ONT

9.1.1 - Configurando serviço de Internet (HSI)


9.1.2 - Configurando serviço de Voz (SIP)
9.1.3 - Configurando serviço de IPTV
9.2 - Utilizando linha de comando (CLI) 100%

9.2.1 - Configurando serviço de Internet (HSI)


OLT-SBC-NOC(config)# interface gpon 0/0

OLT-SBC-NOC(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 1 vlan 100

OLT-SBC-NOC(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 2 vlan 100

OLT-SBC-NOC(config-if-gpon-0/0)# ont port native-vlan 0 1 eth 3 vlan 100

OLT-SBC-NOC(config-if-gpon-0/0)# ont ipconfig 0 1 ip-index 0 pppoe vlan 100 user-account


username teste password teste

OLT-SBC-NOC(config-if-gpon-0/0)# ont wan-config 0 1 ip-index 0 profile-id 10

OLT-SBC-NOC(config-if-gpon-0/0)# ont internet-config 0 1 ip-index 0

OLT-SBC-NOC(config-if-gpon-0/0)# ont port route 0 1 eth 1 enable

OLT-SBC-NOC(config-if-gpon-0/0)# ont port route 0 1 eth 2 enable

OLT-SBC-NOC(config-if-gpon-0/0)# ont port route 0 1 eth 3 enable


OLT-SBC-NOC(config-if-gpon-0/0)# display ont wan-config 0 1
-----------------------------------------------------------------------------
WAN IP index :0
WAN profile ID : 10
WAN profile name : WAN-NAT
Connection type : Route
NAT switch : Enable
-----------------------------------------------------------------------------

OLT-SBC-NOC(config-if-gpon-0/0)# display ont wan-info 0 1


---------------------------------------------------------------------
F/S/P : 0/0/0
ONT ID :1
---------------------------------------------------------------------
Index :1
Name : OLT_C_1_TR069_INTERNET_R
Service type : Tr069, Internet
Connection type : IP routed
IPv4 Connection status : Connected
IPv4 access type : PPPoE
IPv4 address : 10.10.10.100
Subnet mask : 255.255.255.255
Default gateway : 10.10.7.1
Manage VLAN : 100
Manage priority :5
Multicast VLAN :-
NAT switch : Enable
Option60 : No
Switch : Enable
MAC address : 505D-AC3C-6C79
Priority policy : Specified
L2 encap-type : PPPoE
IPv4 switch : Enable
IPv6 switch : Disable
Prefix :-
Prefix access mode : Invalid
Prefix preferred time :-
Prefix valid time :-
IPv6 Connection status : Invalid
IPv6 address :-
IPv6 address status : Invalid
IPv6 address access mode : Invalid
IPv6 address preferred time: -
IPv6 address valid time : -
DS-Lite Mode : Invalid
DS-Lite peer address :-
---------------------------------------------------------------------
9.2.2 - Configurando serviço de Voz (SIP)
OLT-SBC-NOC(config)# ont-sipagent-profile add profile-id 10 proxy-server 192.168.99.202 proxy-
server-port 5060 outbound-server 192.168.99.202 outbound-server-port 5060 home-domain
infiniteconsulting.com.br

OLT-SBC-NOC(config)# interface gpon 0/0

OLT-SBC-NOC(config-if-gpon-0/0)# ont ipconfig 0 1 ip-index 1 dhcp vlan 200

OLT-SBC-NOC(config-if-gpon-0/0)# ont voip config-method 0 1 omci

OLT-SBC-NOC(config-if-gpon-0/0)# if-sip add 0 1 1 sipagent-profile profile-id 10 ip-index 1


OLT-SBC-NOC(config-if-gpon-0/0)# sippstnuser add 0 1 1 mgid 1 password teste123 telno
992002001 username 992002001

OLT-SBC-NOC(config-if-gpon-0/0)# sippstnuser ipconfig 0 1 1 ip-index 1

9.3 - Utilizando U2000


Em breve

9.4 - Utilizando TR-069


Em breve

10 - Habilitando “autosave”
OLT-SBC-NOC(config)# autosave type all

OLT-SBC-NOC(config)# autosave interval on

11 - Programando backup da OLT


OLT-SBC-NOC(config)# ftp set

OLT-SBC-NOC(config)# file-server auto-backup configuration primary 192.168.99.1 ftp user

OLT-SBC-NOC(config)# file-server auto-backup configuration secondary 192.168.99.254


ftp user

OLT-SBC-NOC(config)# auto-backup period data interval 1 time 02:30

OLT-SBC-NOC(config)# auto-backup period data enable

OLT-SBC-NOC(config)# auto-backup period configuration interval 1 time 03:00

OLT-SBC-NOC(config)# auto-backup period configuration enable


12 - Configurando SNMP da OLT para integração com
U2000
OLT-SBC-NOC(config)# snmp-agent sys-info version v2c

OLT-SBC-NOC(config)# undo system snmp-user password security

OLT-SBC-NOC(config)# snmp-agent community read public

OLT-SBC-NOC(config)# snmp-agent community write private

OLT-SBC-NOC(config)# snmp-agent trap-format standard

OLT-SBC-NOC(config)# snmp-agent trap enable standard

OLT-SBC-NOC(config)# snmp-agent target-host trap-hostname WINLAB address 192.168.7.99


trap-paramsname NMS

OLT-SBC-NOC(config)# snmp-agent target-host trap-paramsname NMS v2c securityname NMS

Você também pode gostar