fttx-configuration-577k ver 31072011

Upload: osama-abbass

Post on 02-Jun-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    1/15

    FTTX Configuration For TOT 577K

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    2/15

    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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    3/15

    Basic Concept of GPON (2)

    Page3

    VoIP S-VLAN

    21

    GPBC

    SCUL

    X2CA

    C-VLAN 10 GEM 1 TCONT 1

    C-VLAN 20 GEM 2 TCONT 2

    C-VLAN 30 GEM 3 TCONT 3

    HSI VLAN 10

    VOIP VLAN 20

    IPTV VLAN 30

    Service port

    HSI S-VLAN

    3603

    IPTV S-VLAN

    17Residential

    Gateway

    GEM 1

    GEM 2

    GEM 3

    ONU ID 0

    HSI

    VOIP

    IPTV

    BRAS

    IMS

    IPTV

    OLT

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    4/15

    Configuration Data for Triple Play

    Data Plan

    Service Type S-VLAN C-VLAN DBA TCONT GEM RX TX

    HSI 3603 10 10 1 1 10 10

    Voice 21 20 11 3 3 11 11

    IPTV 17 30 12 2 2 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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    5/15

    Traffic Table

    By default the system has 7 default traffic table (0-6)MA5600T(config)#

    traffic table ip index 10cir 20480 pir 20480piriority 0

    piriority- policy local-pri / 20 Mbps for Internet

    MA5600T(config)#

    traffic table ip index 11 cir 1024pir 1024piriority 6

    piriority- policy local-pri / 1 Mbps for VOIP

    MA5600T(config)#traffic table ip index 12 cir 10240pir 10240piriority 5

    piriority- policy local-pri / 10 Mbps for IPTV

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    6/15

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    7/15

    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 Servicetcont 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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    8/15

    // 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 vlancommit / 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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    9/15

    ONT Service Profile1. Create an ont-srvprofile

    MA5600T(config)#ont-srvprofile gpon profile-id 10

    2. Enter the ont-srvprofile and configure theparameters

    MA5600T(config-gpon-srvprofile-10 )#

    ont-port pots 2 eth 4 / ont HG8245 2 POTS 4 FEport 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 Servicecommit / commit the changes

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    10/15

    Adding ONU (1)

    Before adding the ONU1. 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 PONinterface

    display ont autofind 0 ------------------------------------------------------------------------ Number F/ S/ P SN Password

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

    1 0/ 1/ 0 48575443231FD302

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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    11/15

    Adding ONU (2)

    3. Add the ONU by binding the line profile andservice profile

    MA5600T(config-if-gpon-0/1)

    ont add 00sn-auth 48575443231FD302 omci

    ont-lineprofile-id 10 ont-srvprofile-id 10Number 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

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

    0/1/0 ONU id 0

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    12/15

    VLAN Configuration

    Create management and service VLAN MA5600T(config)#

    vlan 36 smart / NMS VLAN

    vlan 21 smart / VoIP VLAN

    vlan 3603 smart / HSI VLANvlan 17 smart / IPTV VLAN

    Create management and service VLAN

    port vlan 36 0/9 0 / bind uplink port to VLANport 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

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    13/15

    Service Port ConfigurationCreate service port for each service

    MA5600T(config)#

    service-port vlan 3603gpon 0/5/0 ont 0 gemport 1 multi-

    service user-vlan 10rx-cttr 10tx-cttr 10/ for HSI

    service-port vlan 21gpon 0/5/0 ont 0 gemport 2 multi-

    service user-vlan 20rx-cttr 11tx-cttr 11/ for VOIPservice-port vlan 17gpon 0/5/0 ont 0 gemport 3 multi-

    service user-vlan 30rx-cttr 12tx-cttr 12/ For IPTV

    RX = Downlink = outbound ; TX = Uplink = inbound

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    14/15

    Query Service Port

    To query the service port status

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

    Gem ID Traffic Table

    Service VALN User VLAN on

    ONU port

  • 8/10/2019 FTTX-Configuration-577K Ver 31072011

    15/15

    Configure native VLAN on ONU port

    Configure the native VLAN on ONU port

    MA5600T(config)#interface gpon 0/5

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

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

    Native Vlan on ONU

    Port 0

    ONU 0

    Ethernet

    port 1