You are on page 1of 26

Low Level Design for VNPT

GPON Project
Low Level Design for VNPT GPON Project

Low Level Design for VNPT GPON Project


Version Date Author Reviewer Notes

© 2019ZTE Corporation. All rights reserved.


ZTE CONFIDENTIAL: This document cONTains proprietary information of ZTE and is not to be disclosed or used
without the prior written permission of ZTE.
Due to update and improvement of ZTE products and technologies, information in this document is subjected to
change without notice.

ZTE Confidential& Proprietary 1


Low Level Design for VNPT GPON Project

TABLE OF CONTENTS

1 Preface ............................................................................................................... 4

2 Requirement ...................................................................................................... 5
2.1 MNG Requirement ............................................................................................... 5
2.2 Service Requirement ........................................................................................... 5

3 Network Architecture and Solution .................................................................. 6


3.1 ZTE Mini OLT ZXA10 C320 ................................................................................. 6
3.2 ONT Products ...................................................................................................... 7

4 MNG Design ............................................................ Error! Bookmark not defined.


4.1 Các thông số cho MNG ........................................................................................ 8
4.2 Cấu hình MNG ..................................................................................................... 8

5 Services Design............................................................................................... 10
5.1 ONU manage ........................................................ Error! Bookmark not defined.
5.2 HSI Service ........................................................................................................ 11
5.2.1 Các tham số cho dịch vụ HSI ............................................................................. 11
5.2.2 Cấu hình HSI ..................................................................................................... 12
5.3 IPTV Service ...................................................................................................... 14
5.3.1 Các tham số cho dịch vụ IPTV ........................................................................... 14
5.3.2 Cấu hình IPTV ................................................................................................... 14
5.4 VOIP Service ..................................................................................................... 16
5.4.1 Các tham số cho dịch vụ VoIP ........................................................................... 16
5.4.2 Cấu hình VOIP ................................................................................................... 16
5.5 VPN Service ...................................................................................................... 18
5.5.1 Các tham số cho dịch vụ VPN............................................................................ 18
5.5.2 Cấu hình VPN .................................................................................................... 18
5.6 Mobile backhaul service ..................................................................................... 19
5.6.1 Các tham số cho dịch vụ Mobile backhaul ......................................................... 19
5.6.2 Cấu hình Mobile Backhaul ................................................................................. 20
5.7 HSI for business subscriber (IPoE) .................................................................... 21
5.7.1 Các tham số cho dịch vụ HSI (IPoE) .................................................................. 21
5.7.2 Cấu hình HSI (IPoE) .......................................................................................... 21
5.8 QOS Design....................................................................................................... 22
5.8.1 Congestion avoidance ....................................................................................... 22
5.8.2 Upstream traffic marking .................................................................................... 22
5.9 High Reliability ................................................................................................... 23

2 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZTE Confidential& Proprietary 3


Low Level Design for VNPT GPON Project

1 Preface
This proposal describesthe Low Level Design of VNPT GPON project.

This LLD includes following parts:

Manage configuration;

Service Configuration;

4 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

2 Requirement

2.1 MNG Requirement

Quản lý thiết bị tập trung bằng hệ thống NMS

2.2 Service Requirement

VNPT cung cấp các dịch vụ sau trên mạng GPON:

+ High speed internet access

+ IPTV service

+ VoIP service

+ VPN service

+ Mobile backhaul

ZTE Confidential& Proprietary 5


Low Level Design for VNPT GPON Project

3 Network Architecture and Solution

3.1 ZTE Mini OLT ZXA10 C320

ZXA10 C320 has the various features as mentioned below.

 Supports multi-services: Internet, VoIP, IPTV

 2U high, horizontal board plug, 2 slots

 Uplink interface: 4*GE(O)+2*GE(E), or 2*10GE(O)+2*GE(O)+2*GE(E),

 System capacity:16/32 GPON interfaces

Figure 3-1ZXA10 C320 Appearance

6 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

3.2 ONT Products

Table 3-1Equipment List

Name Figure Interface

