Skip to content

Some library interfaces about huawei mdcli operations for Python Developers.

License

Notifications You must be signed in to change notification settings

HuaweiDatacomm/mdcli-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdcli-lib

Overview

Some library interfaces about huawei mdcli operations for Python Developers.

Prerequisites

  • Python: 3.7+
  • Module: netmiko ( by pip install netmiko)

Examples

More examples in dir examples.

How to use

You only need two files config.py and mdcli_lib.py.

Get Started

from mdcli_lib import MdcliLib

mdcli = MdcliLib()

# Show command that we execute
command = "system-view"
command2 = "tree ifm/interfaces/interface"
output = mdcli.display([command, command2])

About

Some library interfaces about huawei mdcli operations for Python Developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages