○ 환경
리눅스 6.7버전
Telnet 서버 구축
○ 설치
yum install telnet-server
○ 환경 설정
vim /etc/xinetd.d/telnet
서버만 구축 할 경우 disable을 no로 바꿔준다.
○ 라우터에 Telnet 접속
R1(config)#enable password/secret 비밀번호
R1(config)#username test privilege [0~15] password/secret 비밀번호 -> login local 설정 시
R1(config)#line vty 0 4
R1(config-line)#login local
R1(config-line)#password 비밀번호