Packet Tracer – Configuring RIPv2 Topology

NAMA : TUGIYONO NIM

: 15.240.0187

Objectives Part 1: Configure RIPv2 Part 2: Verify Configurations

Background Although RIP is rarely used in modern networks, it is useful as a foundation for understanding basic network routing. In this activity, you will configure a default route, RIP version 2, with appropriate network statements and passive interfaces, and verify full connectivity.

Part 1: Configure RIPv2 Step 1: Configure RIPv2 on R1. a. Use the appropriate command to create a default route on R1 for all Internet traffic to exit the network through S0/0/1. b. Enter RIP protocol configuration mode. c.

Use version 2 of the RIP protocol and disable the summarization of networks.

d. Configure RIP for the networks that connect to R1. e. Configure the LAN port that contains no routers so that it does not send out any routing information. f.

Advertise the default route configured in step 1a with other RIP routers.

g. Save the configuration.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 1 of 8

Packet Tracer – Configuring RIPv2

R1> R1>en R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip route 0.0.0.0 0.0.0.0 s0/0/1 %Default route without gateway, if not a point-to-point interface, may impact performance R1(config)#ip route 0.0.0.0 0.0.0.0 se0/0/1 R1(config)#router rip R1(config-router)#ver R1(config-router)#version 2 R1(config-router)#no auto R1(config-router)#no auto-summary R1(config-router)#do sh R1(config-router)#do shw R1(config-router)#do show ip route con R1(config-router)#do show ip route connected C 192.168.1.0/24 is directly connected, GigabitEthernet0/0 C 192.168.2.0/24 is directly connected, Serial0/0/0 C 209.165.200.224/30 is directly connected, Serial0/0/1 R1(config-router)#pass R1(config-router)#passive-interface gig0/0 R1(config-router)#d R1(config-router)#de R1(config-router)#default-information or R1(config-router)#default-information originate R1(config-router)#end R1# %SYS-5-CONFIG_I: Configured from console by console R1#wr Building configuration... [OK] R1#

R1#copy R1#copy run R1#copy running-config st R1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] Step 2: Configure RIPv2 on R2. a. Enter RIP protocol configuration mode. b. Use version 2 of the RIP protocol and disable the summarization of networks.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 2 of 8

Packet Tracer – Configuring RIPv2 c.

Configure RIP for the networks directly connected to R2.

d. Configure the interface that contains no routers so that it does not send out routing information. e. Save the configuration.

R2>en R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ro R2(config)#router rip R2(config-router)#ver R2(config-router)#version 2 R2(config-router)#no au R2(config-router)#no auto-summary R2(config-router)#do sh R2(config-router)#do sho R2(config-router)#do show ip route connected C 192.168.2.0/24 is directly connected, Serial0/0/0 C 192.168.3.0/24 is directly connected, GigabitEthernet0/0 C 192.168.4.0/24 is directly connected, Serial0/0/1 R2(config-router)#net 192.168.2.0 R2(config-router)#net 192.168.3.0 R2(config-router)#net 192.168.4.0 R2(config-router)#pass R2(config-router)#passive-interface gig0/0 R2(config-router)#end R2# %SYS-5-CONFIG_I: Configured from console by console R2#wr Building configuration... [OK]

R2#co R2#copy R2#copy run R2#copy running-config st R2#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK]

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 3 of 8

Packet Tracer – Configuring RIPv2

Step 3: Configure RIPv2 on R3 Repeat Step 2 on R3.

R3> R3>en R3#conf t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#rout R3(config)#router rip R3(config-router)#ver R3(config-router)#version 2 R3(config-router)#no aut R3(config-router)#no auto-summary R3(config-router)#do show ip route connected C 192.168.4.0/24 is directly connected, Serial0/0/1 C 192.168.5.0/24 is directly connected, GigabitEthernet0/0 R3(config-router)#net 192.168.4.0 R3(config-router)#net 192.168.5.0 R3(config-router)#pas R3(config-router)#passive-interface gig0/0 R3(config-router)#end R3# %SYS-5-CONFIG_I: Configured from console by console R3#wr Building configuration... [OK]

Part 2: Verify Configurations Step 1: View routing tables of R1, R2, and R3. a. Use the appropriate command to show the routing table of R1. RIP (R) now appears with connected (C) and local (L) routes in the routing table. All networks have an entry. You also see a default route listed. b. View the routing tables for R2 and R3. Notice that each router has a full listing of all the 192.168.x.0 networks and a default route.

R1#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is 0.0.0.0 to network 0.0.0.0

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 4 of 8

