본문 바로가기
Cisco Switch 시작하기

Cisco Switch 초기 Configuration - Username and Password

by davidfreeforever 2024. 9. 19.

1. enable Password Configuration.

Switch>enable

Switch#config t

Switch(config)#enable secret cisco (->'cisco' 대신 원하시는 Password를 입력하시면 됩니다.)

Switch(config)#exit

Switch#wr

 

2. Console & Terminal용 Username & Password Configuration.

Switch>enable

Switch#config t

Switch(config)#username cisco (->'cisco' 대신 원하시는 Username을 입력하시면 됩니다.) privilege 15 secret cisco (-> 'cisco' 대신 원하시는 Password를 입력하시면 됩니다.)

Switch(config)#line console 0

Switch(config-line)#login local

Switch(config-line)#line vty 0 15

Switch(config-line)#login local

Switch(config-line)#end

Switch#wr

<Console Configuration>
Running Configuration
<Show Running Configuration>