You are on page 1of 2

// OSN3500 Configuration (Take Create501 as an example)

//************Log in to the NE. Be sure to add the basic ID of the NE in front o


f the login statement:
#ID:
:login:"szhw"nesoft";
//******************************Stop the performance monitor********************
****************
// The time will be a little bit later than the current NE time
// :per-set-endtime:15m,year@month@day@Hour@Minute@Second;
// :per-set-endtime:24h,year@month@day@Hour@Minute@Second;
:per-set-endtime:15m,2009@6@11@4@5@13;
:per-set-endtime:24h,2009@6@11@4@5@13;
//************************************Initialize the NE*************************
****************
:cfg-init-all;
sleep 30
//****************************Set NE equipment type, NE name and other parameter
s************************************
//:cfg-set-devicetype:OptiXOsn3500,standard;
//:cfg-set-nename:64,"ID-NE name";
//:cfg-set-neposition:"office name-equipment room name";
:cfg-set-devicetype:OptiXOsn3500,standard;
:cfg-set-nename:64,"Crater501";
//:cfg-set-neposition:"office name-equipment room name";
//************************************ Add a board******************************
**************
//:cfg-add-board:Bid,BoardType;
//:cfg-add-board:9&10,ssn1gxcsa:1&2&3,ssn1pq1:16&15,ssn1sep:8&11,ssn2sl64;37,ssn
1aux;
//:cfg-add-board:19&21,ssn1d75s:33,ssn1eu04:35,ssn1tsb4;
:cfg-add-board:9&10,SSN1GXCSA;
:cfg-add-board:1&3&4@5@13@14,SSN1PQ1;
:cfg-add-board:7,SSN1SL1:8@11,SSN2SL64;
:cfg-add-board:15@16,SSN1PL3;
:cfg-verify
sleep 5
//***********************************Set order wire parameters******************
**************************
//:cfg-set-tellen:Bid, TelLen;
//:cfg-set-telnum:Bid,TelNo,TelNum;
//:cfg-set-meetnum:Bid,MeetNum;
//:cfg-set-reqtime:Bid, ReqTime;
//:cfg-set-lineused:EowBid, DstBid, PortId, LineUsed;
//:cfg-set-meetlineused: EowBid, DstBid, PortId, LineUsed;
:cfg-set-tellen:37,4;
:cfg-set-telnum:37,1,1192;

:cfg-set-meetnum:37,9999;
:cfg-set-reqtime:37,9;
:cfg-set-lineused:37,8,1,used;
:cfg-set-meetlineused:37,8,1,used;
//***********************************Set clock parameters***********************
*********************
//:cfg-set-synclass:Bid, SyncNum, Sync1, Sync2,...;(You can change by yourself)
:cfg-set-synclass:9,SyncNum,...,..., 0xf101;
//*****************************level protection (ring MS, linear MS and SNCP)***
************************
//:cfg-add-rmspg:PgId,Type;
//:cfg-set-rmsbdmap:PgId,PuId,Bid,Pid,AuTable;
//:cfg-set-rmsattrib:PgId, LocalNode, WestNode, EastNode, WtrTime;
:cfg-add-rmspg:1,2fbi;
:cfg-set-rmsbdmap:1,w1,8,1,1&&32;
:cfg-set-rmsbdmap:1,e1,11,1,1&&32;
:cfg-set-rmssdflag:1,enable;
:cfg-set-rmsattrib:1,1,5,2,600;
:cfg-verify
sleep 5
//***************************** Establish service connection********************
**************************
//:cfg-add-xc:xc-id,src-bid,src-pid,src-auid,src-pathid,dst-bid,dst-pid,dst-auid
, dst-pathid,xc-level;
:cfg-add-xc:0,15,1,1,0,8,1,1,0,vc4;
:cfg-add-xc:0,8,1,1,0,15,1,1,0,vc4;
:cfg-add-xc:0,2,1&&32,0,0,8,1,2,1&&32,vc12;
:cfg-add-xc:0,8,1,2,1&&32,2,1&&32,0,0,vc12;
//***************************** Configure the check delivery********************
*************************
:cfg-verify;
//*********************************** Query NE status***************************
*****************
:cfg-get-nestate;
//After the batch file is delivered, the check is completed, and the NE status i
s stable, back up the databases (drdb, fdb0 and fdb1) with the following //comma
nds:
//:dbms-copy-all:mdb,drdb;
//:dbms-copy-all:drdb,fdb0;
//:dbms-copy-all:drdb,fdb1;

You might also like