McRNC U AND C PLANE

15
For internal use only 1 © Nokia Siemens Networks / How to configure Control & User Plane resources of mcRNC By Wen Xuewen 6 Jan 2012

Transcript of McRNC U AND C PLANE

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 1/15

For internal use only

1 © Nokia Siemens Networks /

How to configure Control & User Plane

resources of mcRNCBy Wen Xuewen

6 Jan 2012

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 2/15

For internal use only

2 © Nokia Siemens Networks /

Agenda

1) mcRNC Topology

2) mcRNC Interface

3) mcRNC configure SCLI

4) Introduce Pettester

5) Mapping between mcRNC and Pettester6) Tcpdump on mcRNC and Pettester

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 3/15

For internal use only

3 © Nokia Siemens Networks /

EIPU-0

EIPU-2

EIPU-1

EIPU-3

mcRNC Topology

QNIUB-0 (Standby)

10.1.0.65 lo

QNIUB-0 (Act)

10.1.0.65 lo

Module 2

Module 1

cfeigw

cfeigw

cfeigw

cfeigw

10.0.1.14/30 (SFP16)

10.0.0.2/30 (SFP7)

10.0.1.2/30 (SFP8)

10.0.0.1/30

10.0.1.1/30

10.0.0.9/30

10.0.1.13/30

Configuration rules:

- Application IP addresses are tied toapplication RG and configured as loopback

addresses

- Internal network interface and gatewayaddresses are configured at mcRNCcommissioning phase. The related redundantcysolution static route entries should appear inthe system automatically.

- The interface addresses for inter nodeforwarding are needed for each CFPU andEIPU.

- The gateway addresses are configured for

each User plane and Iub control plane recoverygroups based on which the active RU of the RGcan be reached from any other node notrunning the given RG.

Static routes:

Ingress:

- Static route is configured in each EIPU inBCN1&2 pointing to the redundant EIPUinternal address

-  10.1.0.1 -> cfeigw EIPU-x

Egress:

- Primary static route is configured towards theRouter connected to the EIPU.

- The secondary static route is configured withlower preference via the other EIPU within thesame BCN module.

10.0.0.10/30 (SFP7)

Router-1

Router-2

Iub CP/UP

10.0.0.6/30 (SFP15)

10.0.1.6/30 (SFP16)

10.0.1.10/30 (SFP8)

10.0.0.14/30 (SFP15)

10.0.0.5/30

10.0.1.5/30

10.0.0.13/30

10.0.1.9/30

QNUP-0 (Standby)

10.1.0.1 lo

QNUP-0 (Act)

10.1.0.1 lo

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 4/15

For internal use only

4 © Nokia Siemens Networks /

mcRNC Interface

mcRNC has a variety of interface. We should know them, will

help us to undersatnd the configuration.

1.Physical interace

Eg:sfp7~~~~sfp16

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 5/15

For internal use only

5 © Nokia Siemens Networks /

mcRNC Interface

2.Logical interface, mapping physical interface

Eg:

add networking ether /EIPU-0 iface ethsfp7 port sfp7

3.Vlan interfaceEg:

add networking instance vrf1cp vlan /EIPU-0 realifaceethsfp7 vid 350 vlaniface iucscp_r1

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 6/15

For internal use only

6 © Nokia Siemens Networks /

mcRNC configure SCLI

1. Configure Interface

• Logical interface,mapping to physical

//add networking ether /EIPU-0 iface ethsfp7 port sfp7

• Vlan interface for IuCP and forward

//add networking instance vrf1cp vlan /EIPU-0 realiface ethsfp7 vid350 vlaniface iucscp_r1

//add networking instance vrf1cp vlan /EIPU-0 realiface ethsfp7 vid359 vlaniface eipu0sfp7 

2. Configure IP

• IuCP and forward IP

//add networking instance vrf1cp address dedicated /EIPU-0 ifaceiucscp_r1 ip-address 192.160.64.1/28 user /SS7SGU 

//add networking instance vrf1cp address dedicated /EIPU-0 ifaceeipu0sfp7 ip-address 192.160.100.2/24

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 7/15

For internal use only

7 © Nokia Siemens Networks /

mcRNC configure SCLI

2. Configure IP

• All UP and IUBCP IP

//add networking instance vrf1up address dedicated /QNUP-0 ifacelo11 ip-address 192.160.65.1/32 role iucsup

