PDA

View Full Version : what is that program language



eng.mhh
2014-03-08, 06:37 PM
hi all
i work on Ericson SIU with winfoil program
i want to as what is the program language which written in winfoil program ?
like that transaction

'starttransaction asdf
createmo asdf STN=0,EthernetInterface=WAN
setMOAttribute asdf STN=0,EthernetInterface=WAN portId TN_A
setMOAttribute asdf STN=0,EthernetInterface=WAN mode AUTO
setmoattribute asdf STN=0,EthernetInterface=WAN sendLinkAlarmAllowed true
createmo asdf STN=0,VLANGroup=WAN
setmoattribute asdf STN=0,VLANGroup=WAN depLinkLayer STN=0,EthernetInterface=WAN
createmo asdf STN=0,VLANGroup=WAN,VLAN=PL
setmoattribute asdf STN=0,VLANGroup=WAN,VLAN=PL tagValue 3067
setmoattribute asdf STN=0,VLANGroup=WAN,VLAN=PL tagged true
setmoattribute asdf STN=0 depIP_interface stn=0,ipinterface=WAN
createmo asdf STN=0,IPInterface=WAN
setmoattribute asdf STN=0,IPInterface=WAN primaryIP_Address 10.230.38.28
setmoattribute asdf STN=0,IPInterface=WAN primarySubNetMask 255.255.255.248
setmoattribute asdf stn=0,ipinterface=WAN defaultgateway 10.230.38.25
setmoattribute asdf STN=0,IPInterface=WAN depLinkLayer STN=0,VLANGroup=WAN,VLAN=PL
setmoattribute asdf STN=0,IPInterface=WAN trustDSCP true
setMOAttribute asdf STN=0 STN_Name TCU_2791
setMOAttribute asdf STN=0 wakeUpRegistration 10.74.4.16
checkConsistency asdf
commit asdf forcedcommit
endTransaction asdf'