6/24


Packet Tracer 실습


Router 2개


<aside>

내용


CLI command


vpc1, vpc2 router
----
en
wr(= copy running-config startup-config) - 상태 저장
(설정)Physical, HWIC-2T 모듈 삽입
en
conf t
int s0/0/0
ip add 2.2.12.1 255.255.255.0
 * vpc2 : ip add 2.2.12.2 255.255.255.0
no
sh

네트워크 구조


image.png

image.png

⇒ Falied

해결법


image.png

image.png

Supernetting


⇒ MASK 주소를 /24(255.255.255.0) → /23(255.255.254.0)으로 변경하여 23번째까지 네트워크로 설정하여 동일한 network로 지정

image.png

</aside>

Router 3개


<aside>

전체 구조


image.png

Static 설정


결과


image.png

</aside>

AWS 실습


<aside>

Subnet 생성


image.png

Routing Table 생성


image.png

IGW 연결


image.png

EC2 생성


image.png

</aside>

VMware