I am taking console of a router in GNS and its directly login into enable mode. How to restrict a router to login into user mode instead of enable mode?
,
ZAP
ZAP
Hi,
This is because of the privilege level 15 commands , which is by default enable on routers in gns3.
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
If you want to restrict a router to login into user mode instead of enable mode, you have to run the following commands:-
router(config)#line con 0
router(config-line)#no privilege level 15
router(config-line)# exit
router(config)# do wr
Hope it helps.
Thanks
Recommended
- How can you guarantee a job for students who has no experience in Networking field?
- How to configure VPN between Cisco Router and ASA Firewall?
- How to configure RIPV2 with no auto summary?
- How to configure PAT (Port Address Translation)?
- How to configure Default Routing on Cisco Routers?
- What is the scope of CCNA course in India?
- What is scope of CCIE?
- How to remember 7 layers of OSI Model?
- How much salary can we get after doing CCNA course in Delhi Gurgaon?
- How many CCIE’s are there worldwide?
- Is it possible to pass CCIE Certification in 1st attempt?