Module netmiko.cli_tools.helpers
Functions
def obtain_devices(device_or_group: str) ‑> Dict[str, Dict[str, Any]]
-
Obtain the devices from the .netmiko.yml file using either a group-name or a device-name. A group-name will be a list of device-names. A device-name will just be a dictionary of device parameters (ConnectHandler **kwargs).
def ssh_conn(device_name, device_params, cli_command=None, cfg_command=None)
def update_device_params(params, username=None, password=None, secret=None)
-
Add username, password, and secret fields to params dictionary