Password 관련 명령어 Router_A(config)#line console 0 (console 라인으로 진입) Router_A(config-line)#login (비밀번호 세팅을 라우터에 저장하겠다고 선언) Router_A(config-line)#password 1111 (콘솔 접속시 비밀번호를 1111로 요구함) Router_A(config-line)#exit Router_A(config)#line vty 0 4 (vty 라인으로 진입) Router_A(config-line)#login (console때와는 달리 생략해도 무방) Router_A(config-line)#password 1111 (telnet접속시 비밀번호를 1111로 요구함) Router_A(config-line)#exit Rou.....
원문 링크 : Cisco Password 관련 명령어