You are on page 1of 52

iCG9815 data

configuration

www.huawei.com

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


References
 《 HUAWEI iCG98159815 User Manual 》

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page3
Objectives
 Upon completion of this course, you will be able to:
 Data configuration process Introduction
 Data configuration Command Function introduction

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page4
Contents

1. Hardware Data Configuration

2. Local Data Configuration

3. Interworking Data Configuration

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page5
Data Configuration Flow

 Hardware data
 Rack data
 Subrack data
 Board data

 Local data
 Interworking data

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page6
Hardware Configuration Process
Start

 Run the ADD/LST RACK to


Configure the rack
get/check the rack information (ADD RACK)

 Run the ADD/LST SUBRACK to Configure the subrack


(ADD SUBRACK)
get/check the subrack information
Configure the board
 Run the ADD/LST BRD to (ADD BRD)

get/check the board information


Check hardware data
(LST RACK
LST SUBRACK LST BRD)

End

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page7
Reference Relationships Between
Hardware Data
 Key parameters: ADD RACK
[Rack number]
[Location name ]
 Position number .......

 Slot number:
ADD SUBRACK
 physical type [Rack number]
[Position number]
– UPB0 (Hardware R2) .......

– UPBA2 (Hardware R3)

ADD BRD
[Rack number]
[Position number]
[Slot number]
.......

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page8
Contents

1. Hardware Data Configuration

2. Local Data Configuration

3. Interworking Data Configuration

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page9
Parent-Child Relationships

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page10
Local Data Configuration Process

Configure
Configureprocessor Configure
processor Configureoriginal
originalCDR
CDR
Start ADD
ADDPROCESSOR ADD
Start PROCESSOR ADDORGDATA
ORGDATA

Configure
ConfigureCDR
CDRclient Configure
Configure
ConfigureME
ME client Configurefinal
finalCDR
CDR
ADD ADD
ADDCDRBRW ADD
ADDFINALDATA
ADDME
ME CDRBRW FINALDATA

Configure
Configuremodule
module
Configure
ConfigureSCP
SCP Configure
Configurechannel
channel
ADD ADD SCP ADD
ADDCHANNEL
ADDMODULE
MODULE ADD SCP CHANNEL

Configure
ConfigureAP
AP Configure
Configureport
port Configure
Configurefilter
filterCDR
CDRfields
fields
ADD
ADDAP
AP ADD NICCONF
ADD NICCONF ADD
ADDCDRCUSTOM
CDRCUSTOM

End
End

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page11
ADD ME
 Command Function : Used to add management element, define
management element in OMS2600
 Parameter :
 ME type :CCF
 ME version: the version is consistent with the inquiry result through LST
VERINFO
 Example:
 ADD ME: DMID=1, SNID=0, MEID=100, MENAME="CCF",
METYPE=CCF, MEVER="V300R002C67", MEVD="HUAWEI",
MELN="ccf";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page12
ADD ME (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page13
ADD Module

 Command Function: add processes on a specified board to fulfill a


planned task
 Parameter:
 Module type: CCF
 Example:
 ADD MODULE: MID=1, MT=CCF, RN1=0, PN1=0, SN1=10, RN2=0,
PN2=0, SN2=12, MNAME="CCF01";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page14
ADD Module (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page15
ADD CCF

 Command Function: add a CCF entity which provides the


charging function.
 Parameter:
 CCF ID: It identifies a CCF entity, so that other data table can
quote the CCF entity easily. It is always set to 1.
 Diameter version: It specifies the version of the Diameter
protocol. It is always set to 1.

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page16
ADD CCF (Cont.)
 DST: It specifies whether the system displays the daylight
saving time (DST)

 Example: ADD CCF: CCFID=1, PRODUC="ccf", VER="1",


DST=YES;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page17
ADD AP
 Command Function: add an access point. Different access
points correspond to different CDR processing policies.
 Parameter:
 Access point ID: only two access points can be configured
 IMS NE
 IP Centrex
 Transmission protocol type
 Primary virtual IP address/Secondary virtual IP address
 Local domain name

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page18
ADD AP (Cont.)
 Example:
 ADD AP: CCFID=1, APID=1, PTTYPE=TCP,
REALM=“ims2.com”,
LOCIDT=ccf.ims2.com , NETTYPE=“CORE";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page19
ADD PROCESSOR
 Command Function:
 Add a CDR processing object.
 Define the strategy for processing original CDRs.
 Parameter:
 CDR processing ID:
 It identifies a CDR processing, so that other objects can quote it

easily. It is always set to 1.


 Merge CDRs
 It specifies whether to consolidate the CDRs that need being

processed. Its default is YES.


 Dynamic link library for merging CDRs: IMS_R8
Example:
 ADD PROCESSOR: CCFID=1, APID=1,

PCSID=1 , FMTDLL=IMS_R8;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page20
ADD PROCESSOR (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page21
ADD CDRBRW
 Command Function: Add a CDR console and define
parameters for browsing CDRs.
 Parameter:
 Local IP address
 Maintenance/Debugging port of CDR console
 Maximum number of MML clients

 Example:
 ADD CDRBRW: CCFID=1, CBID=1, LITMC="180.1.2.80";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page22
ADD CDRBRW (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page23
ADD SCP
 Command Function: Add a system configuration parameter
for system configuration.
 Parameter :
 System configuration parameter (SYSPARAM)
 Running mode (Cluster)
 Medium mode (DRBD)
 Installation mode (FirstInstall)

 Example :
 ADD SCP: SYSCP=SYSPARAM, RUNMODE=Cluster,
MEDIUMMTH=DRBD, INSTTYPE=FirstInstall;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page24
ADD SCP (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page25
ADD NICCONF
 Command Function: Add network interface configuration for IP
address and mask of Back network port.
 Parameter :
 Interface type:
 Bf: An interface for offline charging on the IMS network.
 Bi: An interface between the CGF and the BD
 Omi: MML interface for the maintenance terminal.

 NIC: Network adapter of the interface board.


 IP address, mask, gateway.

 Example :
 ADD NICCONF: ITEMID=1, ITFACTYPE=Rf, NIC=Back7,
IP="191.1.4.80", GATEWAY="191.1.1.1";
Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page26
ADD NICCONF (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page27
ADD ORGDATA _Optional
 Command Function: Add an original CDR object and define
related information on original CDRs
 Parameter:
 Size of original CDR file
 Compression algorithm
 Back up original CDR

Example:
 ADD ORGDATA: CCFID=1, APID=1, ORGID=1;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page28
ADD ORGDATA _Optional (Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page29
ADD FINALDATA _Optional
 Command Function : Add final CDR, and specify the patch
of final files.
 Parameter:
 Max. time to generate final CDR
 Prefix of final CDR file name
 Time point for generating CDR file
 Example :
 ADD FINALDATA: CCFID=1, APID=1, FINID=1,
BSPN="3gpp_r6_patch";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page30
ADD FINALDATA _Optional
(Cont.)

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page31
Reference Relationships Between
ADD CCF

Data [CCF ID]


...

ADD AP

[CCF ID]
[AP ID]
...

ADD ORGDATA

[CCF ID]
[AP ID]
...

ADD FINALDATA

[CCFID]
[AP ID]
...

ADD PROCESSOR
[CCF ID]
[AP ID]
...

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page32
What’s Channel
 Final CDR will be classified into different channel.
 The same type of final CDR will be stored in the
same channel.

Channel:
ATS-CDR
ICSCF-CDR
MGCF-CDR
SCSCF-CDR

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page33
ADD CHANNEL _Optional
 Command Function:
 add a channel record and related parameter information in the
configuration database.

 Parameter:
 Channel ID : It specifies a channel ID in the CCF configuration
database.
 Size of final CDR file
 Save two copies

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page34
ADD CHANNEL _Optional (Cont.)
 Example:
 ADD CHANNEL: CCFID=1, APID=1, FINID=1, CHLID=1,
BACKUP=NO;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page35
ADD CDR Customization _Optional
 add a CDR Customization record and related parameters to the
configuration database
 ADD CDRCUSTOM: CCFID=1, APID=1, FINID=1, CHLID=1,
FIELDNAME="CalledPartyAddress";

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page36
ADD Backup _Optional
 add a backup universal configuration record and related parameter
information in the configuration database.
 ADD BACKUP: CCFID=1, BKID=1, BANAME="backuptest",
SRCDIR="/var/backsave/R6/default", DSTDIR="/var/ggtest",
DSHTIP="127.0.0.1", LOCIP="10.71.155.125", FPOLID=0;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page37
Contents

1. Hardware Data Configuration

2. Local Data Configuration

3. Interworking Data Configuration

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page38
The Connection Between CCF and
IMS NE
P-CSCF MRFC
S-CSCF
I-CSCF IP Centrex
Session party

duration
AS
Media info
CA
ACR/A QoS
CCF IOI
S-CSCF-CDR
MGCF-CDR
MRFC-CDR Charging associated info
……

Service & content info

ACR: Accounting Request Interworking network info

ACA: Accounting Answer Bearer info


BS ……

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page39
Peer IMS NE of CCF

 IMS Core NE
 P-CSCF
 I-CSCF
 S-CSCF
 ATS
 MRFC

 IP Centrex

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page40
The Configuration for IMS NE

Start
ADD PEER
[CCF ID]
[Access point ID ]
Configure peer [Peer host name]
NEs .......

Configure peer ADD PEERLINK


link [CCF ID]
[Access point ID ]
[Peer host name]
.......
End

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page41
ADD PEER
 Command Function: Add a peer device.
 Parameter:
 Peer host name: it should be negotiated with the peer office.
 Primary peer IP address /Secondary peer IP address
 Peer listen port number
 Peer device type

Example:
 ADD PEER: CCFID=1, APID=1, PERIDT="ATS-AS", NDTYPE=ATS,
REALM="china.huawei.com", SERRACR=NO;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page42
ADD PEERLINK
Command function: add a peer device and to define the
information required for connecting with the iCG9815.

Parameter:

Parameter Description
Peer host name (Mandatory) It specifies the peer host name. In alarm, it
shows case insensitive.
Link name (Mandatory) It specifies the peer link name. In alarm, it
shows case insensitive.
Primary local IP (Mandatory) It specifies the primary virtual IP address
address through which the CCF connects to peer devices.

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page43
ADD PEERLINK

Parameter Description
Local port number (Optional) It specifies the listening port number of an access
point.
Local connect port (Optional) It specifies the port number used for CCF connecting.
Primary peer IP (Mandatory) It specifies the primary IP address for peer listening.
address
Peer listen port (Mandatory) It specifies the port number used for peer listening.
number

ADD
ADDPEERLINK:
PEERLINK:CCFID=1,
CCFID=1,APID=1,
APID=1,PERIDT="ATS-AS",
PERIDT="ATS-AS",
LINKNAME="Link1",
LINKNAME="Link1",LPADDR="10.71.155.152",
LPADDR="10.71.155.152",
PADDR="10.71.141.136",
PADDR="10.71.141.136",PLISPOR=9001;
PLISPOR=9001;

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page44
Work Mode Between CCF and BS
 PUSH Mode  PULL Mode

FTP Server FTP Client

BS BS

Write Read

CCF/CGF
CCF/CGF

FTP Client FTP Server

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page45
Work Mode between CCF and BS

 The iCG9815 communicates with the BS through FTP. Thus


the iCG9815 supports the following two modes of collecting
final CDR files:
 PULL
 In the PULL mode, the iCG9815 serves as the server, and the BS
serves as the client. The BS fetches the final CDR files from the
iCG9815.
 PUSH
 In the PUSH mode, the iCG9815 serves as the client, and the BS
serves as the server. The iCG9815 sends the final CDR files to the BS.

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page46
The Configuration for BS

Item Configuration Configuration Description


Command
If the Pull mode is adopted, the BS
PULL ADD USER actively fetches final CDR files
from the iCG9815
BS
If the Push mode is adopted, the
PUSH ADD BACKUP iCG9815 actively forwards the
second copy of final CDRs to the BS

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page47
Data Configuration Check
 Step1: check the processes status

Command Function: ALYPROC  Step2: check the link status
between CCF and peer office
 Command Function: DSP
PEERLINK

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page48
How to Check the Connection with
NE?
 In the navigation tree, check if there are original CDRs received
from these NEs .
 Check the protocol message in debugger console

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page49
How to Check the Connection with
BS?

 For example, the billing center accesses the iCG9815 using user bs,
you need to set /var/backsave/Second, that is the path to the backup
CDRs. Do as follows:

 Log in to the primary server as root.


 Add user bs
 #useradd -d /var/backsave/OUT_BSS
 Set the password
 #passwd bs
 Check that the billing center can use bs to access the iCG9815 and can
fetch and delete CDRs.

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page50
How to Check the Connection with
OMU?

To test the alarm function, do as


follows:
 On the LMT, try to log in to the iCG9815
with wrong passwords three times.
 The iCG9815 generates an alarm about
illegal login.
 Check if the alarm is reported on the NMS.

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page51
Summary
 Data configuration Introduction
 Maintenance Command Functions Introduction

Copyright © 2010 Huawei Technologies Co., Ltd. All rights reserved. Page52
Thank you
www.huawei.com

You might also like