You are on page 1of 6

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

//
* * * TCU DT created by Jobin * * *
//
//------------------------------------------------------------------//
// DATE
: 11/1/2016 //
// TYPE
: TCU02
//
//==================================================================//
//PGW_IP_Address is 10.238.1.131
//PSTU in BSC is 3046-1
//delete all of 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 gigabitfullduplex
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_B (towards DUW2)
startTransaction trans1
createmo trans1 stn=0,ethernetinterface=3G_1
setmoattribute trans1 stn=0,ethernetinterface=3G_1 portId TN_B
setmoattribute trans1 stn=0,ethernetinterface=3G_1 mode auto
setmoattribute trans1 stn=0,ethernetinterface=3G_1 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 gigabitfullduplex
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=W
AN
//
// 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 3G)
createmo trans1 STN=0,VLANGroup=3G_1
setmoattribute trans1 STN=0,VLANGroup=3G_1 depLinkLayer STN=0,EthernetInterface=
3G_1
//
// 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=L
TE
//
// Create 4 VLAN, bind to VLAN group and bridges, and set properties (TOWARDS ET
ISALAT)
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=2
G_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_O
M
//
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=2
G_3G_RAN
//
createmo trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_OM
setmoattribute trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_OM tagValue 970
setmoattribute trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_OM tagged true
setmoattribute trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_OM depBridge STN=0,Bridge=
2G_3G_OM
//
createmo trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_RAN
setmoattribute trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_RAN tagValue 900
setmoattribute trans1 STN=0,VLANGroup=3G_1,VLAN=2G_3G_RAN tagged true
setmoattribute trans1 STN=0,VLANGroup=3G_1,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_O
M
//
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.235.94.234
setmoattribute trans1 STN=0,IPInterface=2G_3G_OM primarySubNetMask 255.255.255.2
24
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.236.226.2
26
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_3
G_RAN
checkconsistency trans1
commit trans1 forcedCommit
endTransaction trans1
//
//E1 Interface for 2G
startTransaction trans1
createMO trans1 STN=0,E1T1Interface=0
setMOAttribute trans1 STN=0,E1T1Interface=0 type E1
createMO trans1 STN=0,E1T1Interface=1
setMOAttribute trans1 STN=0,E1T1Interface=1 type E1
//PSTU Definition
createmo trans1 STN=0,TGTransport=3046-1

setMOAttribute trans1 STN=0,TGTransport=3046-1 PGW_IP_Address 10.238.1.131


setMOAttribute trans1 STN=0,TGTransport=3046-1 depIP_Interface stn=0,IPInterface
=2G_3G_RAN
createMO trans1 STN=0,TGTransport=3046-1,SuperChannel=0
setMOAttribute trans1 STN=0,TGTransport=3046-1,SuperChannel=0 depE1T1Interface 0
createMO trans1 STN=0,TGTransport=3046-1,SuperChannel=1
setMOAttribute trans1 STN=0,TGTransport=3046-1,SuperChannel=1 depE1T1Interface 1
checkconsistency trans1
commit trans1
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.235.9
4.225
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
//
//BSC statistic route
starttransaction trans1
createmo trans1 STN=0,RoutingTable=0,IPRoute=BSC
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC forwardingInterface STN=0
,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC nextHopIpAddress 10.236.2
26.193
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC destIpSubnet 10.238.1.128
/26
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=BSC admDistance 2
setMOAttribute trans1 STN=0,RoutingTable=0,IpRoute=BSC disableConnectivityCheck
true
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.236.2
26.193
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=RNC destIpSubnet 10.238.8.0/2
4
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 forwardingInter
face STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_1 nextHopIpAddres
s 10.236.226.193
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 disableConnecti
vityCheck 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 forwardingInter
face STN=0,IPInterface=2G_3G_RAN
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_RAN_2 nextHopIpAddres
s 10.236.226.193
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 disableConnecti
vityCheck 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 forwardingInterfac
e STN=0,IPInterface=2G_3G_OM
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM nextHopIpAddress 1
0.235.94.225
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=SR_Sync_OM destIpSubnet 10.23
8.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 disableConnectivit
yCheck 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_Priori
ty 0
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_IP_Add
ress 10.238.9.35
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync timeServe

rType PTP
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync STN_TS_UD
P_Port 123
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_UDP_Po
rt_General_PTP 320
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync TS_UDP_Po
rt_Event_PTP 319
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Primary_Sync domainNum
ber 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_Prio
rity 4
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync TS_IP_A
ddress 10.238.9.43
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync timeSer
verType PTP
setmoattribute trans1 STN=0,Synchronization=0, TimeServer=Secondary_Sync STN_TS_
UDP_Port 123
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 domainN
umber 11
checkConsistency trans1
commit trans1
endTransaction trans1
//start configuration
startTransaction trans1
setMOAttribute trans1 STN=0 STN_Name TCU_3046
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