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

Add pagination support #3395

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Add pagination support #3395

wants to merge 4 commits into from

Conversation

cknost
Copy link

@cknost cknost commented Mar 5, 2024

Add pagination support.
Needed to use ruckus devices without enable mode.

@ktbyers
Copy link
Owner

ktbyers commented Mar 7, 2024

Netmiko generally requires the ability to disable output paging.

In order to really do this, we would need a lot more things to be added (test cases for all of the relevant platforms), support wired in for all the relevant platforms, reasonable regression testing against large set of platforms. This is a lot of work and I am probably not willing to do it.

You could probably bypass the session_preparation by setting auto_connect=False and then either call netmiko_object._open() and catch the exception and then write your own handler for output pagination. Either that or superclass the ruckus driver and insert your own session_preparation.

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.

2 participants