Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Does transit-vpc-cisco-configurator execute "enable" on login? #21

Closed
leighmhart opened this issue Mar 13, 2018 · 2 comments
Closed

Does transit-vpc-cisco-configurator execute "enable" on login? #21

leighmhart opened this issue Mar 13, 2018 · 2 comments

Comments

@leighmhart
Copy link

We've recently configured our CSRs to allow both SSH-key and TACACS login for management purposes. This no longer automatically drops the SSH session into "enable" mode by default. Does the transit-vpc-cisco-configurator assume enable mode by default or does it execute "enable" as the first command before trying to configure the CSR?

@bobrich
Copy link

bobrich commented Mar 24, 2018

Not with AWS but in reviewing the code it does not issue an enable command. If you've updated the config to support SSH-key and TACACS you should be able to configure the user to have a default privilege level of 15.

Also, the software will back down to password authentication if the SSH auth does not work. You could use a TACACS account if you like and pass the privilege level in the TACACS response.

@leighmhart
Copy link
Author

@bobrich thanks - there were some issues in the CSR latest IOS that didn't allow both TACACS and SSH-key users to automatically drop into priv15 but we did resolve it for SSH-key users so the configurator is unaffected.

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

No branches or pull requests

2 participants