Skip to main content

OLT CommandLine API for FiberHome Co. ltd

Project description

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', 'GEPON', 'GEPON')

   oltcli.get_authorization()

Use OLTTelnet

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fiberhome-oltcli-1.0.0.tar.gz (35.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page