뭉게뭉게 엔지니어

RIP 실습 본문

☁ 실습 해보기/Packet Tracer

RIP 실습

어푸어푸🌊 2022. 6. 14. 01:20

R01 RIP 설정

R01(config)#router rip
R01(config-router)#network 2.0.0.0
R01(config-router)#network 1.0.0.0
R01(config-router)#network 192.168.1.0
R01(config-router)#passive-interface f0/0
R01(config-router)#version 2

 

R02 RIP 설정

R02(config)#router rip
R02(config-router)#network 2.0.0.0
R02(config-router)#network 3.0.0.0
R02(config-router)#network 192.168.2.0
R02(config-router)#passive-interface f0/0
R02(config-router)#version 2

 

 

R03 RIP 설정

R01(config)#router rip
R01(config-router)#network 2.0.0.0
R01(config-router)#network 1.0.0.0
R01(config-router)#network 192.168.1.0
R01(config-router)#passive-interface f0/0
R01(config-router)#version 2

 

R01  확인

R01#sh ip ro
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Gateway of last resort is not set

C    1.0.0.0/8 is directly connected, Serial3/0
C    2.0.0.0/8 is directly connected, Serial2/0
R    3.0.0.0/8 [120/1] via 2.2.2.2, 00:00:01, Serial2/0
               [120/1] via 1.1.1.3, 00:00:04, Serial3/0
C    192.168.1.0/24 is directly connected, FastEthernet0/0
R    192.168.2.0/24 [120/1] via 2.2.2.2, 00:00:01, Serial2/0
R    192.168.3.0/24 [120/1] via 1.1.1.3, 00:00:04, Serial3/0

 

 

R02 확인

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Gateway of last resort is not set

R    1.0.0.0/8 [120/1] via 2.2.2.1, 00:00:20, Serial2/0
               [120/1] via 3.3.3.3, 00:00:03, Serial3/0
C    2.0.0.0/8 is directly connected, Serial2/0
C    3.0.0.0/8 is directly connected, Serial3/0
R    192.168.1.0/24 [120/1] via 2.2.2.1, 00:00:20, Serial2/0
C    192.168.2.0/24 is directly connected, FastEthernet0/0
R    192.168.3.0/24 [120/1] via 3.3.3.3, 00:00:03, Serial3/0

 

 R03 확인

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

Gateway of last resort is not set

C    1.0.0.0/8 is directly connected, Serial2/0
R    2.0.0.0/8 [120/1] via 1.1.1.1, 00:00:13, Serial2/0
               [120/1] via 3.3.3.2, 00:00:01, Serial3/0
C    3.0.0.0/8 is directly connected, Serial3/0
R    192.168.1.0/24 [120/1] via 1.1.1.1, 00:00:13, Serial2/0
R    192.168.2.0/24 [120/1] via 3.3.3.2, 00:00:01, Serial3/0
C    192.168.3.0/24 is directly connected, FastEthernet0/0

'☁ 실습 해보기 > Packet Tracer' 카테고리의 다른 글

VLAN_Sub interface 설정  (0) 2022.06.16
VLAN_Native LAN 실습  (0) 2022.06.16
OSPF_Multi Area 실습  (0) 2022.06.16
Static Routing & Default Routing & RIP 실습  (0) 2022.06.15
OSPF 실습  (0) 2022.06.15
Comments