//add networking instance vrf1cp address dedicated /QNIUB-0 ifacelo10 ip-address 192.160.0.1/32 role iub

3. Configure route

•For external

//set routing instance vrf1cp node EIPU-1 static-route

192.160.16.0/22 nexthop gateway address 192.160.104.1 priority 1 on•For internal

//set routing instance vrf1cp node EIPU-1 static-route192.160.16.0/22 nexthop gateway address 169.254.10.6 priority 8 on

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 8/15

For internal use only

8 © Nokia Siemens Networks /

mcRNC configure SCLI

4. IP base route

//add ipbr  ipbr-id 1 committed-bandwidth 100000committed-dcn-bandwidth 0 committed-sig-bandwidth 0 ipbr-name WBTS-1 route-bandwidth 300000

5. IP RO

//add ipro ipbr-id 1 ip-address 192.160.1.1 iface lo10owner /QNUP-0 vrf-id 10

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 9/15

For internal use only

9 © Nokia Siemens Networks /

mcRNC configure SCLI

6. Iubsnt

//add iubsnt local-subnet-id 1 net-address 192.160.0.1/26 vrf-id 10

7. SS7

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 10/15

For internal use only

10 © Nokia Siemens Networks /

Introduce Pettester

Here we mainly introduceconfig.ini.

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 11/15

For internal use only

11 © Nokia Siemens Networks /

Mapping between mcRNC and Pettester

•1.RNC-ID,SPC,RC,SSN,network-appearance

mcRNC side://add signaling service-access-point id 1 name sap1 network-appearance 11 network-indicator IN0 network-type itu

//add signaling ss7 local-as id 1 name las1 routing-context 11201 routing-key-dpc 1006 service-access-point-name sap1 traffic-mode loadshare

//add signaling ss7 remote-as id 1 name ras_iucs communication-type ipsp pending-timer 3 routing-context 11201 routing-key-dpc 11201 service-access-point-name sap1 traffic-mode loadshare

//add signaling sccp subsystem id 1 name opc_iucs point-code-name las1 ssn 142

Pettester side: 

//[RNC_0]RNC-ID=1006

SPC=1006

SSN=142

//[CORENET_CS_0]

SPC=11201

RC=11201

SSN=142

//[CORENET_PS_0]

SPC=11202

RC=11202

SSN=142

//[NODEB]

RNC-ID=1006

//[CORENET_ST_0]

mua-route-1-network-appearance=11

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 12/15

For internal use only

12 © Nokia Siemens Networks /

Mapping between mcRNC and Pettester

2.IP and port

mcRNC side://add signaling ss7 association id 110 local-as-name las11 communication-type ipsp local-ip-addr  192.160.64.1 local-ip-addr192.160.64.33 local-client-port 49225 remote-as-name ras_iucs1 remote-ip-addr  192.160.80.2 remote-ip-addr  192.160.80.4remote-port 2905 node /EIPU-0 role client exchange-mode double vrf-name vrf2cp

Pettester side://[CORENET_ST_0]

conn-1-sctp-local-count=2

conn-1-sctp-local-interface-0=eth1:61

conn-1-sctp-local-interface-1=eth1:71

conn-1-sctp-local-port=2905

conn-1-sctp-remote-address=192.160.64.1 ;; ICSU Address in number-dot format only

conn-1-sctp-remote-port=49225

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 13/15

For internal use only

13 © Nokia Siemens Networks /

Mapping between mcRNC and Pettester

3.mcc and port

mcRNC side in RNWPLAN:

<p name="WCELMCC">520</p>

<p name="WCELMNC">18</p>

Pettester side:

mcc-1=520#mcc-2=520

#mcc-3=520

#mcc-4=520

plmn-identity=52018

plmn-identity=52018

plmn-identity=52018

plmn-id=52018

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 14/15

For internal use only

14 © Nokia Siemens Networks /

Tcpdump on mcRNC and Pettester

•Filter by sctp

//tcpdump -i any  –s0  –w xxx.cap sctp

•Filter by host:

//tcpdump -i any host x.x.x.x  –s0  –w xxx.cap

8/20/2019 McRNC U AND C PLANE

http://slidepdf.com/reader/full/mcrnc-u-and-c-plane 15/15

For internal use only

15 © Nokia Siemens Networks /

Q&A