Sei sulla pagina 1di 21

GPON GX3108 Initial Configuration Guide

GPON GX3108
Initial Configuration
Guide

Issue V1.0
Date 2018-07-02

Genew Technologies Co., Ltd. 1


GPON GX3108 Initial Configuration Guide

Content

1. Check and upgrade version ........................................................................................................... 3


1.1. Prepare for upgrade ........................................................................................................... 3
1.2. Upgrade OLT ..................................................................................................................... 4
1.3. Upgrade ONU locally........................................................................................................ 4
2. Configure IP Interface ................................................................................................................... 5
2.1. Configure Management IP address.................................................................................... 5
2.2. Save and reboot ................................................................................................................. 6
3. General configuration ................................................................................................................... 7
3.1. EMS server IP ................................................................................................................... 7
3.2. Time server IP ................................................................................................................... 7
3.3. Configure Profile template ................................................................................................ 8
3.3.1. Flow profile ............................................................................................................. 8
3.3.2. Bandwidth profile.................................................................................................... 9
3.3.3. Upstream T-CONT service profile .......................................................................... 9
3.3.4. T-CONT and virtual port binding profile .............................................................. 10
3.4. Add ONU ........................................................................................................................ 11
3.4.1. New ONU register................................................................................................. 11
3.4.2. Assign profile to ONU .......................................................................................... 12
3.4.3. Configure VLAN translation on PON interface .................................................... 12
3.4.4. Configure VLAN on OLT switch uplink ............................................................... 13
3.5. ONU configuration on EMS............................................................................................ 15
3.5.1. Configure ONU management IP ........................................................................... 15
3.5.2. Login ONU ........................................................................................................... 16
3.5.3. Add WAN interface ............................................................................................... 17
3.6. Service test ...................................................................................................................... 21
4. Save configuration ...................................................................................................................... 21

Genew Technologies Co., Ltd. 2


GPON GX3108 Initial Configuration Guide

1. Check and upgrade version

We recommend to upgrade factory version to the latest version.


Note: All features of GX3104 are same with GX3108, the only difference between them is PON
port density. So the document does not discuss GX3104 seperately.

1.1. Prepare for upgrade

Get latest software version for upgrade.


gponcard.img
HG326UG.180511.w
The default OLT IP is 192.168.2.251, set PC’s IP as the same subnet as 192.168.2.5.
3CDaemon software is used as FTP Server, the instructions for 3CDaemon are shown following.

Open the 3CDaemon software, click “FTP Server --> Configure FTP Server ” to enter
“3CDaemon Configuration” interface.
Click the button “...”on the right, and select the file path where the gponcard.img file stored.

Connect to MGNT port of OLT by cable from FTP server directly.

Genew Technologies Co., Ltd. 3


GPON GX3108 Initial Configuration Guide

1.2. Upgrade OLT

Telnet OLT at 192.168.2.251, (default username: admin password: admin) as following:


Username:admin
Password:
telnet@GX3108G> en
telnet@GX3108G# config manage
telnet@GX3108G(config-mgmt)# ftp 192.168.2.5 get anonymous anonymous
/tffs/gponcard.img gponcard.img

Check image size after download finished:


telnet@GX3108G(config-mgmt)# file list /tffs/
15723387 MAY-16-2018 17:49:22 gponcard.img

Reboot OLT to take new image effect:


telnet@GX3108G(config-mgmt)# set factory default
telnet@GX3108G(config-mgmt)# reboot

Check the version upgrade successful or not by CLI command


telnet@GX3108G# show version
GX3108G software release version: 01.01.00.020
Bootrom version: 3.8.1.2

1.3. Upgrade ONU locally

Set laptop IP as DHCP, connect laptop to any ETH port of the ONU
IE browser at 192.168.1.1 (default username: utstar password: utstar), select english language
Select menus management->device manage->update image

Genew Technologies Co., Ltd. 4


GPON GX3108 Initial Configuration Guide

click browse, select ONU software file as HG326UG.180511.w,


click update software
Note: Never power down ONU during upgrade!

ONU will auto reboot

2. Configure IP Interface

Following steps assume that uplink connection is ready.


Note: Only connect the active uplink before initial configuration! Otherwise the
standby uplink without RSTP may cause network loop thus result in broadcast storm!

2.1. Configure Management IP address

The GPON GX3108 default device IP is 192.168.2.251


Connect MGNT port of GX3108 with PC by a network console, set PC’s IP as the
same subnet as 192.168.2.x, then telnet 192.168.2.251

telnet@GX3108G# config term


telnet@GX3108G(config-t)# interface giga-ethernet 2/3
telnet@GX3108G(config-t-if-ge-2/3)# interface-mode FIBER
telnet@GX3108G(config-t-if-ge-2/3)# no shutdown
telnet@GX3108G(config-t-if-ge-2/3)# exit
Genew Technologies Co., Ltd. 5
GPON GX3108 Initial Configuration Guide
Note: if 10G uplink, please change ports as 2/1, 2/2 relately, and mode as
telnet@GX3108G(config-t-if-ge-2/1)# interface-mode XGMII

