How to access User Mode in GNS3?

Normally, When we start Router, Switch... in GNS3 it will automatic enter to Privilege Mode. So you also can not execute some commands in User Mode for example Enable, Show...In order to prevent Emulation device automatic enter Privilege Mode you can follow some way as bellow:



1. If you want to apply this configure for device in your project, you'll need to edit file "ios_base_startup-config.txt" in setup folder (C:\program files\GNS3\configs or %USERPROFILE%\GNS3\configs). Open file with Notepad and remove 2 lines have same content as bellow :
 privilege level 15

2. If you only apply this configure for current router your can execute 3 command as bellow:

Console Port:
R1#configure terminal
R1(config)#line console 0
R1(config-line)#no privilege level 15

Aux Port:
R1#configure terminal
R1(config)#line aux 0
R1(config-line)#no privilege level 15

1 comment: