07-11-2017 05:46 AM
Hello everybody,
Please i'm trying to access C7200 router image in GNS3 from an SSH session to execute "show run" command,
I'm accessing the router succesfully and executing some other commands succesfully but "show run" is not recognized, and when i'm checking the list using "show ?" i can't find any equivalent command,
Is the router configuration available only by direct execution, or it's some SSH config that i missed?
Thanks.
07-11-2017 06:50 AM
Hi
Nothing to do with SSH
have you locked in any privilege configs in usernames in cli ? or any type of filtering in the config that only allows certain commands
Your in full mode # yes not >
07-11-2017 06:53 AM
I think that's the problem, i didn't define any privilege level while creating, i think i need to make it at privilege 9
07-11-2017 06:55 AM
You should go priv 15 if your the admin , like below
username mark privilege 15 secret cisco
line vty 0 4
login local
07-11-2017 07:03 AM
Many thanks it works :)
07-11-2017 07:08 AM
great that's good :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide