You are on page 1of 13

Huawei DBS3900 LTE Network

Configuration
Purpose

LTE, an abbreviation for Long-Term Evolution, commonly marketed as 4G LTE, is a


standard for wireless communication of high-speed data for mobile phones and data
terminals.

Application scope

System nodes we can apply every day.


Technical branch and NOC engineers.

Abbreviation

LTE: Long Term Evolution


eNodeB: Evolved NodeB

1. eNodeB Commissioning Procedures

To commission an eNodeB on local using a local maintenance terminal (LMT), you need
to upgrade the eNodeB software, download the configuration files, commission the
antenna line devices (ALDs), and check the running status of the eNodeB on the LMT.
Then, establish the operation and maintenance (O&M) channel between the eNodeB and
the M2000 on the M2000 server.

1|Page

Figure 1: Network Architecture

Or

2|Page

Figure 2. Procedure for preparing for commissioning:

2. Configuration Procedures on eNodeB

In this procedures is very important for verify to correctly to insert parameters to


eNodeB.

Step 2.1: Login to eNodeB locally


After power on BBU, UMPT indicate light of RUN Blinks as on for 1s and off for 1s, it means
the board is running properly.

3|Page

Use commission cable to transfer USB connection on UMPT to Ethernet connection on


laptop.
Set laptop IP as 192.168.0.48, Subnet Mask: 255.255.255.0 (Rang 1-252 except .49)

4|Page

Step 2.2: Data configuration


After we get file commissioning from OAM (0977700066) we need to open file and select all for
copy to run in Batch as in picture:
Going to Internet Explorer, input http://192.168.0.49 this IP is used to default.

Input Username: admin, password: hwbs@com. Choose User type as Local, after input the
Verification Code, and then click Login.

5|Page

Click on Batch => Note: In this case when you click on Batch the web will ask you to allow and
remember you java processing.

Click on the left icon to allow and remember java process as in picture:

Click Allow and Remember => Run => Allow

6|Page

And then copy script in text file that OAM sent and past to Batch area as in picture:

And then past it to the batch area click on Analyze Syntax to check are scripts correct and click on Go.
After all script run done we need ping to MME and SGW/PGW as in picture:
Step 1: Ping to MME.
Going to MML => Typing in Command (F5) => LST IPPATH => Exec

7|Page

Result:
Source IP

Destination IP

Step 2: Ping
Slot No: 7 (UMPT Slot)
Source IP: Local IP
Destination IP: Peer IP
Going to MML => Typing in Command (F5) => PING => Exec

8|Page

Result: It mean the link is OK

Step 3: How to O&M


Going to MML => Typing in Command (F5) => LST OMCH => Exec

Result:

Source IP
Destination IP

9|Page

Going to MML => Typing in Command (F5) => PING => Exec
Slot No: 7 (UMPT Slot)
Source IP: Local IP
Destination IP: Peer IP

Result ping:

10 | P a g e

If we ping the result is request time out as a picture it mean your configuration are wrong or IP Core not yet
configure.

3. Script Example
1.4 Add transmission configuration
// Set Ethernet Port
SET ETHPORT: SN=7, SBT=BASE_BOARD, PN=1, PA=FIBER, SPEED=AUTO,
DUPLEX=AUTO;

// Add Device IP for User Plan and Control Plan


ADD DEVIP: SN=7, SBT=BASE_BOARD, PT=ETH, PN=0, IP="10.47.1.145",
MASK="255.255.255.248"; //S1_C & X2_C, // IP="10.47.1.145", IP for S1_C
ADD DEVIP: SN=7, SBT=BASE_BOARD, PT=ETH, PN=0, IP="10.46.1.145",
MASK="255.255.255.248"; //S1_U & X2_U, // IP="10.46.1.145", IP for S1_U
ADD DEVIP: SN=7, SBT=BASE_BOARD, PT=LOOPINT, PN=0, VRFIDX=0,
IP="10.48.1.145", MASK="255.255.255.255"; // OAM&IPCLK ( IP for eNodeB)

// Add IP Route to USN for S1-C (MME-VTC6)


ADD IPRT: RTIDX=0, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.64",
DSTMASK="255.255.255.240", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; //Route to
MME_VTC6 (Getway for USN)
ADD IPRT: RTIDX=1, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.80",
DSTMASK="255.255.255.240", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; //Route to
MME_VTC6 (Getway for USN)
ADD IPRT: RTIDX=2, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.1",
DSTMASK="255.255.255.255", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; //Route to
MME_VTC6 (Logical IP USN)

// Add ONM route to M2000


ADD IPRT: RTIDX=3, SN=7, SBT=BASE_BOARD, DSTIP="10.79.68.0",
DSTMASK="255.255.255.0", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; //Route to
U2000_10.79.68.2 (M2000)

11 | P a g e

// Add IP Route for SGW for S1-U (VTC-6)


