Closed gioccher closed 1 year ago
Can you try again with napalm --user "myusername" --password "mypassword" --vendor eos --optional_args "transport=\"ssh\"" --debug 10.1.2.3 call get_facts
?
I believe AST is expecting a valid python statement, so it needs a quoted string
Thank you, that did the trick
Description of Issue/Question
Specifying
--optional_args "transport=ssh"
when running the napalm console app produces an error. Transport for eos was introduced in https://github.com/napalm-automation/napalm/pull/1502Did you follow the steps from https://github.com/napalm-automation/napalm#faq
Setup
napalm version
Network operating system version
Steps to Reproduce the Issue
napalm --user "myusername" --password "mypassword" --vendor eos --optional_args "transport=ssh" --debug 10.1.2.3 call get_facts
Error Traceback