Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to Cisco ASR9K #40

Open
ceccohost opened this issue Jun 17, 2024 · 1 comment
Open

Can't connect to Cisco ASR9K #40

ceccohost opened this issue Jun 17, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@ceccohost
Copy link

NetBox Napalm Plugin version

v0.2.1

NetBox version

v4.0.5

Python version

3.11

Steps to Reproduce

I set up platform IOS-XR with napalm driver iosxr_netconf and set up Cisco ASR so I can login from command line with command
napalm --user user --password 'passwsord' --vendor iosxr_netconf --optional_args 'allow_agent=False' xxx.xxx.xxx.xxx call get_facts
So I add
{"allow_agent": "False"}
to NAPALM arguments to platform.
(Without optional arg "allow_agent=False" napalm command line failes with
napalm.base.exceptions.ConnectionException: SSHException('No existing session'))

Expected Behavior

Device should show "Status", "LLDP Neighbors", "Config" tabs

Observed Behavior

I got an error:
Error Fetching Device Config
Error connecting to device at xxx.xxx.xxx.xxx:
SSHException('No existing session')

@cruse1977
Copy link
Member

Hi, this is specific to IOS-XR and can be resolved by resolved by adding the optional args into the platform config, so I'm not sure this a bug or issue ?

@cruse1977 cruse1977 added the wontfix This will not be worked on label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants