Vous êtes sur la page 1sur 6

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

//
* * * TCU DT created by Jobin * * *
//
//------------------------------------------------------------------//
// DATE
: 2016/3/27 //
// TYPE
: TCU02
//
//==================================================================//
//PGW_IP_Address is 10.238.1.131
//PSTU in BSC is 3607-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 false
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=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 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=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.155.26
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.212.209.1
68
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=3607-1
setMOAttribute trans1 STN=0,TGTransport=3607-1 PGW_IP_Address 10.238.1.131
setMOAttribute trans1 STN=0,TGTransport=3607-1 depIP_Interface stn=0,IPInterface
=2G_3G_RAN
createMO trans1 STN=0,TGTransport=3607-1,SuperChannel=0
setMOAttribute trans1 STN=0,TGTransport=3607-1,SuperChannel=0 depE1T1Interface 0
createMO trans1 STN=0,TGTransport=3607-1,SuperChannel=1
setMOAttribute trans1 STN=0,TGTransport=3607-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.1
55.1
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.212.2
09.129
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.212.2
09.129
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.212.209.129
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.212.209.129
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.155.1
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_3607
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

Vous aimerez peut-être aussi