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

● 맥 어드레스(MAC Address : Media Access Control Address) : 네트워크 세그먼트(단위)의 데이터 링크 계층에서 통신을 위한 네트워크 인터페이스에 할당된 고유 식별자이다. MAC 주소는 이더넷과 와이파이를 포함한 대부분의 IEEE802 네트워크 기술에 네트워크 주소로 사용된다. 노리적으로 MAC 주소는 매체 접근 제어 프로토콜로 OSI 모델의 하위 계층(데이터 링크) 계층에서 사용된다. [참고 자료] 위키백과 "MAC 주소" MAC 주소 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 둘러보기로 가기 검색하러 가기 UMTS 라우터의 레이블에 LAN과 WLAN 모듈을 위한 MAC 주소가 있다. MAC 주소(Media Access Control Addr..