문제
ROUTER1 Serial 2/0을 활성화 시키시오.
(완료된 설정은 'Router#copy running-config startup-config'를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)
Router> en
- en(enable): 사용자 모드에서 관리자 모드로 전환
Router# conf t
- conf t(configure terminal): 관리자 모드에서 전역설정 모드로 전환
Router(config)# interface serial 2/0
- serial 2/0으로 이동
Router(config-if)# no shutdown
- 활성화 명령어
Router(config-if)# exit
- serial 2/0에서 나가기
Router(config)# exit
- 전역설정 모드에서 나가기
Router# copy r s
- copy running-config startup-config
- 저장 명령어
Destination filename [startup-config]?
- 해당 문구 나오면 Enter키
문제
Hostname을 network2로 변경하고 console 0의 password를 route5로 변경 후 로그인하시오.
(완료된 설정은 'Router#copy running-config startup-config)를 사용하여 startup-config에 저장하고 이외 저장 명령어는 사용금지)
Router> en
- en(enable): 사용자 모드에서 관리자 모드로 전환
Router# conf t
- conf t(configure terminal): 관리자 모드에서 전역설정 모드로 전환
Router(config)# hostname network2
- 호스트네임을 network2로 설정(대소문자 구분)
Router(config)# line console 0
- console 0으로 이동
Router(config-line)# password route5
- 콘솔 비밀번호를 route5로 설정
- 대소문자 구분해야 함.
Router(config-line)# login
- 로그인 명령어
Router(config-line)# exit
- console 0에서 나가기
Router(config)# exit
- 전역설정 모드에서 나가기
Router# copy r s
- copy running-config startup-config
- 저장 명령어
Destination filename [startup-config]?
- 해당 문구 나오면 Enter키
네트워크관리사 2급 실기 라우터 문제해설 - 활성화
네트워크관리사 2급 실기 라우터 문제해설 - 호스트네임 설정
햄릿슈 유튜브-활성화
햄릿슈 유튜브-호스트네임