Network A 120.1.2.0/25
Network B 120.1.2.128/26
Network C 120.1.2.192/27
Network D 120.1.2.224/28
Network E 120.1.2.240/29
Network F 120.1.2.248/29
C - connected
Sungsu_R#show ip route
C 120.1.2.0/25 is directly connected, FastEthernet0/0
C 120.1.2.240/29 is directly connected, FastEthernet0/1
KunDae_R#show ip route
C 120.1.2.128/26 is directly connected, FastEthernet0/0
C 120.1.2.240/29 is directly connected, FastEthernet1/0
C 120.1.2.248/29 is directly connected, FastEthernet1/1
Guui_R#show ip route
C 120.1.2.192/27 is directly connected, FastEthernet0/0
C 120.1.2.224/28 is directly connected, FastEthernet0/1
C 120.1.2.248/29 is directly connected, FastEthernet1/0
외의 라우터가 모르는 네트워크를 설정
(같은 네트워크 대역이 아니므로 직접 성정해 주어야 통신이 가능하다)
Routing 설정
-Static Route : 직접 모든 라우터에 라우터가 모르는 네트워크 설정
-dynamic route : 라우터가 프로세스에 의해 서로 주고받아 정보를 동기화 함
Static Routing
R1
Sungsu_R#conf terminal
Sungsu_R(config)#ip route 120.1.2.128 255.255.255.192 120.1.2.246
Sungsu_R(config)#ip route 120.1.2.192 255.255.255.224 120.1.2.246
Sungsu_R(config)#ip route 120.1.2.248 255.255.255.248 120.1.2.246
Sungsu_R(config)#ip route 120.1.2.224 255.255.255.240 120.1.2.246
Sungsu_R(config)#ex
Sungsu_R#wr
R2
KunDae_R#conf t
KunDae_R(config)#ip route 120.1.2.0 255.255.255.128 120.1.2.241
KunDae_R(config)#ip route 120.1.2.192 255.255.255.224 120.1.2.254
KunDae_R(config)#ip route 120.1.2.224 255.255.255.240 120.1.2.254
KunDae_R(config)#ex
KunDae_R#wr
R3
Guui_R#conf t
Guui_R(config)#ip route 120.1.2.0 255.255.255.128 120.1.2.249
Guui_R(config)#ip route 120.1.2.128 255.255.255.192 120.1.2.249
Guui_R(config)#ip route 120.1.2.240 255.255.255.248 120.1.2.249
Guui_R(config)#ex
Guui_R#wr
PC0에서 PC6으로 ping을 보내봅니다
모든 네트워크에 다른 네트워크 대역을 설정해 주었기 때문에 PC0과 PC6이 통신이 가능해집니다.
'네트워크' 카테고리의 다른 글
Routing table(라우팅 테이블) 보는 법 (0) | 2021.04.27 |
---|---|
Cisco Packet Tracer (패킷 트레이서) 4 - 라우터 4대 IP할당, Static Routing(정적 라우팅) (4) | 2021.04.26 |
Cisco Packet Tracer (패킷 트레이서) 2- 라우터 3대 IP할당 (0) | 2021.04.26 |
OSI 7 Layer, Address 정리 (0) | 2021.04.26 |
Mail Service (0) | 2021.04.23 |