Sie sind auf Seite 1von 15

FTTX Configuration For TOT 577K

Basic Concept of GPON (1)


Term

Description

Traffic Table

Profile that specify the traffic stream (control downstream )

DBA Profile

Dynamic Bandwidth Assignment (DBA) to control the upstream


traffic.

TCONT-ID

Traffic Container that carry upstream traffic. Will be bound to


DBA profile. ONE T-cont ID for ONE service.

GEM Port-ID

GPON Encapsulated Method (GEM) as a transport layer to carry

multiple transport protocol i.e. TDM, ATM, Ethernet. ONE GEM


Port-ID for ONE service
ONU ID

ONU ID must be unique under one PON interface

Service Port

Cross connect between user side (GPBC) and uplink (SCUB)


Page2

Basic Concept of GPON (2)


HSI S-VLAN
3603

Service port
C-VLAN 10 GEM 1 TCONT 1

VOIP VLAN 20

C-VLAN 20 GEM 2 TCONT 2

IPTV VLAN 30

C-VLAN 30 GEM 3 TCONT 3

IPTV

SCUL

VOIP

GPBC

GEM 1

IMS

X2CA

HSI

HSI VLAN 10

GEM 2
GEM 3
Residential
Gateway

BRAS

IPTV

IPTV S-VLAN
17

ONU ID 0
OLT
VoIP S-VLAN
21

Page3

Configuration Data for Triple Play


Data Plan

Service Type

S-VLAN

C-VLAN

DBA

TCONT

GEM

RX

TX

HSI

3603

10

10

10

10

Voice

21

20

11

11

11

IPTV

17

30

12

12

12

Management

36 IP address 10.232.77.3/24, GW : 10.232.77.254

Uplink port

Downlink port

SCU: 0/9 0

PON interface :0/5/0


ONU ID 0

Traffic Table
By default the system has 7 default traffic table (0-6)
MA5600T(config)#
traffic table ip index 10 cir 20480 pir 20480 piriority 0
piriority- policy local-pri / 20 Mbps for Internet
MA5600T(config)#
traffic table ip index 11 cir 1024 pir 1024 piriority 6
piriority- policy local-pri / 1 Mbps for VOIP
MA5600T(config)#
traffic table ip index 12 cir 10240 pir 10240 piriority 5
piriority- policy local-pri / 10 Mbps for IPTV

DBA Profile
1. To add the DBA profile
MA5600T(config)#
dba-profile add profile-id 10 profile-name HSI"
type2 assure 5120 / assure b/w 5 Mbps for HSI
dba-profile add profile-id 11 profile-name VOIP
" type1 fix 1024 / voice service require fix
(512~1024)
dba-profile add profile-id 12 profile-name IPTV"
type2 assure 10240 / assure b/w 10Mbps for
IPTV

ONT Line Profile


1. Create an ont-lineprofile
MA5600T(config)#ont-lineprofile gpon profile-id 10
2. Enter the ont-lineprofile and configure line parameters
MA5600T(config-gpon-lineprofile-10 )#
// For HSI Service
tcont 1 dba-profile-id 10 / bind tcont to dba profile
gem add 1 eth tcont 1 / bind gem to tcont
gem mapping 1 0 vlan 10 / map gem to vlan
commit / commit the changes

The example only for HSI, repeat configuration for other services

// For Voip Service


tcont 2 dba-profile-id 11 / bind tcont to dba profile
gem add 2 eth tcont 2 / bind gem to tcont
gem mapping 2 0 vlan 20/ map gem to vlan
commit / commit the changes
// For ipTV Service
tcont 3 dba-profile-id 12 / bind tcont to dba profile
gem add 3 eth tcont 3 / bind gem to tcont
gem mapping 3 0 vlan 30 / map gem to vlan
commit / commit the changes

ONT Service Profile


1. Create an ont-srvprofile
MA5600T(config)#ont-srvprofile gpon profile-id 10
2. Enter the ont-srvprofile and configure the
parameters
MA5600T(config-gpon-srvprofile-10 )#
ont-port pots 2 eth 4 / ont HG8245 2 POTS 4 FE
port vlan eth 1 10 / vlan ID for FE1 Internet Service
port vlan eth 2 20 / vlan ID for FE2 IPTV Service
port vlan eth 3 30 / vlan ID for FE3 VoIP SIP Phone
port vlan eth 4 10 / vlan ID for FE4 Internet Service
commit / commit the changes

Adding ONU (1)


Before adding the ONU
1. Enable the auto find function in PON interface
interface gpon 0/1
MA5600T(config-if-gpon-0/1)
port 0 ont-auto-find enable /port 0/1/0
2. Query any auto find ONUs under the PON
interface
display ont autofind 0

-----------------------------------------------------------------------Number F/ S/ P
SN
Password
-----------------------------------------------------------------------1
0/ 1/ 0 48575443231FD302
------------------------------------------------------------------------

Adding ONU
(2)
ONU id 0
0/1/0
3. Add the ONU by binding the line profile and
service profile
MA5600T(config-if-gpon-0/1)
ont add 0 0 sn-auth 48575443231FD302 omci
ont-lineprofile-id 10 ont-srvprofile-id 10
Number of ONTs that can be added: 1, success: 1
4. MA5600T(config-if-gpon-0/1)
display ont info 0 all
-----------------------------------------------------------------------------

F/S/P ONT-ID

------------------------------------------------------------------------------

SN
Control Run Config Match DBA
flag
state state state type
-----------------------------------------------------------------------------0/ 2/1
0 48575443231FD302 active
up normal match SR

VLAN Configuration
Create management and service VLAN

MA5600T(config)#

vlan 36 smart / NMS VLAN


vlan 21 smart / VoIP VLAN

vlan 3603 smart / HSI VLAN


vlan 17 smart / IPTV VLAN

Create management and service VLAN


port vlan 36 0/9 0 / bind uplink port to VLAN
port vlan 400 0/9 0 / bind uplink port to VLAN
port vlan 401 0/9 0 / bind uplink port to VLAN
port vlan 17 0/9 0 / bind uplink port to VLAN

Service Port Configuration


Create service port for each service
MA5600T(config)#

service-port vlan 3603 gpon 0/5/0 ont 0 gemport 1 multiservice user-vlan 10 rx-cttr 10 tx-cttr 10 / for HSI
service-port vlan 21 gpon 0/5/0 ont 0 gemport 2 multiservice user-vlan 20 rx-cttr 11 tx-cttr 11 / for VOIP
service-port vlan 17 gpon 0/5/0 ont 0 gemport 3 multiservice user-vlan 30 rx-cttr 12 tx-cttr 12/ For IPTV

RX = Downlink = outbound ; TX = Uplink = inbound

Query Service Port

To query the service port status

MA5600T(config)# display service-port port 0/5/0

ONU ID
Gem ID

Service VALN

Traffic Table

User VLAN on
ONU port

Native Vlan on ONU

Configure native VLAN on ONU port


Port 0
ONU 0

Configure the native VLAN on ONU port


MA5600T(config)#interface gpon 0/5
MA5600T(config-if-gpon-0/5)# ont port native vlan 0 0 eth 1 vlan 10 //HSI
MA5600T(config-if-gpon-0/5)# ont port native vlan 0 0 eth 2 vlan 30 //IPTV

Ethernet
port 1

Das könnte Ihnen auch gefallen