라우터 대역폭 설정
사용자 모드를 관리자 모드로 변환하시오
router> en
router# copy r s
router 2의 serial 2/0 의 대역폭을 2048로 설정하시오
Router> en
Router# conf t
Router(config)#interface serial2/0
Router(config)# bandwidth 2048
Router(config)# no sh
Router(config)#end
Router#copy r s
Router의 Serial 2/0의 클럭 속도를 72K로 설정하시오 .
Router> en
Router# conf t
Router(config)#interface serial2/0
Router(config)# clock rate 72000
Router(config)#end
Router#copy r s
k=> 1000단위
FastEthernet 0/0 의 Description을 설정하시오.
Description : ICQA
**대소문자 구분가능하다.
Router> en
Router# conf t
Router(config)#interface fastethernet0/0
Router(config-if)#description ICQA
Router(config)#end
Router#copy r s
router의 s2/0 을 사용가능하게 ip 주소를
192.168.0.101/24 와 두번째 ip 192.168.0.10.2/24 로 설정하고 활성화 하시오
Router> en
Router# conf t
Router(config)#interface serial2/0
Router(config-if)#ip address 192.168.0.101 255.255.255.0
Router(config-if)#ip address 192.168.0.102 255.255.255.0 secondary
Router(config-if)#no shutdown
Router(config)#end
Router#copy r s
기본 게이트웨이를 설정하시오 .
ip : 192.168.0.10
Router> en
Router# conf t
Router(config)#ip default-gateway 192.168.0.010
Router(config)#end
Router#copy r s
Router의 dhcp네트워크를 192.168.100.0/24 서버이름은 icqa로 설정하시오
Router> en
Router# conf t
Router(config)#ip dhcp pool icqa
Router(dhcp-config)#network 192.168.100.0 255.255.255.0
Router(dhcp-config)#end
Router#copy r s
router telnet에 접근하는 password를 icqa로 설정하고 로그인하시오
Router>en
Router#conf t
Router(config)#line vty 0 4
Router(config-line)#password icqa
Router(config-line)#login
Router(config-line)#end
Router#copy r s
telnet => line vty 0 4 텔넷 설정 명령어 (가상 터미널을 0~4 까지 총 5개 사용하겠다는 의미)
로그인 하시오가 있는 경우 꼭 로그인 명령어를 작성해주어야 합니다.
텔넷 연결 후 3분 50 초 동안 입력이 없으면 세션이 자동 종료되도록 설정하시오.
Router>en
Router#conf t
Router(config)#line vty 0 4
Router(config-line)#exec-timeout 03 50
Router(config-line)#end
Router#copy r s
exec-timeout 03 50 : 입력시간 자동 종료 명령어
** 로그인하시오가 없으면 로그인 하지 않아야 한다.
라우터 console 0 의 패스워드를 ICQA로 설정하고 로그인하시오.
Router>en
Router#conf t
Router(config)#line console 0
Router(config-line)#password ICQA
Router(config-line)#login
Router(config-line)#end
Router#copy r s
console => line console [number]
라우터 s2/0 활성화 시키시오.
Router> en
Router# conf t
Router(config)#interface serial2/0
Router(config-if)#no shutdown
Router(config-if)#end
Router#copy r s
라우터 호스트네임 설정
hostname = network2
console 0 , password = route5
Router> en
Router# conf t
Router(config)#host network2
network2(config)#line console 0
network2(config-line)#password route 5
network2(config-line)#login
network2(config-line)#end
networ2#copy r s
인터페이스 정보를 확인하고 저장하시오
Router> en
Router#show interface
Router#copy r s
접속한 사용자 정보를 확인하고 저장하시오.
Router> en
Router#show user
Router#copy r s
라우팅 테이블 정보를 확인하시고 저장하시오.
Router> en
Router#show ip route
Router#copy r s
라우터 프로세스 정보를 확인하고 저장하시ㅗ
Router> en
Router#show process
Router#copy r s
'자격증 > 네트워크관리사 2급 실기' 카테고리의 다른 글
단답형 예제 2020 (0) | 2023.01.10 |
---|---|
네트워크관리사2급 실기 - 윈도우서버 (0) | 2023.01.03 |
네트워크 관리사 2급 실기 - dhcp 설정 (0) | 2023.01.02 |
댓글