Sei sulla pagina 1di 30

GPON FTTM Native TDM Service Configuration (SDH(SDH-based)

www.huawei.com

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

References
MA5600T&MA5603T Product Documentation : Configuration > Configuration-CLI > FTTx Solution Configuration > Configuration Example of the FTTx Service (GPON Access)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page1

Objectives
Upon completion of this course, you will be able to:
Describe the structure of FTTM solution Outline the basic principle of Native TDM List the main parameters of the Native TDM Base station access Service (SDH-based) List the configuration flow of the service

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page2

Contents
1. Network of FTTM Native TDM Service (SDH-based) 2. Configuring FTTM Native TDM Service (SDH-based)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page3

FTTM Solution
FTTM indicates Fiber To The Mobile base station. The CBU is connected to the 2G or 3G base station in the TDM E1 mode and the OLT in the Native TDM mode. The OLT is connected upstream to the SDH network through the E1 or STM-1 port, thus carrying the traditional circuit switched service over the GPON network.

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page4

Network of Native TDM base station access service

Network Positioning OLT CBU

Configuration Product MA5600T and MA5603T MA5612 and OT928

Description Supports functioning as an OLT in the FTTH, FTTB, FTTC, FTTM, or FTTO network. Supports functioning as a CBU in the FTTM network.
Page5

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Basic principle of Native TDM

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page6

Native TDM network application

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page7

Contents
1. Network of FTTM Native TDM Service (SDH-based) 2. Configuring FTTM Native TDM Service (SDH-based)
2.1 configuration in OLT side 2.2 configuration in CBU side

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page8

Data Plan (OLT)


Item VLAN IP address GPON service board Data Inband management VLAN: smart VLAN 4000 Inband management IP address: 192.168.146.130/24 Port: 0/3/1 ONU ID: 1 ONU authentication mode: SN ONU SN: 48575443E6D8B541 Port: 0/5/0 Daughter board type: EH1A (providing E1 ports) or CSSA (providing STM-1 ports) VC12 ID: 2 (for only the STM-1 port) Profile name: TDM Type: type1 Fixed bandwidth: 32 Mbit/s

TOPA service board

DBA profile

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page9

Data Plan (OLT)


Item ONU line profile Data Profile ID: 10 GEM port IDs: 0 and 1 T-CONT IDs: 1 and 10 Bind T-CONT 1 to the DBA profile named TDM Bind T-CONT 10 to the DBA profile ID 1 SNMP

ONU management mode

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page10

Configuration flow (OLT)


PON
Step1: Configure the GPON ONU profiles Step2: Add an ONU on the OLT Step3: Configure the management channel from the OLT to the ONU

Step4: Configure the TDM connection.

TDM

QOS

Step5: Configure queue scheduling Step6: Configure system clock synchronization Step7: Configure network protection

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page11

Configuring the OLT


Step1: Configure the GPON ONU profiles.
1. Add a DBA profile.
huawei(config)#dba-profile add profile-name TDM type1 fix 32768

2. Add an ONU line profile.


huawei(config)#ont-lineprofile gpon profile-id 10 huawei(config-gpon-lineprofile-10)#tcont 1 dba-profile-name TDM huawei(config-gpon-lineprofile-10)#gem add 0 eth tcont 1 priorityqueue 3

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page12

Configuring the OLT


huawei(config-gpon-lineprofile-10)#gem add 1 eth tcont 1 priorityqueue 3 huawei(config-gpon-lineprofile-10)#mapping-mode vlan huawei(config-gpon-lineprofile-10)#gem mapping 0 0 vlan 8 huawei(config-gpon-lineprofile-10)#gem mapping 1 1 vlan 500

3. After the configuration is complete, run the commit command to make the configured parameters take effect.
huawei(config-gpon-lineprofile-10)#commit

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page13

Configuring the OLT


Step2: Add an ONU on the OLT.
1. To add an ONU offline, do as follows:
huawei(config)#interface gpon 0/3 huawei(config-if-gpon-0/3)#ont add 1 1 sn-auth 48575443E6D8B541 snmp ont-lineprofile-id 10 desc MA5612_0/3/1/1_lineprofile10

2. To automatically find an ONU, do as follows:


huawei(config)#interface gpon 0/3 huawei(config-if-gpon-0/3)#port 1 ont-auto-find enable huawei(config-if-gpon-0/3)#display ont autofind 1

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page14

Configuring the OLT


//After this command is executed, the information about all ONUs connected to //the GPON port through the optical splitter is displayed. ----------------------------------------------------------- Number F/S/P Ont SN Password VenderID Ont Version :1 : 0/3/1 : 48575443E6D8B541 : : HWTC : MA5612

Ont SoftwareVersion : V800R308C00 Ont EquipmentID : SmartAX MA5612

Ont autofind time : 2010-03-10 11:20:16 ------------------------------------------------------------

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page15

Configuring the OLT


huawei(config-if-gpon-0/3)#ont confirm 1 ontid 1 sn-auth 48575443E6D8B541 snmp ont-lineprofile-id 10 desc MA5612_0/3/1/1_lineprofile10

3. (Optional) Bind the alarm profile to the ONU.


huawei(config-if-gpon-0/3)#ont alarm-profile 1 1 profile-id 1

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page16

Configuring the OLT


Step3: Configure the management channel from the OLT to the ONU.
1. Configure the inband management VLAN of the OLT.
huawei(config)#vlan 4000 smart huawei(config)#port vlan 4000 0/19 0

2. Configure an inband management service port.


huawei(config)#service-port 0 vlan 4000 gpon 0/3/1 ont 1 gemport 0 multi-service user-vlan 4000 rx-cttr 6 tx-cttr 6

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page17

Configuring the OLT


3. Configure the inband management IP address of the OLT.
huawei(config)#interface vlanif 4000 huawei(config-if-vlanif4000)#ip address 192.168.146.130 24 huawei(config-if-vlanif4000)#quit

4. Configure the inband management IP address of the ONU.


huawei(config)#interface gpon 0/3 huawei(config-if-gpon-0/3)#ont ipconfig 1 1 static ip-address 192.168.146.110 mask 255.255.255.0 vlan 4000

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page18

Configuring the OLT


Step4: Configure the TDM connection.
In the case of the E1 upstream port:
huawei(config)#tdm-connect connectid 1 tdm 0/5/0 gpon 0/3/1 ontid 1 gemportIndex 1

In the case of the STM-1 upstream port, you must configure the VC12 parameter:
huawei(config)#tdm-connect connectid 1 tdm 0/5/0 vc12 2 gpon 0/3/1 ontid 1 gemportIndex 1

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page19

Configuring the OLT


Step5: Configure queue scheduling.
1. Use the 3PQ+5WRR queue scheduling.
huawei(config)#queue-scheduler wrr 10 10 20 20 40 0 0 0

2. Configure the mapping between queues and 802.1p priorities.


huawei(config)#cos-queue-map cos0 0 cos1 1 cos2 2 cos3 3 cos4 4 cos5 5 cos6 6 cos7 7

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page20

Configuring the OLT


Step6: Configure system clock synchronization.
GPON system can support the following clock synchronization methods in FTTM solution:
Ethernet clock synchronization BITS clock synchronization 1588V2 clock synchronization

For details, see configuration of clock synchronization for GPON system in FTTM solution.

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page21

Configuring the OLT


Step7: Configure network protection.
For details, see Configuring FTTM Network Protection.

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page22

Contents
1. Network of FTTM Native TDM Service (SDH-based) 2. Configuring FTTM Native TDM Service (SDH-based)
2.1 configuration in OLT side 2.2 configuration in CBU side

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page23

Data Plan (CBU)


Item VLAN IP address E1 port Data Inband management VLAN: smart VLAN 4000, adding GPON upstream port 0/0/0 to this VLAN Inband management IP address: 192.168.146.110/24 Port: 0/1/0 Working mode of the port: UDT Transmit clock of the port: system

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page24

Configuring the CBU


Step1: Configure system clock synchronization.
GPON system can support the following clock synchronization methods in FTTM solution:
Ethernet clock synchronization BITS clock synchronization 1588V2 clock synchronization

For details, see configuration of clock synchronization for GPON system in FTTM solution.

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page25

Questions
1. What is main parts in FTTM solution?

2. What is the basic principle of Native TDM?

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page26

Summary
Structure of FTTM solution Basic principle of Native TDM configuration flow of the Native TDM Base station access Service (SDH-based)

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page27

Glossary
PWE3 TDM SAToP CESoP MPLS LDP LSP BTS BSC Pseudo Wire Emulation Edge-to-Edge Time-Division Multiplexing Structure-Agnostic Transport over Packet Circuit-Emulation Service over Packet Multi-Protocol Label Switching Label Distribute Protocol Label Switching Path Base Transceiver Station Base Station Controller

Copyright 2010 Huawei Technologies Co., Ltd. All rights reserved.

Page28

Thank you
www.huawei.com

Potrebbero piacerti anche