Thanks Thanks:  14
Page 1 of 3 123 LastLast
Showing results 1 to 10 of 21

Thread: Huawei MML without LMT

  1. #1
    Member Reputation: 201
    Join Date
    2010-02-16
    Posts
    306


    Default Huawei MML without LMT

    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,

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 341
    Join Date
    2012-08-06
    Location
    Europe
    Posts
    220


    Default Re: Huawei MML without LMT

    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

  4. #3
    Member Reputation: 201
    Join Date
    2010-02-16
    Posts
    306


    Default Re: Huawei MML without LMT

    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

  5. #4
    Member Reputation: 341
    Join Date
    2012-08-06
    Location
    Europe
    Posts
    220


    Default Re: Huawei MML without LMT

    Quote Originally Posted by danikd View Post
    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
    If you find a way to make this...you will be a MASTER ...share your results with us

  6. #5
    Member Reputation: 264
    Join Date
    2009-03-09
    Posts
    231


    Default Re: Huawei MML without LMT

    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!

  7. #6
    Member Reputation: 341
    Join Date
    2012-08-06
    Location
    Europe
    Posts
    220


    Default Re: Huawei MML without LMT

    giegala thanks, reputation added

  8. #7
    Junior Member Reputation: 12
    Join Date
    2010-05-10
    Posts
    7


    1 out of 1 members found this post helpful.

    Default Re: Huawei MML without LMT

    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,

  9. #8
    Member Reputation: 34
    Join Date
    2010-12-30
    Posts
    89


    Default Re: Huawei MML without LMT

    Quote Originally Posted by mouley View Post
    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";

  10. #9
    Member Reputation: 201
    Join Date
    2010-02-16
    Posts
    306


    Default Re: Huawei MML without LMT

    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!!!!!!

    Quote Originally Posted by tikozo View Post
    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";

  11. #10
    Member Reputation: 41
    Join Date
    2011-08-23
    Posts
    20


    Default Re: Huawei MML without LMT

    Quote Originally Posted by danikd View Post
    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,
    Do you know same possibility for E******* and NSN? Please give me manual

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •