<Console에서 패스워드 생성하고 삭제하기>
장치에 콘솔을 직접 연결했을때만 변경 가능하다.
<패스워드 생성>
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#line console 0
R1(config-line)#password it01
R1(config-line)#login
R1(config-line)#eixt
<패스워드 삭제>
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#line console 0
R1(config-line)#no password
R1(config-line)#
<enable 패스워드>
<enable 패스워드 생성>
R1(config)#enable secret it02 => 암호화되어 저장
R1(config)#enable password it01 => 그대로 저장
둘가지 다 생성한 경우 암호화된 패스워드가 우선됨
결과⇒#show run
enable secret 5 $1$mERr$HXmPcQfcKZ3cJaq/xy00g0
enable password it01
R1(config)#no enable secret
R1(config)#no enable password
<텔넷 서버 구축>
라우터의 주소를 지정후 설정할 수 있다.