Module netmiko.mikrotik

Source code
from netmiko.mikrotik.mikrotik_ssh import MikrotikRouterOsSSH
from netmiko.mikrotik.mikrotik_ssh import MikrotikSwitchOsSSH

__all__ = ["MikrotikRouterOsSSH", "MikrotikSwitchOsSSH"]

Sub-modules

netmiko.mikrotik.mikrotik_ssh

Classes

class MikrotikRouterOsSSH (**kwargs)

Mikrotik RouterOS SSH driver.

Source code
class MikrotikRouterOsSSH(MikrotikBase):
    """Mikrotik RouterOS SSH driver."""

    pass

Ancestors

Inherited members

class MikrotikSwitchOsSSH (**kwargs)

Mikrotik SwitchOS SSH driver.

Source code
class MikrotikSwitchOsSSH(MikrotikBase):
    """Mikrotik SwitchOS SSH driver."""

    pass

Ancestors

Inherited members