AAN3584-DXB

6
//------------------------------------------------------------------// // * * * TCU DT created by Jobin * * * // //-------------------- ------------------------ ----------------------// // DATE : 2016/3/27 // // TYPE : TCU02 // //==================== ======================== ======================// //PGW_IP_Address is 10.238.1.131 //PSTU in BSC is 3584-1 //Delete all exisitng configuration ResetToFactorySetting // startTransaction trans1 deleteMO trans1 STN=0,AutoIntegration=0 deleteMO trans1 STN=0,IPInterface=AutoInt-1 deleteMO trans1 STN=0,IPInterface=Auto Int-2 deleteMO trans1 STN=0,VLANGroup=AutoInt-1 deleteMO trans1 STN=0,VLANGroup=AutoIn t-2 deleteMO trans1 STN=0,EthernetInterface=AutoInt-1 deleteMO trans1 STN=0,EthernetInterfac e=AutoInt-2 checkConsistency trans1 commit trans1 endTransaction trans1 // //Input Port towards Etisalat_WAN startTransaction trans1 createmo trans1 stn=0,ethernetinterface=WAN setmoattribute trans1 stn=0,ethernetinterface=WAN portId TN_D setmoattribute trans1 stn=0,ethernetinterface=WAN mode auto setmoattribute trans1 stn=0,ethernetinterface=WAN sendLinkAlarmAllowed true checkconsistency trans1 commit trans1 endTransaction trans1 // //PORT TN_A (towards DUW1) startTransaction trans1 createmo trans1 stn=0,ethernetinterface=3G setmoattribute trans1 stn=0,ethernetinterface=3G portId TN_A setmoattribute trans1 stn=0,ethernetinterface=3G mode auto setmoattribute trans1 stn=0,ethernetinterface=3G sendLinkAlarmAllowed true checkconsistency trans1 commit trans1 endTransaction trans1 // //PORT TN_F (towards DUS) startTransaction trans1 createmo trans1 stn=0,ethernetinterfac e=LTE setmoattribute trans1 stn=0,ethernetinterface=LTE portId TN_F setmoattribute trans1 stn=0,ethernetinterface=LTE mode auto setmoattribute trans1 stn=0,ethernetinterface=LTE sendLinkAlarmAllowed false checkconsistency trans1 commit trans1 endTransaction trans1 // // First, create 4 new bridges startTransaction trans1 createmo trans1 STN=0,Bridge=2G_3G_OM createmo trans1 STN=0,Bridge=2G_3G_RAN createmo trans1 STN=0,Bridge=4G_OM createmo trans1 STN=0,Bridge=4G_RAN //

Transcript of AAN3584-DXB

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 1/6

//------------------------------------------------------------------//// * * * TCU DT created by Jobin * * * ////------------------------------------------------------------------//// DATE : 2016/3/27 //// TYPE : TCU02 ////==================================================================////PGW_IP_Address is 10.238.1.131//PSTU in BSC is 3584-1//Delete all exisitng configurationResetToFactorySetting//startTransaction trans1deleteMO trans1 STN=0,AutoIntegration=0deleteMO trans1 STN=0,IPInterface=AutoInt-1deleteMO trans1 STN=0,IPInterface=AutoInt-2deleteMO trans1 STN=0,VLANGroup=AutoInt-1deleteMO trans1 STN=0,VLANGroup=AutoInt-2deleteMO trans1 STN=0,EthernetInterface=AutoInt-1deleteMO trans1 STN=0,EthernetInterface=AutoInt-2checkConsistency trans1commit trans1endTransaction trans1////Input Port towards Etisalat_WAN

startTransaction trans1createmo trans1 stn=0,ethernetinterface=WANsetmoattribute trans1 stn=0,ethernetinterface=WAN portId TN_Dsetmoattribute trans1 stn=0,ethernetinterface=WAN mode autosetmoattribute trans1 stn=0,ethernetinterface=WAN sendLinkAlarmAllowed truecheckconsistency trans1commit trans1endTransaction trans1////PORT TN_A (towards DUW1)startTransaction trans1createmo trans1 stn=0,ethernetinterface=3Gsetmoattribute trans1 stn=0,ethernetinterface=3G portId TN_A

setmoattribute trans1 stn=0,ethernetinterface=3G mode autosetmoattribute trans1 stn=0,ethernetinterface=3G sendLinkAlarmAllowed truecheckconsistency trans1commit trans1endTransaction trans1////PORT TN_F (towards DUS)startTransaction trans1createmo trans1 stn=0,ethernetinterface=LTEsetmoattribute trans1 stn=0,ethernetinterface=LTE portId TN_Fsetmoattribute trans1 stn=0,ethernetinterface=LTE mode autosetmoattribute trans1 stn=0,ethernetinterface=LTE sendLinkAlarmAllowed falsecheckconsistency trans1

commit trans1endTransaction trans1//// First, create 4 new bridgesstartTransaction trans1createmo trans1 STN=0,Bridge=2G_3G_OMcreatemo trans1 STN=0,Bridge=2G_3G_RANcreatemo trans1 STN=0,Bridge=4G_OMcreatemo trans1 STN=0,Bridge=4G_RAN//

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 2/6

// Create one VLAN group and set interface dependency (towards Etisalat)createmo trans1 STN=0,VLANGroup=WANsetmoattribute trans1 STN=0,VLANGroup=WAN depLinkLayer STN=0,EthernetInterface=WAN//// Create one VLAN group and set interface dependency (towards 3G)createmo trans1 STN=0,VLANGroup=3Gsetmoattribute trans1 STN=0,VLANGroup=3G depLinkLayer STN=0,EthernetInterface=3G//// Create one VLAN group and set interface dependency (towards LTE)createmo trans1 STN=0,VLANGroup=LTEsetmoattribute trans1 STN=0,VLANGroup=LTE depLinkLayer STN=0,EthernetInterface=LTE//// Create 4 VLAN, bind to VLAN group and bridges, and set properties (TOWARDS ETISALAT)createmo trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OMsetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OM tagValue 970setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OM tagged truesetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OM depBridge STN=0,Bridge=2G_3G_OM//createmo trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RANsetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN tagValue 900

setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN tagged truesetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN depBridge STN=0,Bridge=2G_3G_RAN//createmo trans1 STN=0,VLANGroup=WAN,VLAN=4G_OMsetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM tagValue 100setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM tagged truesetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM depBridge STN=0,Bridge=4G_OM//createmo trans1 STN=0,VLANGroup=WAN,VLAN=4G_RANsetmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_RAN tagValue 101setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_RAN tagged true

setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_RAN depBridge STN=0,Bridge=4G_ RAN//// Create 4 VLAN, bind to VLAN group and bridges, and set properties (TOWARDS DU)createmo trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OMsetmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OM tagValue 970setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OM tagged truesetmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OM depBridge STN=0,Bridge=2G

 _3G_OM//createmo trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RANsetmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN tagValue 900

setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN tagged truesetmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN depBridge STN=0,Bridge=2G_3G_RAN//createmo trans1 STN=0,VLANGroup=LTE,VLAN=4G_OMsetmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM tagValue 100setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM tagged truesetmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM depBridge STN=0,Bridge=4G_OM//

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 3/6

createmo trans1 STN=0,VLANGroup=LTE,VLAN=4G_RANsetmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN tagValue 101setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN tagged truesetmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN depBridge STN=0,Bridge=4G_ RAN//// Configure an IP address for each VLAN (this is the IP address of TCU)createmo trans1 STN=0,IPInterface=2G_3G_OMsetmoattribute trans1 STN=0,IPInterface=2G_3G_OM primaryIP_Address 10.74.195.196setmoattribute trans1 STN=0,IPInterface=2G_3G_OM primarySubNetMask 255.255.255.224setmoattribute trans1 STN=0,IPInterface=2G_3G_OM depLinkLayer STN=0,Bridge=2G_3G

 _OM//createmo trans1 STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,IPInterface=2G_3G_RAN primaryIP_Address 10.212.223.162setmoattribute trans1 STN=0,IPInterface=2G_3G_RAN primarySubNetMask 255.255.255.192setmoattribute trans1 STN=0,IPInterface=2G_3G_RAN depLinkLayer STN=0,Bridge=2G_3G_RANcheckconsistency trans1commit trans1 forcedCommitendTransaction trans1

////E1 Interface for 2GstartTransaction trans1createMO trans1 STN=0,E1T1Interface=0setMOAttribute trans1 STN=0,E1T1Interface=0 type E1createMO trans1 STN=0,E1T1Interface=1setMOAttribute trans1 STN=0,E1T1Interface=1 type E1//PSTU Definitioncreatemo trans1 STN=0,TGTransport=3584-1setMOAttribute trans1 STN=0,TGTransport=3584-1 PGW_IP_Address 10.238.1.131setMOAttribute trans1 STN=0,TGTransport=3584-1 depIP_Interface stn=0,IPInterface=2G_3G_RANcreateMO trans1 STN=0,TGTransport=3584-1,SuperChannel=0

setMOAttribute trans1 STN=0,TGTransport=3584-1,SuperChannel=0 depE1T1Interface 0createMO trans1 STN=0,TGTransport=3584-1,SuperChannel=1setMOAttribute trans1 STN=0,TGTransport=3584-1,SuperChannel=1 depE1T1Interface 1checkconsistency trans1commit trans1endTransaction trans1////OSS statistic routestarttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=OSSsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS forwardingInterface STN=0,IPInterface=2G_3G_OMsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS nextHopIpAddress 10.74.19

5.193setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS destIpSubnet 10.238.124.0/24setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=OSS disableConnectivityChecktruesetmoattribute trans1 STN=0 wakeupregistration 10.238.124.9checkConsistency trans1commit trans1endTransaction trans1

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 4/6

////BSC statistic routestarttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=BSCsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC forwardingInterface STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC nextHopIpAddress 10.212.223.129setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC destIpSubnet 10.238.1.128/26setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=BSC disableConnectivityChecktruecheckConsistency trans1commit trans1endTransaction trans1////RNC statistic routestarttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=RNCsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC forwardingInterface STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC nextHopIpAddress 10.212.223.129

setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC destIpSubnet 10.238.8.0/24setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=RNC disableConnectivityChecktruecheckConsistency trans1commit trans1endTransaction trans1//// SR_Sync_RAN_1 // SYNC ROUTINGstarttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 forwardingInter

face STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 nextHopIpAddress 10.212.223.129setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 destIpSubnet 10.238.9.32/29setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_RAN_1 disableConnectivityCheck truecheckConsistency trans1commit trans1endTransaction trans1//// Routing SR_Sync_RAN_2 //

starttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 forwardingInterface STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 nextHopIpAddress 10.212.223.129setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 destIpSubnet 10.238.9.40/29setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_RAN_2 disableConnecti

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 5/6

vityCheck truecheckConsistency trans1commit trans1endTransaction trans1//// Routing SR_Sync_OM //starttransaction trans1createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OMsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM forwardingInterface STN=0,IPInterface=2G_3G_OMsetmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM nextHopIpAddress 10.74.195.193setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM destIpSubnet 10.238.204.64/28setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM admDistance 2setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_OM disableConnectivityCheck truecheckConsistency trans1commit trans1endTransaction trans1////Synchronization //starttransaction trans1createmo trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync

setmoattribute trans1 STN=0,Synchronization=0 synchType timeServersetmoattribute trans1 STN=0,Synchronization=0 DSCP_Synchronization 56setmoattribute trans1 STN=0,Synchronization=0 depIP_Interface STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_Priority 0setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_IP_Address 10.238.9.35setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync timeServerType PTPsetmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync STN_TS_UDP_Port 123setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_UDP_Po

rt_General_PTP 320setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_UDP_Port_Event_PTP 319setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync domainNumber 10checkConsistency trans1commit trans1endTransaction trans1//starttransaction trans1createmo trans1 STN=0,Synchronization=0, TimeServer=Secondary_Syncsetmoattribute trans1 STN=0,Synchronization=0 synchType timeServersetmoattribute trans1 STN=0,Synchronization=0 DSCP_Synchronization 56

setmoattribute trans1 STN=0,Synchronization=0 depIP_Interface STN=0,IPInterface=2G_3G_RANsetmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync TS_Priority 4setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync TS_IP_Address 10.238.9.43setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync timeServerType PTPsetmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync STN_TS_ UDP_Port 123

8/18/2019 AAN3584-DXB

http://slidepdf.com/reader/full/aan3584-dxb 6/6

setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync TS_UDP_ Port_General_PTP 320setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync TS_UDP_ Port_Event_PTP 319setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync domainNumber 11checkConsistency trans1commit trans1endTransaction trans1//start configurationstartTransaction trans1setMOAttribute trans1 STN=0 STN_Name TCU_3584setmoattribute trans1 STN=0 systemClockTimeServer 10.238.124.84setmoattribute trans1 STN=0 systemClockTimeServerType NTPsetmoattribute trans1 STN=0 STN_systemClockUDP_Port 123setmoattribute trans1 STN=0 depIP_Interface STN=0,IPInterface=2G_3G_OMcheckconsistency trans1commit trans1 forcedCommitendTransaction trans1