+ All Categories
Home > Documents > 02 ACR Integration

02 ACR Integration

Date post: 21-Feb-2018
Category:
Upload: luis-terry-torres
View: 223 times
Download: 0 times
Share this document with a friend

of 41

Transcript
  • 7/24/2019 02 ACR Integration

    1/41

    ACR Integration

    Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    2/41

    M-WiMAX Network

    2Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    3/41

    CONTENTS

    1. ACR environment parameter setting

    2. Set the environment parameters

    . ec e env ronmen parame ers

    4. Check i f the environment parameters

    5. ACR row execution

    6. ACR Act execution

    7. ACR Degrow execution. eac execu on

    9. RAS environment parameter setting

    10. RAS row execution

    3Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    4/41

    ACR environment parameter setting

    1) ACR IP & Parameter Setting

    -. Using the Debug Cable, connect from the serial port on your laptop to the DBG port on LCMA as shown below

    MRA-F1

    MRA-F0

    MMA-G

    BP

    LCMA0

    BP

    Tera TermPC

    3 Pins Dedicated Cable

    LCMA1

    4Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    5/41

    2) Access to LCMA by Debug Port by TeraTerm or Software of same type.-. Baud Rate : 115200 bps

    5Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    6/41

    ACR environment parameter setting

    04_00_06_LCMA login: root

    Password:xxxxxx

    04_00_06_LCMA:>>printenv

    NAME VALUE DESCRIPTION

    CS_TYPE 1

    GWIP0_MTU_V4 1484

    IP_VER 4

    LD_PRIOR 0

    NE_TYPE ACR

    REG_FLAG 1

    NE_NUM 2

    GWIP_FLAG 0 0 for ACR-Router-WSM, and 1 for ACR-WSM

    GWIP0_V4 10.0.15.132 Gateway IP

    GWIP0_NM_V4 25

    LEIP00_V4 10.0.15.131 Interface IP for external interfaceLEIP00_NM_V4 25

    REIP00_V4 10.0.15.121 ACR IP

    REIP00_NM_V4 30

    RSIP0_V4 10.0.5.135 WSM Image server IP

    6Copyright SAMSUNG Electron ics Co.

    SNMP_TRAP_IP_V4 10.0.5.135 WSM Image server IP

    __BOOTUP_FLAG__ 0000

  • 7/24/2019 02 ACR Integration

    7/41

    Set the environment parameters for the ACR

    04_00_06_LCMA login: root

    Password:xxxxxx

    04_00_06_LCMA:>>setenv p GWIP0_NM_V4 24

    04_00_06_LCMA:>>setenv p GWIP0_V4 10.0.119.1

    04_00_06_LCMA:>>setenv p GWIP_FLAG 0 04_00_06_LCMA:>>setenv p LEIP00_NM_V4 30

    04 00 06 LCMA:>>setenv LEIP00 V4 10.0.119.153_ _ _ _

    04_00_06_LCMA:>>setenv p NE_NUM 1

    04_00_06_LCMA:>>setenv p REIP00_NM_V4 30

    04_00_06_LCMA:>>setenv p REIP00_V4 10.0.119.157

    _ _ _ _ . . .

    04_00_06_LCMA:>>setenv p SNMP_TRAP_IP_V4 10.0.26.10

    7Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    8/41

    Check the environment parameters

    NAME VALUE

    CS_TYPE 1

    GWIP0_MTU_V4 1484

    GWIP0_NM_V4 24

    GWIP0_V4 10.0.119.1

    GWIP_FLAG 0

    IP_VER 4

    _

    LEIP00_NM_V4 30

    LEIP00_V4 10.0.119.153

    NE_NUM 1

    _

    REG_FLAG 1

    REIP00_NM_V4 30

    REIP00_V4 10.0.119.157

    RSIP0 V4 10.0.26.10_

    SNMP_TRAP_IP_V4 10.0.26.10

    FAP_X_SUB_V4 255.255.255.0

    FAP_X_V4 10.89.12.41

    __BOOTUP_FLAG__ 0

    8Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    9/41

    Check the environment parameters

    _ _ _

    Password:xxxxxx 04_00_06_LCMA:>>printenv -a

    NAME VALUE

    CS_TYPE 1

    GWIP0_MTU_V4 1484

    GWIP0_NM_V4 24

    GWIP0_V4 10.0.119.1

    GWIP_FLAG 0

    IP_VER 4

    LD_PRIOR 0

    LEIP00_NM_V4 30

    LEIP00_V4 10.0.119.153NE_NUM 1

    NE_TYPE ACR

    REG_FLAG 1

    REIP00_NM_V4 30

    REIP00_V4 10.0.119.157

    RSIP0_V4 10.0.26.10SNMP_TRAP_IP_V4 10.0.26.10

    FAP_X_SUB_V4 255.255.255.0

    FAP_X_V4 10.89.12.41

    __BOOTUP_FLAG__ 0

    9Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    10/41

    WSM start & stop

    . s ar

    1.1) Oracle start (oracle user)

    [@WSM: /home/aceman] su - oracle: oracle

    . s op

    2.1) EMS stop (aceman user)

    [@WSM: /home/aceman] EMS stop oracle

    [oracle@WSM: /db/oracle] sqlplus '/ as sysdba'SQL> startup

    SQL> exit

    1.2) Oracle listener start (oracle user)

    2.2) WEB Server stop (root user)[oracle@WSM: /db/oracle] su -

    Password: samsungSun Microsystems Inc. SunOS 5.10 Generic

    January 2005

    [oracle@WSM: /db/oracle] lsnrctl start

    1.3) Web Server start (root user)

    su

    [root@WSM: /] nms_stop[root@WSM: /] LPS

    2.3) Oracle Listener stop (oracle user)[aceman@WSM: /home/aceman] su - oracle l

    su -

    Password: samsungSun Microsystems Inc. SunOS 5.10 Generic

    January 2005[root@WSM: /] nms_start

    : LPS

    asswor oracleSun Microsystems Inc. SunOS 5.10 Generic

    January 2005[oracle@WSM: /db/oracle][oracle@WSM: /db/oracle] lsnrctl stop

    LPS

    1.4) EMS start (aceman user)

    [@WSM: /home/aceman] EMS start

    2.4) Oracle stop (oracle user)

    [oracle@WSM: /db/oracle] sqlplus '/ as sysdba'...SQL> shutdown immediate

    10Copyright SAMSUNG Electron ics Co.

    [@WSM: /home/aceman] PS...SQL>

  • 7/24/2019 02 ACR Integration

    11/41

    Configure the WSM IP address

    [@WSM2: /etc] vi /etc/hosts## Internet host table#

    . . . oca os::1 localhost

    10.10.10.3 ACR190.90.80.2 RAS90.90.90.3 ACR223.30.159.209 PI_WSM2loghost90.90.90.1 WSM2

    [@WSM2: /etc] vi defaultrouter

    23.30.159.5 // 23.30.159.0 G/W

    [aceman@WSM2: /home/aceman] update_ip.sh // aceman user

    (prior to execute, EMS & nms process stop )

    11Copyright SAMSUNG Electron ics Co.

    PI_WSM : 23.30.159.209WSM : 90.90.90.1

  • 7/24/2019 02 ACR Integration

    12/41

    root@PI_WSM_2: /] netstat rn // root user

    Destination Gateway Flags Ref Use Interface

    ------------------ ---------------- ----- ----- ------ ---------60.10.0.0 60.10.0.4 U 1 2751 bge0

    60.10.0.0 60.10.0.5 UG 1 0

    60.10.0.32 60.10.0.5 UG 1 50

    60.10.0.64 60.10.0.5 UG 1 42

    224.0.0.0 60.10.0.4 U 1 0 bge0

    default 60.10.0.1 UG 1 949. . . . . .

    [@WSM2: /] route add -net 100.100.100.100/32 90.90.90.2

    [@WSM2: /] route add -net 90.90.80.0/24 90.90.90.2

    12Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    13/41

    Startup_config File Setup

    [@WSM2: /pkg/2.0.3/acr/config/r01]vi startup_config_file_acr0000

    !

    !interface ge_0_8_1

    ip address 90.90.80.1/24

    !

    ip wns acr 0 100.100.100.100ip wns acrsynctimer 58 62

    !

    interface lo

    ip address 127.0.0.1/8ipv6 address ::1/128

    !

    ip domainlookup

    !

    fib retain!

    interface re_0_6_0

    ip address 100.100.100.100/32

    !ip route 0.0.0.0/0 90.90.90.2

    fqmmode

    setschedulingmode drr

    !

    interface fap_0

    !

    line con 0

    login

    line vty 0 9

    interface fap_4

    !

    interface ge_0_8_0

    og n

    !

    Myend

    13Copyright SAMSUNG Electron ics Co.

    . . .

  • 7/24/2019 02 ACR Integration

    14/41

    Start WSM Client

    emsuser

    14Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    15/41

    User Registration

    15Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    16/4116Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    17/41

    Connection Available IP Registration for WSM

    17Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    18/41

    Connect with the user generated above as below.

    18Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    19/41

    ACR grow execution

    This section describes the procedure of ACR grow on WSM.

    ACR grow is registered in the GROW status first. Service can be started for ACR in the EQUIP status, and actualservice can be provided when ACT is performed after GROW.

    The rack doesnt need to be installed actually. If a rack is installed after GROW, the system is loaded and initiated as

    power is connected

    1) On WSM, click Configuration-> Grow ACR

    19Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    20/41

    2) Select the ACR ID you wish to grow, enter the ACR name, SNMP information and IP, and click Next.

    20Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    21/41

    * shows the arameters in the Select T e menu.

    ParameterDescription

    Select GrouGroup to which ACR is to be registered

    ACR IDUnique system ID of ACR to be grown

    ACR TYPEType of ACR configuration (Single Shelf Type/Single Rack Type)

    ACR NAMEas o o e grown

    On WSM, ACR is represented by the ACR name.

    PACKAGE VERSIONSelect the SW version of the PKG to be loaded on ACR.

    RELEASE VERSIONSelect the SW release version of the PKG to be loaded on ACR.

    LOCATIONEnter information on the site to be installed.

    SNMP PORTDesignate the port used by the SNMP agent that will communicate with WSM.

    Enter the GET COMMUNITY value used for the SNMP communication.

    SET COMMUNITYEnter the SET COMMUNITY value used for the SNMP communication.

    IP ADDRESSEnter the IP address for communication with WSM of ACR.

    This value must be entered for ACR.

    21Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    22/41

    3) On the basic ACR configuration, optional boards can be equipped/unequipped. If some boards are not mounted, select the figure of the

    slot, and click Blank to configure the unequipped board. Although the board is not equipped, an alarm occurs if there is configuration

    information. To select the type of the PEXA board, click the PEXA board, press the right mouse button, and select PEXA-M. PEXA-Mis a typeof PEXA with 8 ports for the SPF type optic modules.

    22Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    23/41

    4 Select the ort to be actuall connected on the PEXA board which is the network interface and enable the ort.

    23Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    24/41

    5 Enter the SIP confi uration information and click Next.

    If SIP is not used, click Next without entering the parameters. ARC ID means the shelf ID, ATC ID means the RPSA ID, and CPU ID

    means the NP CPU ID (4,5) in the ATC block. Network information means the information on the IP to be assigned to the terminal.

    24Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    25/41

    6 Enter MIP Confi uration information and click Next.

    25Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    26/41

    7 Check the information entered. If the entered information is incorrect ou ma correct in ut b selectin the Prev button. To row ACR as

    the setting, click Next. If you click the button, it is changed to Finish.

    26Copyright SAMSUNG Electron ics Co.

    ACR A i

  • 7/24/2019 02 ACR Integration

    27/41

    ACR Act execution

    This section describes the ACR act to enable ACR functions after Grow ACR/loading and environment parameter

    setting. On the Map Viewer, select ACR to be activated, and select the right pop-up menu, and select Act NE.

    27Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    28/41

    Check if the command is executed properly, and the node is changed to the EQUIP status on the Map Viewer. + o

    the icon disappears.

    28Copyright SAMSUNG Electron ics Co.

    ACR D ti

  • 7/24/2019 02 ACR Integration

    29/41

    ACR Degrow execution

    This section describes the ACR Degrow function.

    To execute ACR Degrow, change the status of ACR from EQUIP to DEGROW. In the DEGROW status, the ACR service is stopped, and only the configuration information is managed.

    To delete ACR completely, select DEACT in the DEGROW status. If it is required to recover ACR fromDEGROW to EQUIP, you should perform ACT.

    On the Map Viewer, select ACR to be degrown, select the pop-up menu with the right mouse button, andselect Degrow NE.

    29Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    30/41

    If the command is performed properly, the node is changed to DEGROW status on the Map Viewer, and - is marked

    on the icon.

    30Copyright SAMSUNG Electron ics Co.

    ACR D t ti

  • 7/24/2019 02 ACR Integration

    31/41

    ACR Deact execution

    This section describes the ACR Deact.

    Deact is the process of completely deleting configuration information from WSM and excluding it frommanagement.

    Send the Deact command to ACR, and if the command result is OK, delete all data on ACR from

    WSM DB.

    On the Map Viewer, select ACR to be deactivated, click the right mouse button, and select Deact NE.

    31Copyright SAMSUNG Electron ics Co.

    RAS i t t tti

  • 7/24/2019 02 ACR Integration

    32/41

    1) RAS IP & Parameter Setting

    RAS environment parameter setting

    Using the Debug Cable, connect from the serial port on your laptop to the DBG0 port on MMA as shown below

    MRA-F1

    MRA-F0

    MMA-G

    .

    -. Baud Rate : 115200 bps

    32Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    33/41

    3) Check the Environment Parameter of MMA

    login: root

    Password: 123qwe

    root@208_00_01_MMA-G_53:~# getenv -a

    NAME VALUE DESCRIPTION

    RUN_LEVEL 5

    __BOOTUP_FLAG__ 0

    NE_TYPE RAS

    _

    IP_VER 4

    DHCP_FLAG 0

    GWIP_FLAG 0 0 for ACR-Router-WSM, and 1 for ACR-WSM

    RSIP0_V4 10.1.142.5 WSM Image server IP

    SNMP_TRAP_IP_V4 10.1.142.5 WSM Image server IP

    LEIP02_V4 10.2.166.3 Interface IP for external interface

    LEIP02 NM V4 24_ _

    GWIP02_V4 10.2.166.1 Gateway IP

    GWIP02_NM_V4 24

    LEIP03_V4 10.2.166.3 Interface IP for external interface

    33Copyright SAMSUNG Electron ics Co.

    _ _

    GWIP03_V4 10.2.166.1 Gateway IP

    GWIP03_NM_V4 24

  • 7/24/2019 02 ACR Integration

    34/41

    4) Change the Environment Parameter of MMA

    login: root

    Password: 123qwe

    root@208_00_01_MMA-G_53:~#

    setenv p NE_NUM [RAS_ID]

    setenv p LEIP02_V4 RAS_IP

    setenv p LEIP02_NM_V4 Net_Mask

    setenv p GWIP02_V4 Gateway IP

    setenv p GWIP02_NM_V4 Net_Masksetenv p LEIP03_V4 RAS_IP

    setenv p LEIP03_NM_V4 Net_Mask

    setenv p GWIP03_V4 Gateway IP

    setenv p GWIP03_NM_V4 Net_Mask

    _setenv p SNMP_TRAP_IP_V4 WSM IP

    34Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    35/41

    5) RAS Profile grow execution

    This section describes the procedure of RAS profile grow on WSM.

    1) On WSM, click Configuration-> Grow Profile

    2) Create RAS profile

    -. TYPE : RAS TYPE

    -. Version : PKG Version(Ex, 2.0.3)

    -. Carrier / Sector :

    Chose 1carrier/ 1sector to 3carrier/ 3sector

    -.

    -. Profile name : Ex) Test

    -. Select FRP type : FRP1, FRP3

    -. Carrier Index

    FRP1 = All sector same FrequencyFRP3 = All sector Different Frequency

    -. Click next button

    35Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    36/41

    3) configure Rack and click next button

    4) Select configure link

    ex) MMA-G

    Port #0/ Port#1 => Optic

    Port #2/ Port#3 => Ethernet

    36Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    37/41

    5) Correct the Profile information and click finish button

    37Copyright SAMSUNG Electron ics Co.

    RAS grow execution

  • 7/24/2019 02 ACR Integration

    38/41

    RAS grow execution

    -. Select RAS type : Ex, Indoor_uras

    -. Select PKG version : Ex, 2.0.3

    -. Select carrier/sector : Ex, 1carrier/3sector

    -. Select profile : Ex, Test-. Input system ID : Ex, 101

    -. Input name : Ex, Test_101

    -. Select location

    -. Select ACR : Ex, ACR_0001

    38Copyright SAMSUNG Electron ics Co.

    -. ,

    -. Click add button and show the one line state is ready

    -. Click subcell info

  • 7/24/2019 02 ACR Integration

    39/41

    1) Input subcell information each value

    -. Preamble index : 32 * sector ID + Permutation Base

    -. Permutation Base : 0 ~ 34

    -. Preamble index : 0 ~ 113

    -. Tx Att : Ex, 250

    -.

    39Copyright SAMSUNG Electron ics Co.

    RAS startup config

  • 7/24/2019 02 ACR Integration

    40/41

    RAS startup_config

    [@WSM2: /pkg/2.0.3/ras/config/r01]

    vistartup_config_file_ras0001

    interface lo

    ip address 127.0.0.1/8

    !

    no service passwordencryption

    !

    i wns nbr uer timer 1 2

    ip route 0.0.0.0/0 90.90.80.1

    !

    line con 0

    login

    !

    ip domainlookup

    !

    line vty 0 4

    login

    !M end

    !

    interface ge_0_1_2

    ip reipcandidate oamip reipcandidate r6

    ip address 90.90.80.2/24

    !

    40Copyright SAMSUNG Electron ics Co.

  • 7/24/2019 02 ACR Integration

    41/41


Recommended