Securing User & Privileged Mode For Console Users
Last updated
Last updated
for: Console Users, Telnet Users & SSH Users.
Securing User & Privileged Mode For Console Users:
Using password only
(conf t)#line con 0
(conf t)#password cisco
(conf t)#login(to enable password only without username)
Using Username & Password
(conf t)#enable secret cisco (for securing Privileged Mode)
(conf t)#username Mudassir secret cisco
(conf t)#line con 0 (conf t)#login local (to enable username access)
(can use multiple Username & their own passwords)
CCNA 200-301 OCG, Volume 1, Pg. 130-131 - Wendell Odom.