Skip to content

Image Not Getting Copied for Arista 7010T switches! #32

@sindhujit1

Description

@sindhujit1

Hi Kirk,

When i use the netmiko_file_transfer module, I am getting the following error:

OSError: Search pattern never detected in send_command_expect: [\$#]

Nornir Code:

nr_arista = nr.filter(F(hostname__in=device_urlArray))
nornir_set_creds(nr_arista ,fabricList,device_urlArray)
source_file = project_path + "/media/" + BinFile
result = nr_arista.run(
task=netmiko_file_transfer,
source_file=source_file,
dest_file=BinFile,
direction='put',
num_workers=len(NodeSwitch_tmp),
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions