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

added oneaccess_tdre #3360

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

Headknot
Copy link

Hi,

Using netmiko version 4.1.2 I have used the device type "oneaccess_oneos" when logging into OneAccess hardware models 1424, 1623, 1645 & 1646.

I recently noticed however that these hardware models are running the OS "TDRE", not "OneOS".
In version 4.2.0 the "oneaccess_oneos" code is different from 4.1.2 and so if i use "oneaccess_oneos" in 4.2.0 I get "Pattern not detected: '(\#|>)' in output." when logging into OneAccess devices with TDRE.

I think it would be logical to create a separate device type for "oneaccess_tdre" that has pretty much the same code as in 4.1.2, but removing the commands from set_terminal_width and disable_paging as they do not work for TDRE. I also think it should use BaseConnection instead of CiscoBaseConnection as it doesn't have enable or config modes like Cisco.

Br,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant