you must check on M2000 inside task managment and there you can run an MML file.
I use a txt file but never done a terminal session
Best Regards
Dear colleagues,
I'm trying to make some automation with receiving actual configuration data on demand and changing some parameters values for Huawei UTRAN.
Currently Huawei provides LMT for BSC and NodeB as a standard interface for MML interaction with network elements.
LMT allows MML execution in manual mode - one by one typing MML in command line and in batch mode - running MML script.
I'm looking for possibility to run terminal session similar to MoShell in E*******, where I can form MML dynamically, execute it and receive system response for analysis - i.e. some kind of TELNET connection.
Can you suggest if such possibility exists?
Regards,
you must check on M2000 inside task managment and there you can run an MML file.
I use a txt file but never done a terminal session
Best Regards
This option to run scheduled batch MML scripts via Task Manager is well known. The problem with this action that there is no possibility to analyze online each command response.
I'm looking for ability to run single command, then analyze network element response and then based on response generate next MML command
Please, advise
Hi,
there is a method called "northbound interface". I think it is based on CORBA. However license is needed on M2000 for northbound support.
cheers!
giegala thanks, reputation added![]()
Hi all,
Actually it is possible to perform MML commands from OSS server not using M2000 Client.
From OSS, you need to perform a telnet operation toward NE O&M IP and use port 6000. This can be done on mBSC / NodeB / eNodeB.
This procedure is well described in M2000 Northbound interface documents.
Br,
Hi,
You can use the TELNET port 31114 to connect to M2000 NBI and use:
LGI:OP="M2000login",PWD="pwdM2000";
LST NE:; //List of all M2000 NEs
REG NE:IP="elementip"; //login
or
REG NE:NAME="elementname"; //login
(Here you can use commands)
Example:
LST LOCELL: MODE=ALLLOCALCELL;
UNREG NE:IP="elementip"; //logout
or
UNREG NE:NAME ="elementname"; //logout
LGO:OP="M2000login";
Dear all,
I would like to confirm, that provided procedure is correct and it is great for making changes without LMT!!!! The only thing - you have to know command syntax.
another issue - Huawei docs for NBI (North Bound Interface) are internal. User hedex documentation does not contain any reference for this connection.
Many operators are not aware for existence of this feature.
Huge respect for colleague tikozo!!!!!
this is what this forum for!!!!!!
Bookmarks