cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2612
Views
0
Helpful
5
Replies

show run command not recognized from SSH session

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.

5 Replies 5

Mark Malone
VIP Alumni
VIP Alumni

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 >

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

You should go priv 15 if your the admin , like below

username mark privilege 15 secret cisco

line vty 0 4

login local

Many thanks it works :)

great that's good :)