ZTE ZXA10 MDU ONU F820 Data Service Configure - GPON Solution
March 25, 2023

ZTE ZXA10 MDU ONU F820 Data Service Configure

ZTE ZXA10 MDU ONU F820 Data Service Configure

Today i will discuss how to ZTE ZXA10 MDU ONU F820 Data Service Configure in ZTE OLT.

Prerequisites:

  • Make sure that the network device works normally.
  • Make sure that the VLAN is configured properly on uplink equipment.
  • Make sure that the in-band NM IP address of the ZXA10 C220 is configured.
  •  Make sure that the GPON card works normally.
  • Log in to the ZXA10 C220 through HyperTerminal or Telnet.

F820 GPON SERVICE CONFIGURATION DATA:

Service VLAN:

  • VLAN ID: 100
  • Priority: 1

Uplink port: 0/14/1

GPON port: 0/5/1

Bandwidth profile:

  • Profile name: T1–50M
  • Bandwidth type: Maximum (Type4)
  • Bandwidth: 50 Mbps

ONU:

  • ONU ID: 1
  • ONU authentication mode: SN
  • ONU type: F820
  • ONU SN: ZTEG9000002B

ONU in-band NM:

  • VLAN ID: 1000
  • Priority: 1
  • IP address: 10.67.1.11
  • Subnet mask: 255.255.255.0
  • Gateway: 10.67.1.254

T-CONT:

  • T-CONT index: 1
  • T-CONT name: Tcont50M
  • Bandwidth profile: T1–50M
  • Alloc ID: Auto-allocate

GEM port 1:

  • T-CONT index: 1
  • GEM Port index: 1
  • GEM Port name: NMport
  • Port ID: Auto-allocate

GEM port 2:

  • T-CONT index: 1
  • GEM Port index: 2
  • GEM Port name: Gemport2
  • Port ID: Auto-allocate

ONU NM service connection:

  • GEM port name: NMport
  • Bridge: 0/1
  • Uplink interface: 0/1/1
  • Connection type: bridge +dot1p

ONU unicast service connection:

  • GEM port name: Gemport2
  • UNI: fei_0/1/1
  • Bridge: 0/1
  • Uplink interface: 0/1/2
  • Connection type: 802.1p +bridge

ZTE ZXA10 MDU ONU F820 Data Service Configure flowchart:

ZTE ZXA10 MDU ONU F820 Data Service Configure flowchart.
ZTE ZXA10 MDU ONU F820 Data Service Configure flowchart.

To configure the data service, perform the following steps:

Step-1. Log in to the F820 through HyperTeminal (username: zte, password: zxr10).

Step-2. Configure GPON SN on the F820.

i. Query card status.

ZXAN#show card
Rack Shelf Slot CfgType RealType Port HardVer SoftVer  Status
----------------------------------------------------------------
0    0     1    MS8E    MS8E     8    V0      V1.0.0T8 INSERVICE
0    0     2    GPUA    GPUA     1                     INSERVICE
0    0     4    EI8E    EI8E     1                     INSERVICE
0    0     5    EI8E    EI8E     1                     INSERVICE

ii. Enter global configuration mode and configure GPON SN.

ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#pon sn ZTEG9000002B
ZXAN(config)#exit
ZXAN#

iii. Reset GPON card (GPUA card) in slot 2 and wait for 1 minute.

ZXAN#reset-card slotno 2
Confirm to reset card?[yes/no]:y

Step-3. Configure F820 in-band NM.

i. Enter VLAN interface configuration mode, configure in-band NM IP address.

ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#interface inband-vlan1000
ZXAN(config-if)#ip address 10.67.1.11 255.255.255.0
ZXAN(config-if)#exit
ZXAN(config)#

Note: VLAN 1 – VLAN 4093 are created by default.
The in-band NM IP address should be in the same network segment with the ZXA10 C220.

ii. Configure in-band NM route.

ZXAN(config)#ip route 0.0.0.0 0.0.0.0 10.67.1.254

Step-4. Configure service VLAN on the F820.

Configure VLAN service port.
ZXAN(config)#interface fei_0/1/1
ZXAN(config-if)#switchport default vlan 100
ZXAN(config-if)#end
ZXAN#

Note: By default, VLAN 1 – VLAN 4093 exist in F820 and the uplink GPON port is each VLAN.

Step-5. Save configuration data.

ZXAN#write
Building configuration…
..[OK]

Step-6. Configure F820 ONU type on the ZXA10 C220.

Note: On the ZXA10 C220, the default ONU type of F820 is EPON ONU. To discriminate the ONU types, configure a GPON ONU type, for example, ZTEG-F820.

i. Enter the global configuration mode.

ZXAN#configure terminal
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#

ii. Enter PON configuration mode and configure ONU type.

ZXAN(config)#pon
ZXAN(config-pon)#onu-type ZTEG-F820 gpon

Note: By default, the ONU type of the F820 is an EPON ONU on the ZXA10 C220. To discriminate the GPON ONU from the EPON ONU, configure a GPON ONU type, such as ZTEG-F820.

iii. Configure ONU port type.

ZXAN(config-pon)#onu-type-if ZTEG-F820 eth_0/1-24
ZXAN(config-pon)#exit
ZXAN(config)#

Step-7. Register ONU.

i. Query unconfigured ONU on the GPON-OLT port.

ZXAN(config)#show gpon onu uncfg gpon-olt_0/5/1
OnuIndex           Sn            State
---------------------------------------------------
gpon-onu_0/5/1:1   ZTEG9000002B  unknown

ii. Enter the GPON-OLT interface configuration mode.

ZXAN(config)#interface gpon-olt_0/5/1
ZXAN(config-if)#

iii. Register ONU.

ZXAN(config-if)#register 1 type ZTEG-F820 sn ZTEG9000002B state ready

iv. Query ONU state.

ZXAN(config-if)#show gpon onu state gpon-olt_0/5/1
OnuIndex           Admin State  Omcc State O7 State   Phase State
------------------------------------------------------------------
gpon-onu_0/5/1:1   enable       enable     operation  working
ZXAN(config-if)#exit
ZXAN(config)#

Step-8. Configure bandwidth profile.

A bandwidth profile defines upstream bandwidth of a T-CONT.

i. Enter the GPON configuration mode.

ZXAN(config)#gpon
ZXAN(config-gpon)#

ii. Configure bandwidth profile.

ZXAN(config-gpon)#bandwidth-profile T1-50M type 4 maximum 50000
ZXAN(config-gpon)#exit
ZXAN(config)#

Step-9. Configure T-CONT and GEM ports.

  • T-CONT (Transmission Container) is the minimum unit of upstream bandwidth scheduling which is identified by Alloc ID.
  • GEM port is the minimum unit of downstream traffic which is identified by port ID.

i. Enter the GPON-ONU interface configuration mode.

ZXAN(config)#interface gpon-onu_0/5/1:1
ZXAN(config-if)#

ii. Create T-CONT.

ZXAN(config-if)#tcont 1 name Tcont50M traffic T1-50M

iii. Create GEM ports.

ZXAN(config-if)#gemport 1 name NMport unicast tcont 1
ZXAN(config-if)#gemport 2 name Gemport2 unicast tcont 1
ZXAN(config-if)#exit
ZXAN(config)#

Step-10. Configure VLAN service port.

i. Enter the GPON-ONU interface configuration mode.

ZXAN(config)#interface gpon-onu_0/5/1:1
ZXAN(config-if)#

ii. Configure port mode to hybrid.

ZXAN(config-if)#switchport mode hybrid vport 1
ZXAN(config-if)#switchport mode hybrid vport 2

Note: By default, one V-port corresponds to one GEM port.

iii. Add port to in-band NM and service VLAN in tag mode.

ZXAN(config-if)#switchport vlan 1000 tag vport 1
ZXAN(config-if)#switchport vlan 100 tag vport 2
ZXAN(config-if)#exit
ZXAN(config)#

Note:When a port is added to a VLAN, the VLAN is added automatically.

Step-11. Configure VLAN uplink port.

i. Enter the OLT uplink port configuration mode.

ZXAN(config)#interface gei_0/14/1

ii. Configure uplink port mode to hybrid.

ZXAN(config-if)#switchport mode hybrid

iii. Add uplink port to service VLAN in tag mode.

ZXAN(config-if)#switchport vlan 100 tag
ZXAN(config-if)#exit
ZXAN(config)#

[adsense]

Step-12. Configure ONU NM service connection.

i. Enter the ONU remote management mode.

ZXAN(config)#pon-onu-mng gpon-onu_0/5/1:1
ZXAN(gpon-onu-mng)#

ii. Configure the map between GEM port and uplink interface.

ZXAN(gpon-onu-mng)#interwork gemport NMport dot1p-bridge uplink_0/1/1 prio-list 1

iii. Configure VLAN filter mode on uplink interface.

ZXAN(gpon-onu-mng)# vlan-filter-mode uplink uplink_0/1/1 tagfilter vid-filter untag-filter discard

iv. Configure VLAN filter entry on uplink interface.

ZXAN(gpon-onu-mng)#vlan-filter uplink uplink_0/1/1 priority 1 vid 1000

Step-13. Configure ONU unicast service connection.

i. Configure the map between GEM port and uplink interface.

ZXAN(gpon-onu-mng)#interwork gemport Gemport2 dot1p-bridge uplink_0/1/2 prio-list 1

ii. Configure VLAN filter mode on uplink interface.

ZXAN(gpon-onu-mng)# vlan-filter-mode uplink uplink_0/1/2 tagfilter vid-filter untag-filter discard

iii. Configure VLAN filter entry on uplink interface.

ZXAN(gpon-onu-mng)#vlan-filter uplink uplink_0/1/2 priority 1 vid 100

Step-14. Save configuration data.

ZXAN#write
Building configuration…
..[OK]
ZXAN#

Result: The PC connected to this ONU can access the Internet after the data service is configured successfully.

Shahed

Hi! I am Shahed. Currently working as a Network Engineer. I want to build up my carrier in Networking field.

Follow Me:
TwitterFacebookLinkedInPinterestGoogle PlusDiggYouTubeRedditDelicious

Comments

comments

Shahed

Hi! I am Shahed. Currently working as a Network Engineer. I want to build up my carrier in Networking field.

View all posts by Shahed →

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.

error: Content is protected !!