question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use netmiko-develop to see if IOXR doesnt detect None

See original GitHub issue

ios and ios_xe are identical in Netmiko…so autodetect will use the more general ios selection.

I think the IOS-XR issue is likely fixed in the Netmiko develop branch (if you want to test that).

Just re-open if there is still an issue here.

Regards, Kirk

_Originally posted by @ktbyers in https://github.com/ktbyers/netmiko/issues/2067#issuecomment-743261596_

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
muhammad-raficommented, Feb 8, 2022

Closing the issue as this must be device issue I was using but never got a chance to look, thanks for the help Kirk

0reactions
ktbyerscommented, Feb 19, 2021

Is this fixed now or still broken?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Unable to connect to IOS-XR 6.5.2 with Paramiko.
Hi! After upgrade to IOS-XR 6.5.2 none of my automations are able to connect to to the router. Both my ncclient and Netmiko...
Read more >
python - Netmiko OSError: Search pattern never detected in ...
Meaning it searches for the device prompt to detect the end of output. for BaseConnection in netmiko , the time for each command...
Read more >
What is the difference between Paramiko and Netmiko?
Paramiko is a python library for interacting with SSH. It is more of a generic SSH module that you can use to automate...
Read more >
Network Automation - GNS3
same here as well ... what's the use when we can't use it ... Could not find a version that satisfies the requirement...
Read more >
How to use the netmiko.ssh_exception ... - Snyk
strip() cli_output[cmd] = (net_connect.send_command(cmd)) self.logger.info('successfully executed cli %s', cmd) else: if device_type ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found