Skip to content

dvdface/fiberhome-oltcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelist

  • 1.0.0, first release

Feedback

give your feedback by following ways

How to install

pip install fiberhome-oltcli

Known issues

None

Overview

With fiberhome-oltcli library, you can easily access olt's commandline interface.

How to use

Use OLTCLI

   oltcli = OLTCLI.get(OLTModel.AN6000_17, '10.182.33.210', 'GPON', 'GPON')

   oltcli.get_authorization()

Use OLTTelnet

    telnet = OLTTelnet('10.182.33.210', 'GPON', 'GPON')
    telnet.connect()
    assert telnet.run('config') == ''
    telnet.disconnect()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages