라우터 비밀번호 설정하는 방법이다.
1. enable password 설정
user 모드에서 privileged 모드 진입 시 암호 설정하는 방법이다.
Router#configure terminal
Router(config)#enable password 비번
Router(config)#enable password 비번
type 7(복호화 가능)로 암호화
Router#configure terminal
Router(config)#enable password 비번
Router(config)#enable password 비번
Router(config)#service password-encrytion
type 5(일방향 함수)로 암호화
Router#configure terminal
Router(config)#enable secret 비번
Router(config)#enable secret 비번
2. 텔넷 password 설정
외부에서 라우터 접속시 암호 설정하는 방법이다.
Router#configure terminal
Router(config)#line vty 0 4
Router(config-line)#password 비번
Router(config-line)#login
Router(config)#line vty 0 4
Router(config-line)#password 비번
Router(config-line)#login
3. 콘솔 password 설정
장비에서 라우터 접속시 CLI 암호 설정하는 방법이다.
Router#configure terminal
Router(config-line)#line console 0
Router(config-line)#password 비번
Router(config-line)#login
Router(config-line)#line console 0
Router(config-line)#password 비번
Router(config-line)#login
댓글 없음:
댓글 쓰기