2. Configure the TDM connection on the OLT.
huawei(config)tdm-connect connectid 0 tdm pwe3-uplink gpon 0/3/11 ontid 1
gemportIndex 13 tdm-vcl 0
Step 2 Configure the basic functions of multiprotocol label switching (MPLS).
1. Create VLAN 1000, add the upstream port into VLAN 1000, and configure the IP address
of VLAN interface 1000.
huawei(config)#vlan 1000 smart
huawei(config)#port vlan 1000 0/19 0
huawei(config)#interface vlanif 1000
huawei(config-if-vlanif1000)#ip address 10.0.0.10 24
2. Configure the IP address of the loopback interface and MPLS LSR ID.
huawei(config)#interface loopback 0
huawei(config-if-loopback0)#ip address 1.1.1.1 32
huawei(config)#mpls lsr-id 1.1.1.1
3. Enable MPLS, MPLS L2VPN, and MPLS LDP globally, and then enable MPLS and MPLS
LDP for the VLAN interface.
huawei(config)#mpls
Info: Mpls starting, please wait... OK!
huawei(config-mpls)#quit
huawei(config)#mpls l2vpn
huawei(config)#mpls ldp
huawei(config)#mpls vlan 1000
huawei(config)#interface vlanif 1000
huawei(config-if-vlanif1000)#mpls
huawei(config-if-vlanif1000)#mpls ldp
4. Configure a static route to the peer OLT.
Configure a static route from OLT-A to OLT-B.
huawei(config)#ip route-static 2.2.2.2 32 10.0.0.20
Configure a static route from OLT-B to OLT-A.
huawei(config)#ip route-static 1.1.1.1 32 10.0.0.10
After the static routes are configured successfully, ping the VLAN interface or LSR ID of
the peer OLT from one OLT. Normally, the ICMP ECHO-REPLY packets from the peer
OLT can be received.
Step 3 Configure the MPLS PW.
PW parameter peer-address (configured on the 2 OLTs) is set to the LSR ID of the peer OLT,
and other PW parameters must be set identically on the 2 OLTs.
huawei(config)#pw-para 1
huawei(config-pw-para-1)#peer-address 1.1.1.1 //Set the peer address to the LSR ID
of the peer OLT.
huawei(config-pw-para-1)#pw-type tdm satop e1 //The PW type must be the same as
the attribute of the E1 port on the ONU.
//Configure the SAToP encapsulation,
and set the E1 port signaling mode to UDT.
huawei(config-pw-para-1)#control-word
huawei(config-pw-para-1)#tdm-load-time satop e1 loadtime 125
huawei(config-pw-para-1)#jitter-buffer buffer-size 500
huawei(config-pw-para-1)#rtp-header encap payload-type 0 sn 0 ssrc rcv 0 tx 0
huawei(config-pw-para-1)#quit
Step 4 Dynamically bind PW 1 to the TDM connection.
huawei(config)#pw-ac-binding tdm 0 pw 1
Step 5 Configure the attributes of the E1 port on the ONU.
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
14 FTTM Configuration (Base Station Access)
Issue 01 (2014-04-30) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1456