You are on page 1of 5

//------------------------------------------------------------------//

// * * * TCU DT created by Jobin * * * //


//------------------------------------------------------------------//
// DATE : 12/11/2020 //
// TYPE : TCU02 //
//==================================================================//
//PGW_IP_Address is 10.238.1.131
//PSTU in BSC is 3623-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=AutoInt-2
deleteMO trans1 STN=0,VLANGroup=AutoInt-1
deleteMO trans1 STN=0,VLANGroup=AutoInt-2
deleteMO trans1 STN=0,EthernetInterface=AutoInt-1
deleteMO trans1 STN=0,EthernetInterface=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_E
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,ethernetinterface=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 true
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
//
// Create one VLAN group and set interface dependency (towards Etisalat)
createmo trans1 STN=0,VLANGroup=WAN
setmoattribute 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=3G
setmoattribute 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=LTE
setmoattribute 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_OM
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OM tagValue 970
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_OM tagged true
setmoattribute 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_RAN
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN tagValue 900
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN tagged true
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G_3G_RAN depBridge
STN=0,Bridge=2G_3G_RAN
//
createmo trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM tagValue 951
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM tagged true
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_OM depBridge STN=0,Bridge=4G_OM
//
createmo trans1 STN=0,VLANGroup=WAN,VLAN=4G_RAN
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=4G_RAN tagValue 950
setmoattribute 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_OM
setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OM tagValue 970
setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_OM tagged true
setmoattribute 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_RAN
setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN tagValue 900
setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN tagged true
setmoattribute trans1 STN=0,VLANGroup=3G,VLAN=2G_3G_RAN depBridge
STN=0,Bridge=2G_3G_RAN
//
createmo trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM
setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM tagValue 951
setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM tagged true
setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_OM depBridge STN=0,Bridge=4G_OM
//
createmo trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN
setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN tagValue 950
setmoattribute trans1 STN=0,VLANGroup=LTE,VLAN=4G_RAN tagged true
setmoattribute 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_OM
setmoattribute trans1 STN=0,IPInterface=2G_3G_OM primaryIP_Address 10.74.221.108
setmoattribute trans1 STN=0,IPInterface=2G_3G_OM primarySubNetMask 255.255.255.224
setmoattribute trans1 STN=0,IPInterface=2G_3G_OM depLinkLayer STN=0,Bridge=2G_3G_OM
//
createmo trans1 STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,IPInterface=2G_3G_RAN primaryIP_Address 10.178.85.76
setmoattribute trans1 STN=0,IPInterface=2G_3G_RAN primarySubNetMask 255.255.255.192
setmoattribute trans1 STN=0,IPInterface=2G_3G_RAN depLinkLayer
STN=0,Bridge=2G_3G_RAN
checkconsistency trans1
commit trans1 forcedCommit
endTransaction trans1
//
//OSS statistic route
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=OSS
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS forwardingInterface
STN=0,IPInterface=2G_3G_OM
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS nextHopIpAddress
10.74.221.97
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS destIpSubnet 10.238.124.0/24
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=OSS admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=OSS disableConnectivityCheck
true
setmoattribute trans1 STN=0 wakeupregistration 10.238.124.9
checkConsistency trans1
commit trans1
endTransaction trans1
//
//RNC statistic route
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=RNC
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC forwardingInterface
STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC nextHopIpAddress
10.178.85.65
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC destIpSubnet 10.238.8.0/24
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=RNC disableConnectivityCheck
true
checkConsistency trans1
commit trans1
endTransaction trans1
//
// SR_Sync_RAN_1 // SYNC ROUTING
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1
forwardingInterface STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 nextHopIpAddress
10.178.85.65
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 destIpSubnet
10.238.9.32/29
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_RAN_1
disableConnectivityCheck true
checkConsistency trans1
commit trans1
endTransaction trans1
//
// Routing SR_Sync_RAN_2 //
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2
forwardingInterface STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 nextHopIpAddress
10.178.85.65
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 destIpSubnet
10.238.9.40/29
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_RAN_2
disableConnectivityCheck true
checkConsistency trans1
commit trans1
endTransaction trans1
//
// Routing SR_Sync_OM //
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM forwardingInterface
STN=0,IPInterface=2G_3G_OM
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM nextHopIpAddress
10.74.221.97
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM destIpSubnet
10.238.204.64/28
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=SR_Sync_OM
disableConnectivityCheck true
checkConsistency trans1
commit trans1
endTransaction trans1
//
//Synchronization //
starttransaction trans1
createmo trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
setmoattribute trans1 STN=0,Synchronization=0 synchType timeServer
setmoattribute trans1 STN=0,Synchronization=0 DSCP_Synchronization 56
setmoattribute trans1 STN=0,Synchronization=0 depIP_Interface
STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_Priority
0
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
TS_IP_Address 10.238.9.34
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
timeServerType PTP
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
STN_TS_UDP_Port 320
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
TS_UDP_Port_General_PTP 320
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync
TS_UDP_Port_Event_PTP 319
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync domainNumber
10
checkConsistency trans1
commit trans1
endTransaction trans1
//
starttransaction trans1
createmo trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
setmoattribute trans1 STN=0,Synchronization=0 synchType timeServer
setmoattribute trans1 STN=0,Synchronization=0 DSCP_Synchronization 56
setmoattribute trans1 STN=0,Synchronization=0 depIP_Interface
STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
TS_Priority 4
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
TS_IP_Address 10.238.9.42
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
timeServerType PTP
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
STN_TS_UDP_Port 320
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
TS_UDP_Port_General_PTP 320
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
TS_UDP_Port_Event_PTP 319
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync
domainNumber 11
checkConsistency trans1
commit trans1
endTransaction trans1
//start configuration
startTransaction trans1
setMOAttribute trans1 STN=0 STN_Name TCU_3623
setmoattribute trans1 STN=0 systemClockTimeServer 10.238.124.84
setmoattribute trans1 STN=0 systemClockTimeServerType NTP
setmoattribute trans1 STN=0 STN_systemClockUDP_Port 123
setmoattribute trans1 STN=0 depIP_Interface STN=0,IPInterface=2G_3G_OM
checkconsistency trans1
commit trans1 forcedCommit
endTransaction trans1

You might also like