Packet Tracer – Configuring RIPv2

192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.1.0/24 is directly connected, GigabitEthernet0/0 L 192.168.1.1/32 is directly connected, GigabitEthernet0/0 192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.2.0/24 is directly connected, Serial0/0/0 L 192.168.2.1/32 is directly connected, Serial0/0/0 209.165.200.0/24 is variably subnetted, 2 subnets, 2 masks C 209.165.200.224/30 is directly connected, Serial0/0/1 L 209.165.200.225/32 is directly connected, Serial0/0/1 S* 0.0.0.0/0 is directly connected, Serial0/0/1 R1#

R2#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 192.168.2.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.2.0/24 is directly connected, Serial0/0/0 L 192.168.2.2/32 is directly connected, Serial0/0/0 192.168.3.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.3.0/24 is directly connected, GigabitEthernet0/0 L 192.168.3.1/32 is directly connected, GigabitEthernet0/0 192.168.4.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.4.0/24 is directly connected, Serial0/0/1 L 192.168.4.2/32 is directly connected, Serial0/0/1 R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:23, Serial0/0/1 R2#

R3#show ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 5 of 8

Packet Tracer – Configuring RIPv2

Gateway of last resort is not set R 192.168.2.0/24 [120/1] via 192.168.4.2, 00:00:04, Serial0/0/1 R 192.168.3.0/24 [120/1] via 192.168.4.2, 00:00:04, Serial0/0/1 192.168.4.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.4.0/24 is directly connected, Serial0/0/1 L 192.168.4.1/32 is directly connected, Serial0/0/1 192.168.5.0/24 is variably subnetted, 2 subnets, 2 masks C 192.168.5.0/24 is directly connected, GigabitEthernet0/0 L 192.168.5.1/32 is directly connected, GigabitEthernet0/0 R3#

Step 2: Verify full connectivity to all destinations. Every device should now be able to ping every other device inside the network. In addition, all devices should be able to ping the Web Server.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 6 of 8

Packet Tracer – Configuring RIPv2

PING 192.168.1.10

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 7 of 8

Packet Tracer – Configuring RIPv2

PING 192.168.3.10

TUGIYONO STAFF SMP NEGERI 3 BATANG MAHASISWA STMIK WP PEKALONGAN RANDUBOWO RT.9 RW.4 DESA KENITEN KEC. PECALUNGAN KAB. BATANG JAWA TENGAH INDONESIA MAKMUR PENDIRI DAN PERINTIS LES KOMPUTER GRATIS SERTA PENDIRI ELEARNING GIOTUGI.BLOGSPOT.COM

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 8 of 8

7.3.1.8 Packet Tracer - Configuring RIPv2 Instructions Latihan 2.pdf ...

Use the appropriate command to create a default route on R1 for all Internet traffic to exit the network. through S0/0/1. b. Enter RIP protocol configuration mode.

133KB Sizes 1 Downloads 266 Views

Recommend Documents

2.2.3.3 Packet Tracer - Configuring Initial Switch Settings ...
Page 3 of 6. 2.2.3.3 Packet Tracer - Configuring Initial Switch Settings Instructions.pdf. 2.2.3.3 Packet Tracer - Configuring Initial Switch Settings Instructions.pdf.

5.2.1.7 Packet Tracer - Examine the ARP Table Instructions.,.pdf ...
5.2.1.7 Packet Tracer - Examine the ARP Table Instructions.,.pdf. 5.2.1.7 Packet Tracer - Examine the ARP Table Instructions.,.pdf. Open. Extract. Open with.

3.3.3.3 Packet Tracer - Explore a Network Instructions(1).pdf ...
Retrying... 3.3.3.3 Packet Tracer - Explore a Network Instructions(1).pdf. 3.3.3.3 Packet Tracer - Explore a Network Instructions(1).pdf. Open. Extract. Open with.

2.2.3.3 Packet Tracer - Configuring Initial Switch Settings ...
Page 3 of 6. 2.2.3.3 Packet Tracer - Configuring Initial Switch Settings Instructions.pdf. 2.2.3.3 Packet Tracer - Configuring Initial Switch Settings Instructions.pdf.

2.3.2.5 Packet Tracer - Implementing Basic Connectivity Instructions.pdf
2.3.2.5 Packet Tracer - Implementing Basic Connectivity Instructions.pdf. 2.3.2.5 Packet Tracer - Implementing Basic Connectivity Instructions.pdf. Open. Extract.

6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues ...
6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues Instructions..pdf. 6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues Instructions..

6.3.1.10 Packet Tracer - Exploring Internetworking Devices ...
6.3.1.10 Packet Tracer - Exploring Internetworking Devices Instructions.pdf. 6.3.1.10 Packet Tracer - Exploring Internetworking Devices Instructions.pdf. Open.

packet tracer pdf manual
Sign in. Loading… Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying.

tutorial cisco packet tracer pdf
Page 1 of 1. File: Tutorial cisco packet tracer pdf. Download now. Click here if your download doesn't start automatically. Page 1 of 1. tutorial cisco packet tracer pdf. tutorial cisco packet tracer pdf. Open. Extract. Open with. Sign In. Main menu.

6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues ...
6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues Instructions..pdf. 6.4.3.4 Packet Tracer - Troubleshooting Default Gateway Issues Instructions..

7.4.1.12 Packet Tracer - Add Computers to an Existing Network.pdf ...
7.4.1.12 Packet Tracer - Add Computers to an Existing Network.pdf. 7.4.1.12 Packet Tracer - Add Computers to an Existing Network.pdf. Open. Extract. Open with.

Tutorial-Cisco-Packet-Tracer-Lengkap-Bahasa-Indonesia.pdf
Tutorial-Cisco-Packet-Tracer-Lengkap-Bahasa-Indonesia.pdf. Tutorial-Cisco-Packet-Tracer-Lengkap-Bahasa-Indonesia.pdf. Open. Extract. Open with. Sign In.

Practica 3- Packet Tracer 2 .pdf
Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Practica 3- Packet Tracer 2 .pdf. Practica 3- Packet Tracer 2 .pdf.

Tutorial Jaringan Cisco Packet Tracer 5.3.pdf
menggunakan sebuah hub / switch biasa, maka device atau computer tidak akan konek... Page 4 of 69. Tutorial Jaringan Cisco Packet Tracer 5.3.pdf.

Tutorial Jaringan Cisco Packet Tracer 5.3.pdf
Seperti yang telah kita ketahui, fungsi dari router adalah menghubungkan sebuah network yang. berbeda atau ip class yang berbeda atau subnet atau gang ...

8.1.2.11 Packet Tracer - Connect to a Wireless Router and Configure ...
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. 8.1.2.11 Packet Tracer - Connect to a Wireless Router and Configure Basic Settings.pdf. 8.1.2.11 Packet Trac

8.1.2.15 Packet Tracer - Test a Wireless Connection.pdf
8.1.2.15 Packet Tracer - Test a Wireless Connection.pdf. 8.1.2.15 Packet Tracer - Test a Wireless Connection.pdf. Open. Extract. Open with. Sign In. Main menu.

Cisco Packet Tracer 6.2 for Windows Student Version (With Labs ...
Life worth living. ... second hand prices. ... many differentmakes ofthecar to find out their differences inMPGetc, so Cisco Packet Tracer 6.2 for Windows Student Version ... Descargar Historia del pensamiento político en la Edad Medi ...pdf.

Test your Understanding of Packet Tracer_ Packet Tracer 101 (2016-6 ...
Aug 29, 2016 - Packet Tracer is a simulator for educational use, it does not run the actual Cisco IOS, the ... Close the Packet Tracer application and reopen the file ... Test your Understanding of Packet Tracer_ Packet Tracer 101 (2016-6).pdf.

Tracer Studies.pdf
Sign in. Loading… Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying.

Latihan Bina Ayat.pdf
(A) 5. (C) 6. (B) 7. (D) 8. (C) 9. (C) 10. (B) 11. (D) 12. (D) 13. (D) 14. (D) 15. (A). ANSWERS. SPACE FOR ROUGH WORK. Whoops! There was a problem loading this page. Retrying... Latihan Bina Ayat.pdf. Latihan Bina Ayat.pdf. Open. Extract. Open with.

Latihan baB 2 TBO.pdf
Page 1 of 2. Nama : Sulistiana. NIM : 4611416008. MK : Teori Bahasa dan Otomata. Latihan 2.1. 1. G2 : VT = {a}, VN = {S}, P = {S → aS │a}. S ⇒ aS. ⇒ aaS. ⇒ aaa L(G2) ={an │ n ≥ 1}. L(G2)={a, aa, aaa, aaaa,...} Latihan 2.2. 1. G2 dengan

latihan-b-ingg-un-sma.pdf
When we. breathe normally, the air stream is inaudible. To become audible, the air stream must vibrate rapidly. The. vocal cords cause the air stream to vibrate.

Jawapan-Latihan-Kata-Kerja-Bergambar.pdf
Whoops! There was a problem loading this page. Retrying... Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps ...