일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MS Azure 체험
- 네트워크
- web
- 부산
- 가상머신 추가
- 통신설비
- 콘솔(console)
- Debian 설치
- 통신설비기능장 샘플문제
- 통신설비기능장 실기
- VLAN
- IT
- Azure체험
- 프로그래밍
- 가상머신
- Vmware
- 원격접속(telnet)
- RIP
- 통신설비기능장
- VMware 사용법
- 사이버 보안
- 가상머신 삭제
- 클라우드컴퓨팅
- 대양고등학교
- inter-vlan
- trunk port
- 특성화고
- dhcp
- packtracer
- Today
- Total
목록홈 (46)
JY Academy

[Web 서버 확인] *Server0 -> [Services] 탭 -> HTTP 그림 처럼 확인 [DHCP 확인] [Laptop0 ~ 1, Static -> DHCP로 변환] * DCHP 로 변환 후 자동으로 IP가 할당된 그림 [라우터와 스위치의 특정 인터페이스에 IP 주소 동적 할당] Router(config)#int fa0/0 Router(config-if)#ip add dhcp Router(config-if)#do show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.1.100 YES DHCP up up FastEthernet0/1 unassigned YES unset administrati..

[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을 클릭한..

[DNS 질의 안하도록 설정] R1#conf t R1(config)#no ip domain-lookup [DNS 질의 안하도록 설정] R1#reload System configuration has been modified. Save? [yes/no]:y [인터페이스 설정 / 스위치 설정과 같음] R1(config)#interface fastEthernet 0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown ----------------------------------------------- R1(config)#interface Serial 0/0 R1(config-if)#ip addre..

[콘솔 접속] --- System Configuration Dialog --- Would you like to enter the initial configuration dialog? [yes/no]: no Press RETURN to get started! Router>enable Router#conf t // Router# 특권실행모드 Enter configuration commands, one per line. End with CNTL/Z. Router(config)#exit // Router(config) 전역설정모드 Router# %SYS-5-CONFIG_I: Configured from console by console Router#exit Router con0 is now available P..

: : --- System Configuration Dialog --- Continue with configuration dialog? [yes/no]: no // 대화식 모드 y, n Press RETURN to get started! Router>enable // 운영자(관리자) 모드 전환 Router#configure terminal // 환경 설정모드 전환 Router(config)#hostname R1 // 라우터 이름을 R1 R1(config)#username R1 password cisco // R1 사용자 생성 및 암호 R1(config)#enable password cisco // 운영자 모드 passwd를 cisco로 설정 enable secret password cisco // pas..

※ 과정평가형-일학습병행자격 포털 사이트에 자료실에 올려진 과정평가형 문제 샘플 문제를 풀이해 보았습니다. 구 분 주요 내용 시험방법 작업형 실기시험 평가 내용 작업형 설비통신서비스를 제공하기 위하여 L2/L3 스위치 구축, 무선랜 구축, 서버구축에 관한 필수능력단위의 전반적인 사항 평가 과제 및 시험 시간 랜케이블 제작 및 네트워크 구성 90분 1시간 30분 배점 작업형 계 100점 100점(70%) I. 랜케이블 제작 UTP Cable 제작 영상 II. 네트워크 구성 가. IP주소 설정 1) 토폴로지를 참고하여 IP를 설정하고, 라우터의 인터페이스를 활성화하시오. (R0와 ISP라우터 사이의 Clock Rate 값은 9600 사용) 2) PC에 설정할 IP는 네트워..