4*FE ;
ZXHN F600W
WIFI(802.11 b/g/n, 4 SSIDs)

4*FE;
2*POTS;
ZXHN F660
WIFI(802.11 b/g/n, 4 SSIDs);
1*USB

4*GE/FE;
2*POTS;
ZXHN F668 1*RF;
WIFI(802.11 b/g/n, 4 SSIDs);
1*USB

ZXHN F601 1*GE/FE

ZTE Confidential& Proprietary 7


Low Level Design for VNPT GPON Project

4 Thiết lập cho phần quản lý

4.1 Các thông số cho phần quản lý


Địa chỉ NMS server dành cho kết nối OLT: 10.1.1.2
Địa chỉ NMS server dành cho kết nối NMS client: 192.168.1.2
Các thông tin giả định cho 1 site gồm:
Vlan C320 MNG C320 MNG Uplink NMS Client
Site Hostname NMS client IP
quản lý IP Gateway port Gateway
HNI.TEST ZTE.HNI.TEST 3997 10.1.8.2/24 10.1.8.1/24 gei_1/3/1 192.168.8.2/24 192.168.8.1/24

User VLAN để mặc định theo nguyên tắc:


- VLAN = 11 cho dịch vụ HSI
- VLAN =12 cho dịch vụ MyTV
- VLAN = 13 cho dịch vụ VoIP
- VLAN =14 cho MegaWan (Mode Root).
- VLAN =15 cho MegaWan (Mode Bridge).

Tcont type = 4 dành cho HSI - với mức ưu tiên = 0


Tcont type = 2 dành cho MyTV - Có độ ưu tiên như type 1 nhưng sẽ không chiếm khe thời gian
nếu không có lưu lượng.
Tcont type = 1 dành cho VoIP - Loại Fix không có độ trễ
Tcont type = 3 dành cho VPN - độ ưu tiên thấp hơn type 1 và type 2.

Tcont1: dành cho dịch vụ internet


Tcont2: dành cho dịch vụ MyTV
Tcont3: dịch vụ VoIP

4.2 Cấu hình chi tiết


- Cấu hình hostname cho trạm:
ZXAN(config)# hostname ZTE.HNI.TEST

- Cấu hình uplink:


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#no shut
ZXAN(config-if)#switchport vlan 3997 tag

8 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

- Cấu hình địa chỉ Inband:


ZXAN(config)# interface vlan 3997
ZXAN(config-if-vlan3997)# ip address 10.1.8.2 255.255.255.0

- Cấu hình định tuyến:


ZXAN(config)# ip route 10.1.1.0 255.255.255.0 10.1.8.1

- Cấu hình SNMP


ZXAN(config)# snmp-server community public view AllView rw
ZXAN(config)# snmp-server host 10.1.1.2 version 2c public enable NOTIFICATIONS
target-addr-name zte isnmsserver udp-port 162

ZTE Confidential& Proprietary 9


Low Level Design for VNPT GPON Project

5 Services Design

5.1 Quản lý ONU


Giả định cấu hình của phần ONU:
- Loại F660, Serial number:ZTEGC0178729
- ONU được kết nối vào cổng GPON 1/1/1
- ONU_ID = 1 (được đặt trong dải từ 1 đến 128)

1. Thêm loại ONU (trong trường hợp trên OLT chưa có thông số về loại ONU này)
ZXAN(config)# pon
onu-type ZTE-F660 gpon description 4ETH,2POTS,WIFI max-tcont 16 max-gemport 64
max-iphost 4
onu-type-if ZTE-F660 eth_0/1
onu-type-if ZTE-F660 eth_0/2
onu-type-if ZTE-F660 eth_0/3
onu-type-if ZTE-F660 eth_0/4
onu-type-if ZTE-F660 pots_0/1
onu-type-if ZTE-F660 pots_0/2
onu-type-if ZTE-F660 wifi_0/1
onu-type-if ZTE-F660 wifi_0/2
onu-type-if ZTE-F660 wifi_0/3
onu-type-if ZTE-F660 wifi_0/4
onu-type ZTE-F600W gpon description 4ETH,WIFI max-tcont 16 max-gemport 64 max-iphost 4
onu-type-if ZTE-F600W eth_0/1
onu-type-if ZTE-F600W eth_0/2
onu-type-if ZTE-F600W eth_0/3
onu-type-if ZTE-F600W eth_0/4
onu-type-if ZTE-F600W wifi_0/1
onu-type-if ZTE-F600W wifi_0/2
onu-type-if ZTE-F600W wifi_0/3
onu-type-if ZTE-F600W wifi_0/4

