모든 문제 공통 사항
1. Router# copy running-cofig startup-config
를 사용하여 startup-config에 저장합니다.
2.exit
를 n번 입력하여 이전 모드로 돌아가도 되지만, 이 게시글에서는end
를 입력하여 바로 관리자 모드로 돌아가도록 합니다.
en ▶ conf t ▶ interface fastethernet 0/0 ▶ ip add 192.168.0.100 255.255.255.0 ▶ no shutdown ▶ end ▶ copy r s
en ▶ conf t ▶ interface serial 2/0 ▶ bandwidth 2048 ▶ end ▶ copy r s
en ▶ conf t ▶ interface serial 2/0 ▶ clock rate 72000 ▶ end ▶ copy r s
en ▶ conf t ▶ interface fastethernet 0/0 ▶ description ICQA ▶ end ▶ copy r s
en ▶ conf t ▶ interface serial 2/0 ▶ ip add 192.168.0.101/24 ▶ ip add 192.168.0.102 255.255.255.0 secondary ▶ no shutdown ▶ end ▶ copy r s
en ▶ conf t ▶ ip default-gateway 192.168.0.10 ▶ end ▶ copy r s
en ▶ conf t ▶ ip dhcp pool icqa ▶ network 192.168.100.0 255.255.255.0 ▶ end ▶ copy r s
en ▶ conf t ▶ line vty 0 4 ▶ password icqa ▶ login ▶ end ▶ copy r s
en ▶ conf t ▶ line vty 0 4 ▶ exec-timeout 03 50 ▶ end ▶ copy r s
en ▶ line console 0 ▶ password ICQA ▶ login ▶ end ▶ copy r s
en ▶ conf t ▶ interface serial 2/0 ▶ no shutdown ▶ end ▶ copy r s
en ▶ conf t ▶ hostname network2 ▶ line console 0 ▶ password route5 ▶ login ▶ end ▶ copy r s
en ▶ show interface ▶ copy r s
en ▶ show user ▶ copy r s
en ▶ show ip route ▶ copy r s
en ▶ show flash ▶ copy r s
en ▶ show process ▶ copy r s
en ▶ conf t ▶ interface serial 2/0 ▶ encapsulation frame-relay ▶ end ▶ copy r s
en ▶ show version ▶ copy r s
en ▶ conf t ▶ interface fastethernet 0/0 ▶ ip access-group 1 in ▶ ip access-group 1 out ▶ end ▶ copy r s
en ▶ conf t ▶ ip default-network 192.168.0.10 ▶ end ▶ copy r s
en ▶ conf t ▶ ip domain-name AAAA ▶ end ▶ copy r s
5번문제 틀렸습니다 수정 부탁 드려요