Настройка простых паролей

Настройка простых паролей

Switch#configure terminal

Switch(config)#enable secret 123qwe

Switch(config)#line console 0

Switch(config-line)#password 123qwe

Switch(config-line)#login

Switch(config-line)#exit

Switch(config)#line vty 0 15

Switch(config-line)#password 123qwe

Switch(config-line)#login

Switch(config-line)#end

Switch#show running-config

!

hostname Switch

!

enable secret 5 $1$mERr$.LJH6yV8LCB46OWtKoe9D0

interface FastEthernet0/1

!

interface FastEthernet0/2

!

line con 0

password 123qwe

login

!

line vty 0 4

password 123qwe

login

line vty 5 15

password 123qwe

login

!

end

Switch#

Copyright © 2020 NEWS-Свердловский