บทที่ 18 Lab Dynamic Route-RIP Version 2

3y ago
39 Views
2 Downloads
331.77 KB
5 Pages
Last View : 10d ago
Last Download : 3m ago
Upload by : Cade Thielen
Transcription

บทที 18Lab Dynamic Route-RIP version 2นายเกรี ยงศั กดิ ์ นามโคตร ( Mr.Jodoi ) เรียบเรี ยงRIP ( Routing Information Protocol ) เป็ น routing protocol แบบ distance vector �้ ค่า hop เป็ นหลั กLab 1. ให้ Config Routing ด้ วย RIP version 2 บน Router R1,R2 และ R3 เครื อง Client ทุกเครื องต้ องสามารถติดต่อกั นได้รูปแบบ Config RIP version 2 บน Router CISCORouter(config)#router ripRouter(config-router)#version 2Router(config-router)#no auto-summaryRouter(config-router)#network Network-IP

ให้ วาดภาพดังนีให้ Set IP Address ตามรู ปภาพ และ Config WAN ให้ Up และติดต่อกั นได้ ภายใน Network เดียวกั นเช่นR1#show interfaces s0/0Serial0/0 is up, line protocol is up (connected)Hardware is HD64570Internet address is 222.222.222.221/30R1#ping 222.222.222.222Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 222.222.222.222, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max 3/20/40 ms

เฉลย LAB Config RIP version 2R1(config)#router ripR1(config-router)#version 2R1(config-router)#no auto-summaryR1(config-router)#network 192.200.1.0R1(config-router)#network 222.222.222.220R2(config)#router ripR2(config-router)#version 2R2(config-router)#no auto-summaryR2(config-router)#network 22.22.22.0R2(config-router)#network 33.33.33.8R2(config-router)#network 111.111.111.0R2(config-router)#network 222.222.222.220R3(config)#router rip3(config-router)#version 2R3(config-router)#no auto-summaryR3(config-router)#network 33.33.33.8R3(config-router)#network 44.44.44.8R1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set22.0.0.0/24 is subnetted, 1 subnetsR22.22.22.0 [120/1] via 222.222.222.222, 00:00:01, Serial0/033.0.0.0/30 is subnetted, 1 subnetsR33.33.33.8 [120/1] via 222.222.222.222, 00:00:01, Serial0/044.0.0.0/29 is subnetted, 1 subnetsR44.44.44.8 [120/2] via 222.222.222.222, 00:00:01, Serial0/0111.0.0.0/24 is subnetted, 1 subnetsR111.111.111.0 [120/1] via 222.222.222.222, 00:00:01, Serial0/0C 192.200.1.0/24 is directly connected, FastEthernet0/0222.222.222.0/30 is subnetted, 1 subnetsC222.222.222.220 is directly connected, Serial0/0

R2#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set22.0.0.0/24 is subnetted, 1 subnetsC22.22.22.0 is directly connected, FastEthernet0/133.0.0.0/30 is subnetted, 1 subnetsC33.33.33.8 is directly connected, Serial0/144.0.0.0/29 is subnetted, 1 subnetsR44.44.44.8 [120/1] via 33.33.33.10, 00:00:21, Serial0/1111.0.0.0/24 is subnetted, 1 subnetsC111.111.111.0 is directly connected, FastEthernet0/0R 192.200.1.0/24 [120/1] via 222.222.222.221, 00:00:01, Serial0/0222.222.222.0/30 is subnetted, 1 subnetsC222.222.222.220 is directly connected, Serial0/0R3#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - 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 - ODRP - periodic downloaded static routeGateway of last resort is not set22.0.0.0/24 is subnetted, 1 subnetsR 22.22.22.0 [120/1] via 33.33.33.9, 00:00:13, Serial0/033.0.0.0/30 is subnetted, 1 subnetsC 33.33.33.8 is directly connected, Serial0/044.0.0.0/29 is subnetted, 1 subnetsC 44.44.44.8 is directly connected, FastEthernet0/0111.0.0.0/24 is subnetted, 1 subnetsR 111.111.111.0 [120/1] via 33.33.33.9, 00:00:13, Serial0/0

R 192.200.1.0/24 [120/2] via 33.33.33.9, 00:00:13, Serial0/0222.222.222.0/30 is subnetted, 1 subnetsR 222.222.222.220 [120/1] via 33.33.33.9, 00:00:13, Serial0/0ตัวอย่างผลการ ping จาก เครื อง Client ทีอยู่ใน LAN ของ Router R1 ping ไปยั ง Server ทีอยู่ในLAN ของ Router R2 ตามรู ปด้านล่างหวั งว่าบทความนี ��สํ าหรับผูที้ ทํ างานอยู่ก ับอุปกรณ์Cisco � http://www.jodoi.com

RIP (Routing Information Protocol ) เป็น routing protocol แบบ distance vector . 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

Related Documents:

11 am - Bernie O'Malley, RIP Kevin O'Brien, RIP 5 pm - Gary Gilliland, RIP Mon. April 19th - 9 am - John Blair, Jr., RIP Tues. April 20th - 9 am - Michael & Gwen LaHair, RIP Wed. April 21st - 9 am - Anthony Dunn Thurs. April 22nd - 9 am - David Acevedo, RIP Fri. April 23rd - 9 am - Edmund Kelly, RIP Sat. April 24th - 9 am - Louis White, RIP

Rip Van Winkle! Rip Van Winkle! NARRATOR: Rip looked all around but could see no one. RIP: Did you hear that, boy? STRANGER: (distantly yelling) Rip Van Winkle! Rip Van Winkle! WOLF: Grrrr. NARRATOR: Wolf bristled up his back, looking down the valley. Then Rip saw a strange figure slowly toiling up the side of

ASA has capability to use RIP as routing protocol. Configuration is very similar to IOS RIP configuration process. Create RIP routing process on the ASA firewall. Enable RIP for networks 10.0.0.0/8 and 136.1.0.0/16. Explicitly configure RIP version 2 and disable auto-summary.

at 250-766-3146 or email at st.edwards@shaw.ca Mass Intentions October 1- Marie Robinson RIP October 2-Ida Whelan RIP October 5- The Appel family INT October 6- Jamie Reynolds RIP October 7- Kay O’Sullivan RIP October 8- The Reynolds family INT October 9- Dave Tutt RIP

May 15th - 9 am - Bernie O'Malley, RIP 5 pm - Ed Adams, RIP - "Birthday" May 16th - SOLEMNITY OF THE ASCENSION OF THE LORD, 7TH SUNDAY OF EASTER 9 am - Attila Vamos 11 am - Silvia Frizzelle, Mary O'Hare, RIP 5 pm - For The People May 17th - 9 am - Lori Kaleta May 18th - 9 am - George A. Weisenberger, RIP May 19th - 9 am - Mary Lettang, RIP

The TRX Rip Trainer provides lighter loads at the initial range of motion allowing users to accelerate the Rip Trainer at high rates of speed promoting power. Additionally, . modified to progress or regress Rip Training exercises. There are four ways to modify load using the Vector Resistance Principle: Body position relative to the .

Protocol(RIP)wasadded. CiscoIOSXERelease3.3 15.2(4)S Thiscommandwasmodified.SupportforIPv6wasadded. CiscoIOSXERelease3.7S Thiscommandwasmodified.SupportforIPv6wasadded. Cisco IOS IP Routing: RIP Command Reference 4 RIP Commands bfd all-interfaces

-8- G0478 10" Hybrid Table Saw Additional Safety Instructions for Table Saws 7.SING THE RIP FENCE AND THE U MITER GAUGE. Using the rip fence as a stop block when using the miter gauge can cause kickback. Remove the rip fence when using the miter gauge and remove the miter gauge when using the rip fence. 8. STALLED BLADE. Turn the saw OFF