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

username to be passed during enable process #246

Open
tomehb opened this issue Feb 14, 2016 · 3 comments
Open

username to be passed during enable process #246

tomehb opened this issue Feb 14, 2016 · 3 comments

Comments

@tomehb
Copy link

tomehb commented Feb 14, 2016

add the ability to pass a username for the enable process for certain devices

`tomehb:~/trigger$gong MY-ROUTER
Connecting to MY-ROUTER  Use ^X to exit.

Fetching credentials from /Users/tomehb/.tacacsrc
SSH@MY-ROUTER>enable
User Name:<password>
Password:
Error - Incorrect username or password.
SSH@MY-ROUTER>

@coxley
Copy link
Contributor

coxley commented Feb 15, 2016

Curious, what vendor is this?

@jathanism
Copy link
Member

For the record, this has come up a couple times recently. This is another good case for moving to the driver model. By the looks of the prompt style it's probably a Brocade device. (The hint is the User Name: prompt)

For what it's worth, Netmiko has support for Brocade but it's extremely limited and I don't think it has any support for user-based enable.

https://github.com/ktbyers/netmiko/tree/master/netmiko/brocade

@tomehb
Copy link
Author

tomehb commented Feb 16, 2016

Correct this is for a Brocade device

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

3 participants