2. Phát hiện ONU mới cắm vào mạng


ZXAN(config)# pon
ZXAN(config-pon)#uncfg-onu-display-info sn model version pw
ZXAN(config)#show pon onu uncfg

3. Cấu hình thêm ONU vào hệ thống (giả sử ONU_ID =1)


ZXAN(config)#interface gpon-olt_1/1/1

10 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZXAN(config-if)#no shut
Thêm ONU xác thực theo SN
ZXAN(config-if)#onu 1 type ZTE-F660 sn ZTEGC0178729
//Hoặc xác thực ONU theo Password
//ZXAN(config-if)#onu 1 type ZTE-F660 pw GC0178729

//Khuyến nghị triển khai xác thực theo mật khẩu, lấy mã MAN (mã khách hàng) tối đa 9 ký tự.
// Đổi mật khẩu trên ONT trước khi lắp đặt phía khách hàng.

4. Kiểm tra trạng thái ONU


ZXAN# show gpon onu state gpon-olt_1/1/1
//Trạng thái ONU hoạt động bình thường là working

5. Thay thế ONU


Trong trường hợp cấu hình thêm ONU vào hệ thống xác thực theo password. Khi thay thế ONU
cần update SN của ONU mới:
ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# sn-bind update-sn
//Hoặc tắt tính năng sn-bind :
//ZXAN(config)# interface gpon-onu_1/1/1:1
//ZXAN(config-if)# sn-bind disable

6. Xóa ONU
ZXAN(config)#interface gpon-olt_1/1/1
ZXAN(config-if)# no onu 1
//tất cả các cấu hình liên quan đến ONU 1 sẽ bị xóa

5.2 HSI Service

5.2.1 Các tham số cho dịch vụ HSI

Các tham số giả định cho dịch vụ HSI:


Định
PPPoE
dạng Uplink Down/U
Site HSI Vlan account ONU Gemport/Tcont UNI
chuỗi xác port p Speed
(user/pass)
thực
ZTE.H eth_0/1
NI.TES gponds/1234 , 20M/10
T 501 VNPT gei_1/3/1 56 1/1/1:1 gem1/Tcont1 wifi_0/1 M

ZTE Confidential& Proprietary 11


Low Level Design for VNPT GPON Project

Mẫu chuỗi xác thực:

VNPT: Access-Node-ID atm Rack/Frame/Slot/Port:Onu-Number.11

// Chuỗi xác thực sẽ được đẩy lên BRAS cho thuê bao đang giả định: ZTE.HNI.TEST atm 1/1/1/1:1.11

Mặc định Rack=1, Frame=1

Triển khai PPPoE+ trên Vport để đồng nhất chuỗi xác thực với Cvlan =11

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý

5.2.2 Cấu hình HSI


1. Cấu hình uplink:
ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 501 tag

2. Cấu hình profile băng thông


ZXAN(config)#gpon

//Định nghĩa 1 tcont profile tên là T4_100M với kiểu = 4 băng thông tối đa là 100M
ZXAN(config-gpon)# profile tcont T4_100M type 4 maximum 100000

// Thiết lập 1 profile tên là G_20M để giới hạn tốc độ 20M cho Gemport
ZXAN(config-gpon)# profile traffic G_20M sir 20000 pir 20000

// Thiết lập 1 profile tên là G_10M để giới hạn tốc độ 10M cho Gemport
ZXAN(config-gpon)# profile traffic G_10M sir 10000 pir 10000