telnet@GX3108G(config-t)#vlan 4013 mgnt (management VLAN as plan)


telnet@GX3108G(config-t-vlan-4013)# member ge2/3 tagged (active GE uplink)
telnet@GX3108G(config-t-vlan-4013)# member ge2/4 tagged (standby GE uplink)
telnet@GX3108G(config-t-vlan-4000)# exit

telnet@GX3108G(config-t)# interface vlan 4013


telnet@GX3108G(config-t-if-vlan-4013)# ip address 10.191.10.10 255.255.255.0
telnet@GX3108G(config-t-if-vlan-4013)#no shutdown
telnet@GX3108G(config-t-if-vlan-4013)#exit

telnet@GX3108G(config-t)# ip route 0.0.0.0 0.0.0.0 10.191.10.1


telnet@GX3108G(config-t)# ping 10.191.10.1
telnet@GX3108G(config-t)# exit

telnet@GX3108G(config-t)# spanning-tree mode rstp


telnet@GX3108G(config-t)# spanning-tree vlan 1 priority 40960

2.2. Save and reboot

Manually save and reboot to let new inband IP take effect.


telnet@GX3108G# config manage
telnet@GX3108G(config-mgmt)# save
telnet@GX3108G(config-mgmt)# reboot

Genew Technologies Co., Ltd. 6


GPON GX3108 Initial Configuration Guide

3. General configuration

3.1. EMS server IP

3.2. Time server IP

The version as IOT

Genew Technologies Co., Ltd. 7


GPON GX3108 Initial Configuration Guide

3.3. Configure Profile template

create all profile templates for ONU as below

3.3.1. Flow profile

assume vlan 100 from customer ONU for internet service

vlan 4014 for VOIP

Genew Technologies Co., Ltd. 8


GPON GX3108 Initial Configuration Guide

3.3.2. Bandwidth profile

maximum 10M as example

3.3.3. Upstream T-CONT service profile

bandwidth + priority

Genew Technologies Co., Ltd. 9


GPON GX3108 Initial Configuration Guide

3.3.4. T-CONT and virtual port binding profile

for internet service

for voip service


Genew Technologies Co., Ltd. 10
GPON GX3108 Initial Configuration Guide

3.4. Add ONU

PPPoE test account and QinQ Data VLAN and VOIP plan should be ready.

3.4.1. New ONU register

Genew Technologies Co., Ltd. 11


GPON GX3108 Initial Configuration Guide

3.4.2. Assign profile to ONU

3.4.3. Configure VLAN translation on PON interface

Assume ONU internet VLAN 100 to QinQ ( Svlan4040 + Cvlan 201)

Genew Technologies Co., Ltd. 12


GPON GX3108 Initial Configuration Guide
Assume ONU VOIP VLAN 4014 keep same 4014

ONU management VLAN 4018 to same as OLT management VLAN 4013

3.4.4. Configure VLAN on OLT switch uplink

management VLAN

Genew Technologies Co., Ltd. 13


GPON GX3108 Initial Configuration Guide

VOIP VLAN

Internet VLAN

Genew Technologies Co., Ltd. 14


GPON GX3108 Initial Configuration Guide

3.5. ONU configuration on EMS

3.5.1. Configure ONU management IP

same subnet as OLT management as plan, common use for all ONUs.

Genew Technologies Co., Ltd. 15


GPON GX3108 Initial Configuration Guide

3.5.2. Login ONU

Double click ONT icon, on EMS server for this view.


Note: EMS LCT no such topology view, you can configure ONU via IE locally

login ONU with utstar/utstar

Genew Technologies Co., Ltd. 16


GPON GX3108 Initial Configuration Guide

3.5.3. Add WAN interface

Add Internet WAN interface


VLAN should keep 100 to be consistency with profile
PPPoE test account

Genew Technologies Co., Ltd. 17


GPON GX3108 Initial Configuration Guide

Add VOIP WAN interface

Select the VOIP WAN interface


fill in UTSTARCOM’s IMS server IP, both the proxy and register server
and user ID, fill phone1 first if one number only

Genew Technologies Co., Ltd. 18


GPON GX3108 Initial Configuration Guide
Then click Apply

format for example, User ID: +917312551921


Display name: 917312551921
Auth Username: +917312551921
Auth Password: 123

Configure dial plan as same as LMG or x.#

Genew Technologies Co., Ltd. 19


GPON GX3108 Initial Configuration Guide

Not tick unnecessary service, most are controlled by IMS but call wait.

Genew Technologies Co., Ltd. 20


GPON GX3108 Initial Configuration Guide

3.6. Service test

Connect PC to ETH port of ONU and enable DHCP, user can access to internet.

Connect telephone to FXS1 port of ONU, incoming and outgoing call should be both ok

4. Save configuration

Genew Technologies Co., Ltd. 21

Potrebbero piacerti anche