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
네트워크 구조


⇒ Falied
해결법


Supernetting
Server0 → Server2, Server3 통신을 하나의 static route를 설정하여 통신하도록 설정
설정

VPC2

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

</aside>
Router 3개
<aside>
전체 구조

Static 설정
ISP Router

VPC1

VPC2

결과

</aside>
<aside>
Subnet 생성

Routing Table 생성

IGW 연결

EC2 생성

</aside>