3. Cấu hình mẫu xác thực vị trí thuê bao


ZXAN(conf)#port-identification access-node-id-type access-node-name
ZXAN(conf)#port-identification rackno 1 frameno 1
ZXAN(conf)#port-identification access-node-name ZTE.HNI.TEST
ZXAN(conf)# port-identification format-profile VNPT
ZXAN(config-port-identification)# port-identification add variable Access-Node-ID index 1
ZXAN(config-port-identification)# port-identification add delimiter space index 2
ZXAN(config-port-identification)# port-identification add string atm index 3

12 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZXAN(config-port-identification)# port-identification add delimiter space index 4


ZXAN(config-port-identification)# port-identification add variable Rack index 5
ZXAN(config-port-identification)# port-identification add string / index 6
ZXAN(config-port-identification)# port-identification add variable Frame index 7
ZXAN(config-port-identification)# port-identification add string / index 8
ZXAN(config-port-identification)# port-identification add variable Slot index 9
ZXAN(config-port-identification)# port-identification add string / index 10
ZXAN(config-port-identification)# port-identification add variable Port index 11
ZXAN(config-port-identification)# port-identification add string : index 12
ZXAN(config-port-identification)# port-identification add variable Onu-Number index 13
ZXAN(config-port-identification)# port-identification add string . index 14
ZXAN(config-port-identification)# port-identification add string 11 index 15

4. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 1 name HSI profile T4_100M
ZXAN(config-if)# gemport 1 name HSI tcont 1

// Áp băng thông (profile) vào Gemport

ZXAN(config-if)# gemport 1 traffic-limit upstream G_10M downstream G_20M

// Chuyển lưu lượng HSI thành vlan 11 và map vào gemport 1


ZXAN(config-if)# service-port 1 vport 1 user-vlan 11 vlan 501

5. Cấu hình xác thực PPPoE+


// Thiết lập PPPoE trên vport.

ZXAN(config)# pppoe-intermediate-agent enable


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)#port-identification format VNPT vport 1
ZXAN(config-if)#pppoe-intermediate-agent enable vport 1
ZXAN(config-if)#pppoe-intermediate-agent trust true replace vport 1

6. Cấu hình cho ONU


- Cấu hình profile vlan cho ONU
ZXAN(config)# gpon
ZXAN(config-gpon)# onu profile vlan HSI_PPPOE tag-mode tag cvlan 11

- Map lưu lượng HSI trên ONU


ZXAN(config)#pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 1 gemport 1 vlan 11

ZTE Confidential& Proprietary 13


Low Level Design for VNPT GPON Project

6.1 Quay PPPoE trên ONU


// Cấu hình tài khoản PPPoE trên host 1
ZXAN(pon-onu-mng)# wan-ip 1 mode pppoe username gponds password 123456 vlan-profile
HSI_PPPOE host 1

// Bật NAT cho host 1


ZXAN(pon-onu-mng)# wan 1 service internet host 1

6.2 Quay PPPoE trên PC hoặc Router kết nối cổng LAN 1 của ONU
ZXAN(pon-onu-mng)# vlan port eth_0/1 mode tag vlan 11

5.3 IPTV Service

5.3.1 Các tham số cho dịch vụ IPTV

Các tham số giả định cho dịch vụ MyTV:


VoD Uplink IPTV SD/H
ONU Gem/Tcont UNI
Site MVlan Group IP Vlan port account D
ZTE.H
NI.TE 232.84.1.1 eth_0/
ST 99 -254 2401 gei_1/3/1 1/1/1:1 gem2/tcont2 test/test 4 HD

SD: Down bandwidth= 4.5 Mbps

HD: Down bandwidth= 12Mbps

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý.

5.3.2 Cấu hình IPTV

1. Cấu hình uplink


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 99,2401 tag

14 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

2. Cấu hình profile băng thông


ZXAN(config)#gpon
ZXAN(config-gpon)# profile tcont T2_512K type 2 assured 512

// Định nghĩa băng thông cho Gemport chiều downlink


ZXAN(config-gpon)# profile traffic G_HD sir 12000 pir 13000
ZXAN(config-gpon)# profile traffic G_SD sir 4000 pir 5000

// Định nghĩa băng thông cho Gemport chiều uplink


ZXAN(config-gpon)# profile traffic G_IPTV sir 512 pir 512

3. Cấu hình multicast


ZXAN(config)#igmp enable
ZXAN(config)#igmp mvlan 99
ZXAN(config)#igmp mvlan 99 group 232.84.1.0 to 232.84.1.255
ZXAN(config)#igmp mvlan 99 source-port gei_1/3/1
ZXAN(config)# mvlan-translate 99 to 12
//HNI cấu hình host-version v2: ZXAN(config)# igmp mvlan 99 host-version v2

4. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 2 name IPTV profile T2_512K
ZXAN(config-if)# gemport 2 name IPTV tcont 2
ZXAN(config-if)# gemport 2 traffic-limit upstream G_IPTV downstream G_HD
ZXAN(config-if)# service-port 2 vport 2 user-vlan 12 vlan 2401

5. Cấu hình port thuê bao nhận luồng Multicast


ZXAN(config)# igmp mvlan 99 receive-port gpon-onu_1/1/1:1 vport 2

6. Cấu hình cho ONU


ZXAN(config)#pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 2 gemport 2 vlan 12
ZXAN(pon-onu-mng)# vlan port eth_0/4 mode tag vlan 12
ZXAN(pon-onu-mng)# vlan port wifi_0/2 mode tag vlan 12 //sử dụng SSID 2 làm wifi cho STB
ZXAN(pon-onu-mng)# mvlan 12
ZXAN(pon-onu-mng)# wan 2 ethuni 4 ssid 2 service other mvlan 12
ZXAN(pon-onu-mng)# dhcp-ip ethuni eth_0/4 from-internet

ZTE Confidential& Proprietary 15


Low Level Design for VNPT GPON Project

5.4 VOIP Service

5.4.1 Các tham số cho dịch vụ VoIP

Các tham số giả định cho dịch vụ VoIP:

Port-lo Gemp Up/ SIP


VoIP Uplink SIP proxy SIP number
Site cation ONU ort/Tc Dow client UNI
Vlan port IP:port (pass)
format ont n IP

SVLAN
ZTE. =200 113.171. gem3
HNI. User_VLA IMS_V 225.6:50 /tcon 1M/ pots
TEST N=13 NPT gei_1/3/1 62 1/1/1:1 t2 1M DHCP 8432000007 _0/1

Mẫu chuỗi xác thực:

IMS_VNPT: Access-Node-ID atm Rack/Frame/Slot/Port:Onu-Number.Cvlan

Rack=1, Frame=1

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý

5.4.2 Cấu hình VOIP

1. Cấu hình uplink


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 200 tag

2. Cấu hình profile băng thông


ZXAN(config)#gpon
ZXAN(config-gpon)# profile tcont T1_80K type 1 fixed 80
ZXAN(config-gpon)# profile traffic G_80K sir 80 pir 80

3. Cấu hình mẫu xác thực vị trí thuê bao


ZXAN(conf)# port-identification format-profile IMS_VNPT
ZXAN(config-port-identification)# port-identification add variable Access-Node-ID index 1

16 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZXAN(config-port-identification)# port-identification add delimiter space index 2


ZXAN(config-port-identification)# port-identification add string atm index 3
ZXAN(config-port-identification)# port-identification add delimiter space index 4
ZXAN(config-port-identification)# port-identification add variable Rack index 5
ZXAN(config-port-identification)# port-identification add string / index 6
ZXAN(config-port-identification)# port-identification add variable Frame index 7
ZXAN(config-port-identification)# port-identification add string / index 8
ZXAN(config-port-identification)# port-identification add variable Slot index 9
ZXAN(config-port-identification)# port-identification add string / index 10
ZXAN(config-port-identification)# port-identification add variable Port index 11
ZXAN(config-port-identification)# port-identification add string : index 12
ZXAN(config-port-identification)# port-identification add variable Onu-Number index 13
ZXAN(config-port-identification)# port-identification add string . index 14
ZXAN(config-port-identification)# port-identification add string 13 index 15

4. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 3 name VOIP profile T1_80K
ZXAN(config-if)# gemport 3 name VOIP tcont 3
ZXAN(config-if)# gemport 3 traffic-limit upstream G_80K downstream G_80K
ZXAN(config-if)# service-port 3 vport 3 user-vlan 13 vlan 200

5. Cấu hình xác thực DHCP option 82


ZXAN(config)# dhcpv4-l2-relay-agent enable
ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)#port-identification format IMS_VNPT vport 3
ZXAN(config-if)#port-identification sub-option remote-id enable vport 3
ZXAN(config-if)#port-identification sub-option remote-id name ZTE.HNI.TEST vport 3
ZXAN(config-if)#dhcpv4-l2-relay-agent enable vport 3
ZXAN(config-if)#dhcpv4-l2-relay-agent trust true replace vport 3

6. Cấu hình cho ONU


6.1 Trường hợp sử dụng tính năng VOIP trên ONU
- Tạo vlan profile, sip profile
ZXAN(config)# gpon
ZXAN(config-gpon)# onu profile sip VOIP_SIP proxy 113.171.225.6:5062 registrar ims.vnpt.vn

ZXAN(config-gpon)# onu profile vlan VOIP_VLAN tag-mode tag cvlan 13

- Cấu hình trên ONU


ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 3 gemport 3 vlan 13

ZTE Confidential& Proprietary 17


Low Level Design for VNPT GPON Project

ZXAN(pon-onu-mng)# voip protocol sip


ZXAN(pon-onu-mng)# voip-ip mode dhcp vlan-profile VOIP_VLAN host 2
ZXAN(pon-onu-mng)# sip-service pots_0/1 profile VOIP_SIP userid +843203900005 username
+843203900005@ims.vnpt.vn password 843203900005

6.2 Trường hợp sử dụng Softphone trên PC hoặc IPPhone qua cổng LAN 3 của ONU
- Cấu hình trên ONU
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 3 gemport 3 vlan 13
ZXAN(pon-onu-mng)# vlan port eth_0/3 mode tag vlan 13
ZXAN(pon-onu-mng)# dhcp-ip ethuni eth_0/3 from-internet

5.5 VPN Service

5.5.1 Các tham số cho dịch vụ VPN

VPN
Gemp
Vlan Uplink Wan IP Wan IP Lan IP Up/Do
Site ONU UNI ort/Tc
(C or port address GW address wn
ont
S/C)
ZTE.H
NI.TE 300/ gei_1/3 172.16.0.10/ 172.16. 192.168.10 eth_ gem4/ 10M/1
ST 1000 /1 1/1/1:1 30 0.9 .1/24 0/3 tcont4 0M

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý

5.5.2 Cấu hình VPN

1. Cấu hình uplink


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 300 tag

2. Cấu hình profile băng thông


ZXAN(config)#gpon
ZXAN(config-gpon)# profile tcont T3_10M type 3 assured 5000 maximum 10000

18 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZXAN(config-gpon)# profile traffic VPN_10M sir 10000 pir 10000

3. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 4 name VPN profile T3_10M
ZXAN(config-if)# gemport 4 name VPN tcont 4
ZXAN(config-if)# gemport 4 traffic-limit upstream VPN_10M downstream VPN_10M
3.1 Route mode
ZXAN(config-if)# service-port 4 vport 4 user-vlan 14 vlan 1000 svlan 300
3.2 Bridge mode
ZXAN(config-if)# service-port 4 vport 4 user-vlan 15 vlan 1000 svlan 300

4. Cấu hình cho ONU