ADD IPRT: RTIDX=4, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.96",
DSTMASK="255.255.255.252", RTTYPE=NEXTHOP, NEXTHOP="10.46.1.150"; //Route to
SGW_VTC6
ADD IPRT: RTIDX=5, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.100",
DSTMASK="255.255.255.252", RTTYPE=NEXTHOP, NEXTHOP="10.46.1.150"; //Route to
SGW_VTC6
ADD IPRT: RTIDX=6, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.9",
DSTMASK="255.255.255.255", RTTYPE=NEXTHOP, NEXTHOP="10.46.1.150"; //Route to
SGW_VTC6
ADD IPRT: RTIDX=7, SN=7, SBT=BASE_BOARD, DSTIP="10.67.112.10",
DSTMASK="255.255.255.255", RTTYPE=NEXTHOP, NEXTHOP="10.46.1.150"; //Route to
SGW_VTC6

// Add route to Metfone Office


ADD IPRT: RTIDX=8, SN=7, SBT=BASE_BOARD, DSTIP="10.79.0.0",
DSTMASK="255.255.0.0", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; //Route to Mobile
Dept
ADD IPRT: RTIDX=9, SN=7, SBT=BASE_BOARD, DSTIP="10.1.0.0",
DSTMASK="255.255.0.0", RTTYPE=NEXTHOP, NEXTHOP="10.47.1.150"; // Route to NOC
and NPO

// Add VLANMAP for S1-C and S1-U


ADD VLANMAP: NEXTHOPIP="10.46.1.150", MASK="255.255.255.248",
VLANMODE=VLANGROUP, VLANGROUPNO=1; // Nexhopip = S1-C IP + 5
ADD VLANMAP: NEXTHOPIP="10.47.1.150", MASK="255.255.255.248",
VLANMODE=VLANGROUP, VLANGROUPNO=0; // Nexhopip = S1-U IP + 5

// Add VLAN Classes


ADD VLANCLASS: VLANGROUPNO=0, TRAFFIC=SIG, VLANID=7, VLANPRIO=6;
ADD VLANCLASS: VLANGROUPNO=0, TRAFFIC=OM_HIGH, VLANID=7, VLANPRIO=5;
ADD VLANCLASS: VLANGROUPNO=0, TRAFFIC=OM_LOW, VLANID=7, VLANPRIO=2;
ADD VLANCLASS: VLANGROUPNO=0, TRAFFIC=OTHER, VLANID=7, VLANPRIO=7;
ADD VLANCLASS: VLANGROUPNO=1, TRAFFIC=USERDATA, SRVPRIO=46,
VLANID=6, VLANPRIO=5;
ADD VLANCLASS: VLANGROUPNO=1, TRAFFIC=USERDATA, SRVPRIO=34,
VLANID=6, VLANPRIO=4;
ADD VLANCLASS: VLANGROUPNO=1, TRAFFIC=USERDATA, SRVPRIO=18,
VLANID=6, VLANPRIO=2;
ADD VLANCLASS: VLANGROUPNO=1, TRAFFIC=USERDATA, SRVPRIO=0, VLANID=6,
VLANPRIO=0;
ADD VLANCLASS: VLANGROUPNO=1, TRAFFIC=OTHER, VLANID=6, VLANPRIO=7;

// Add SCTP Parameters Template (HSS)


ADD SCTPTEMPLATE: SCTPTEMPLATEID=0, SWITCHBACKFLAG=ENABLE;
ADD SCTPHOST: SCTPHOSTID=0, IPVERSION=IPv4, SIGIP1V4="10.47.1.145",
SIGIP1SECSWITCH=DISABLE, SIGIP2SECSWITCH=DISABLE, PN=60000,
SCTPTEMPLATEID=0;
ADD USERPLANEHOST: UPHOSTID=0, IPVERSION=IPv4, LOCIPV4="10.46.1.145",
IPSECSWITCH=DISABLE;
ADD SCTPPEER: SCTPPEERID=0, IPVERSION=IPv4, SIGIP1V4="10.67.112.1",
SIGIP1SECSWITCH=DISABLE, SIGIP2SECSWITCH=DISABLE, PN=60000;
ADD EPGROUP: EPGROUPID=0;

12 | P a g e

ADD SCTPHOST2EPGRP: EPGROUPID=0, SCTPHOSTID=0;


ADD SCTPPEER2EPGRP: EPGROUPID=0, SCTPPEERID=0;
ADD UPHOST2EPGRP: EPGROUPID=0, UPHOSTID=0;

// Add ONM Link for M2000


ADD OMCH: IP="10.48.1.145", MASK="255.255.255.255", PEERIP="10.79.68.2",
PEERMASK="255.255.255.0", BEAR=IPV4, BRT=NO, CHECKTYPE=NONE;

// Add S1 Configuration
ADD S1: S1Id=0, CnOperatorId=0, EpGroupCfgFlag=CP_UP_CFG, CpEpGroupId=0,
UpEpGroupId=0;
----------------------------------------------------------------------------------------------------------------------------- --------------Contact point for cooperate with you:
1.
2.

O&M hotline: 0977700066


IP Core
: 0977700094

Finished (For don't understand please contact me: 0977292888)

13 | P a g e

You might also like