You are on page 1of 1

MOP for IPCLK definition for NodeB

Customer required MOP for configuring IPCLK as CLOCK source for NODEB 3900 and 3012.
Along with existing E1/T1 Clock
Detailed requirement:
1) Customer want to configure the active and standby IP clock as clock source for the NodeB.
2) Along with IP Clock on E1/T1 is also available for NodeB, so in case of the failure in IP clock
NodeB should latch on E1 Clock.
Definition of IPCLK LNK at RNC:
//Add IP route for new Clock server as below command,
ADD IPRT
// Add NodeB IP & New IPCLK Server IP as below,
ADD IPCLKLINK: ICPT=HW_DEFINED, SN=7, CIP="xx.xx.xx.xx", SIP="10.89.40.xx";
//Set Clock Working Mode as LINECLK
SET CLKMODE: MODE=MANUAL, CLKSRC=IPCLK, SYNMODE=OFF;
//Display IPCLK Clock Status
DSP IPCLKLINK:;
//List Clock History Record, current status should be fast tracking or locked.
LST CLKRECORD: SN=7;
Definition of LINE CLOCK at RNC:
//ADD E1/T1 Line Clock on 2nd E1/T1 without alarm
ADD LINECLK: SN=7, PT=E1T1, PN=1;
//Set Clock Working Mode as LINECLK
SET CLKMODE: MODE=MANUAL, CLKSRC=LINECLK;
//Display E1/T1 Line Clock Status
DSP LINECLK:;
//List Clock History Record, current status should be fast tracking or locked.
LST CLKRECORD: SN=7;

You might also like