일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- RIP
- dhcp
- 가상머신
- 통신설비기능장
- 콘솔(console)
- Debian 설치
- VLAN
- 클라우드컴퓨팅
- 특성화고
- 통신설비기능장 실기
- packtracer
- 사이버 보안
- 네트워크
- 부산
- 통신설비기능장 샘플문제
- 대양고등학교
- Vmware
- 통신설비
- 가상머신 삭제
- IT
- 가상머신 추가
- trunk port
- MS Azure 체험
- inter-vlan
- Azure체험
- web
- 프로그래밍
- 원격접속(telnet)
- VMware 사용법
- Today
- Total
JY Academy
[PacketTracer 활용] 라우터와 스위치의 기본 설정 실습 #3 본문
[PacketTracer 활용] 라우터와 스위치의 기본 설정 실습 #3
isimtong 2021. 1. 25. 17:21
[IP HOST 설정 : 특정 장치의 IP에 이름을 부여 할 수 있음]
Router(config)#ip host switch 192.168.1.2 // 192.168.1.2 IP를 가지는 장치에 switch라는 이름 부여
Router(config)#ip host pc0 192.168.1.3
Router(config)#do ping switch
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
[라우터 암호 초기화]
1. Router0을 클릭한 후 Physical 탭에서 전원 버튼을 Off -> On
2. 전원 On 후, CLI 탭으로 이동 후 메시지 "####"가 끝나기 전에 "Ctrl + Break"키를 눌러 롬몬(rommon>)
모 드로 들어감
3. 부팅 시 NVRAM 내의 startup-config 파일을 읽어오는데 중지를 시킴으로서 읽어오지 않도록 함으로 비밀
번호를 재설정 할 수 가 있다.
이를 위한 명령어는 confreg 0x2142 이다.
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
Initializing memory for ECC
..
C2800 processor with 524288 Kbytes of main memory
Main memory is configured to 64 bit mode with ECC enabled
Readonly ROMMON initialized
program load complete, entry point: 0x8000f000, size: 0xc940
program load complete, entry point: 0x8000f000, size: 0xc940
program load complete, entry point: 0x8000f000, size: 0x3ed1338
Self decompressing the image :
############# Ctrl + C
monitor: command "boot" aborted due to user interrupt
rommon 1 > confreg 0x2142
rommon 2 > reset
Router#show version
Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T1, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 06:21 by pt_rel_team
ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
System returned to ROM by power-on
System image file is "c2800nm-advipservicesk9-mz.124-15.T1.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
export@cisco.com.
cisco 2811 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
2 FastEthernet/IEEE 802.3 interface(s)
239K bytes of NVRAM.
62720K bytes of processor board System flash (Read/Write)
Configuration register is 0x2142
Router#
4. 이전의 설정 내용을 유지하고 암호만 복구하려면 "copy startup-config running-config" 명령을
입력하여 NVRAM 내의 설정 파일 내용을 RAM 으로 복사한 후 새로운 암호를 설정해야 한다.
암호 설정을 한 후에는 설정 레지스터 값을 다시 원래대로 바꾸어 놓아야 하며, 이를 위해 전역설정모드에서
"config-register 0x2120" 입력
5. 다음으로 특권 실행 모드에서 "copy running-config startup-config" 명령을 입력하여 변경된 설정 내용을
다시 NVRAM에 저장한 후 "reload" 명령어으로 Router0를 재부팅한다.
[참고] 정보기기운용기능사 실기시험 완전정복, 유인태, 경희대학교 출판문화원
'Educational Materials > 네트워크(CCNA)' 카테고리의 다른 글
[PacketTracer 활용] VLAN 구성 (0) | 2021.01.26 |
---|---|
[PacketTracer 활용] 서버(Web, DHCP)와 PC 설정 실습 (0) | 2021.01.25 |
[PacketTracer 활용] 라우터와 스위치의 기본 설정 실습 #2 (0) | 2021.01.25 |
[PacketTracer 활용] 라우터와 스위치의 기본 설정 실습 #1 (0) | 2021.01.25 |
[PacketTracer 활용] 라우터 기본설정(Enable 및 Telnet 패스워드, 라우터 초기화) (0) | 2021.01.25 |