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

Unable to migrate guest user #1

Open
kusarkar opened this issue Nov 18, 2021 · 1 comment
Open

Unable to migrate guest user #1

kusarkar opened this issue Nov 18, 2021 · 1 comment

Comments

@kusarkar
Copy link

kusarkar commented Nov 18, 2021

Hi Ryan

Hope you are doing well. I need some help with ise-guest migrator. The code written is very crisp but I am facing an issue.
While migrating the guest user, its able to identify the users but unable to push the config to target ise server. And it says 0 account created and 0 failures. Any help in this would be really appreciated .

Thanks in advance :)

help wanted

Kuheli Sarkar

@rnwolfe
Copy link
Contributor

rnwolfe commented Nov 18, 2021

Hi @kusarkar,

I'd suggest starting with reviewing the caveats section of the README to double check a couple of system requirements.

When I built this, I did not handle many errors. So, anything other than a guest username already existing just exits and shows no error. This is mainly due to the target use case being a brand new ISE install.

You could add a more generic except block around line 42 in migrate-guests.py to see if that helps identify what's going on.

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

No branches or pull requests

2 participants