4.1 Trường hợp kết cuối WAN nằm trên ONU (route mode)
- Cấu hình vlan profile, ip profile
ZXAN(config)# gpon
ZXAN(config-gpon)# onu profile ip VPN gateway 172.16.0.9
ZXAN(config-gpon)# onu profile vlan VPN tag-mode tag cvlan 14

- Cấu hình trên ONU


ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 4 gemport 4 vlan 14
ZXAN(pon-onu-mng)# wan-ip 2 mode static ip-profile VPN ip 172.16.0.10 mask 255.255.255.252
vlan-profile VPN host 2
ZXAN(pon-onu-mng)# ip route 192.168.2.0 255.255.255.0 172.16.0.9

4.2 Trường hợp kết cuối WAN trên Router cắm vào cổng LAN 3 của ONU (bridge mode)
- Cấu hình trên ONU
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 4 gemport 4 vlan 15
ZXAN(pon-onu-mng)# vlan port eth_0/3 mode tag vlan 15

5.6 Mobile backhaul service

5.6.1 Các tham số cho dịch vụ Mobile backhaul

ZTE Confidential& Proprietary 19


Low Level Design for VNPT GPON Project

Gemport/Tco
Site Uplink port ONU UNI Service VLAN (S/C) Up/Down
nt

Voice 2G 400/1000 Gem1/tcont1 10M/10M


HNI 1 gei_1/3/1 1/1/1:1 eth_0/1
Internet 3G 400/1001 Gem2/Tcont2 100M/100M

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý MNG

5.6.2 Cấu hình Mobile Backhaul

1. Cấu hình uplink


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 400 tag

2. Cấu hình profile băng thông


ZXAN(config)#gpon
ZXAN(config-gpon)# profile tcont T2_10M type 2 assured 10000
ZXAN(config-gpon)# profile traffic G_10M sir 10000 pir 10000
ZXAN(config-gpon)# profile tcont T4_100M type 4 maximum 100000
ZXAN(config-gpon)# profile traffic G_100M sir 100000 pir 100000

3. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 1 name 2G profile T2_10M
ZXAN(config-if)# gemport 1 name 2G tcont 1
ZXAN(config-if)# gemport 1 traffic-limit upstream G_10M downstream G_10M
ZXAN(config-if)# tcont 2 name 3G profile T4_100M
ZXAN(config-if)# gemport 2 name 3G tcont 2
ZXAN(config-if)# gemport 2 traffic-limit upstream G_100M downstream G_100M
ZXAN(config-if)# service-port 1 vport 1 user-vlan 1000 vlan 1000 svlan 400
ZXAN(config-if)# service-port 2 vport 2 user-vlan 1001 vlan 1001 svlan 400

4. Cấu hình cho ONU


- Cấu hình trên ONU
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 1 gemport 1 vlan 1000

20 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

ZXAN(pon-onu-mng)# service 2 gemport 2 vlan 1001


ZXAN(pon-onu-mng)# vlan port eth_0/1 mode trunk
ZXAN (pon-onu-mng)# vlan port eth_0/1 vlan 1000,1001

5.7 HSI for business subscriber (IPoE)

5.7.1 Các tham số cho dịch vụ HSI (IPoE)

Uplink Wan IP Gemport/T


Site VLAN ONU Wan IP GW UNI Up/Down
port address cont

1/1/1: 113.160.3.182 Gem1/tcon


HNI 1 500 gei_1/3/1 1 /30 113.160.3.181 eth_0/3 t1 50M/50M

Yêu cầu:

+ ONU đã được thêm vào hệ thống (5.1). Trạng thái ONU là working.

+ Đã cấu hình xong phần quản lý MNG

5.7.2 Cấu hình HSI (IPoE)

1. Cấu hình uplink


ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)#switchport vlan 500 tag

2. Cấu hình profile băng thông


ZXAN(config)#gpon
ZXAN(config-gpon)# profile tcont T4_50M type 4 maximum 50000
ZXAN(config-gpon)# profile traffic G_50M sir 50000 pir 50000

3. Cấu hình interface gpon-onu và giới hạn băng thông


ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# tcont 1 name HSI profile T4_50M
ZXAN(config-if)# gemport 1 name HSI tcont 1
ZXAN(config-if)# gemport 1 traffic-limit upstream G_50M downstream G_50M
ZXAN(config-if)# service-port 1 vport 1 user-vlan 11 vlan 500

4. Cấu hình cho ONU

ZTE Confidential& Proprietary 21


Low Level Design for VNPT GPON Project

ZXAN(config)# gpon
ZXAN(config-gpon)# onu profile ip HSI_IPOE gateway 113.160.3.181
ZXAN(config-gpon)# onu profile vlan HSI_IPOE tag-mode tag cvlan 11
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 1 gemport 1 vlan 11
ZXAN(pon-onu-mng)# wan-ip 1 mode static ip-profile HSI_IPOE ip 113.160.3.182 mask
255.255.255.252 vlan-profile HSI_IPOE host 1
ZXAN(pon-onu-mng)# wan 1 service internet host 1

5.8 QOS Design

Gồm 2 phần:

- Chống nghẽn cho lưu lượng và đảm bảo độ ưu tiên cho các dịch vụ cần mức ưu tiên cao

- Đánh dấu lưu lượng từ khách hàng vào mạng (CoS)

5.8.1 Congestion avoidance

Downstream end-to-endQoS

Mặc định thiết bị đã bật tính năng Strict Priority Queue. Lưu lượng đi ra từ Metro có
giá trị CoS khác nhau sẽ được đẩy vào các queue có độ ưu tiên khác nhau

Upstream end-to-endQoS

Khi cấu hình TCONT, chọn loại TCONT có độ ưu tiên tương ứng với dịch vụ

5.8.2 Upstream traffic marking

Cách 1:

Các dịch khác nhau được đánh dấu lưu lượng bằng cách thay đổi các giá trị CoS khác
nhau theo vport tương ứng trên OLT:
ZXAN(config)# interface gpon-onu_1/1/1:1
ZXAN(config-if)# qos cos default-cos 3 override vport 2
// Thay đổi giá trị COS gói tin upstream của vport 2 (dịch vụ IPTV) thành 3
// Nếu cần đổi giá trị CoS chiều downstream thì thêm câu lệnh dưới
//ZXAN(config-if)# qos egress-cos default-cos 3 override vport 2

22 ZTE Confidential&Proprietary
Low Level Design for VNPT GPON Project

Cách 2:

Các dịch vụ khác nhau được đánh dấu lưu lượng bằng cách thay đổi các giá trị CoS
khác nhau trên cổng UNI hoặc bằng các profile vlan khi cấu hình dịch vụ trên ONU

Câu lệnh:
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# service 1 gemport 1 vlan 100
ZXAN(pon-onu-mng)# vlan port eth_0/1 mode tag vlan 100 priority 3

Hoặc:
ZXAN(gpon)#onu profile vlan VOIP tag-mode tag cvlan 3001 priority 7
ZXAN(config)# pon-onu-mng gpon-onu_1/1/1:1
ZXAN(pon-onu-mng)# voip-ip mode dhcp vlan-profile VOIP host 2

5.9 High Reliability

 Bảo vệ kết nối uplink giữa OLT và UPE

Cấu hình LACP:


ZXAN(config)# default-vlan enable
ZXAN(config)# interface smartgroup1
ZXAN(config-if)# smartgroup mode 802.3ad
ZXAN(config-if)# switchport mode hybrid
ZXAN(config)# interface gei_1/3/1
ZXAN(config-if)# switchport mode hybrid
ZXAN(config-if)# smartgroup 1 mode active
ZXAN(config)# interface gei_1/4/1
ZXAN(config-if)# switchport mode hybrid
ZXAN(config-if)# smartgroup 1 mode active

 Bảo vệ card điều khiển

Ngoài chế độ tự động chuyển đổi, C320 hỗ trợ chuyển đổi manual:

ZTE Confidential& Proprietary 23


Low Level Design for VNPT GPON Project

ZXAN# swap

24 ZTE Confidential&Proprietary

You might also like