Tài liệu hướng dẫn thực hành CCNA: Bài 17 - Cấu hình OSPF cơ bản giới thiệu đến bạn đọc về giao thức OSPF (Open Shortest Path First) thuộc loại link-state routing protocol và được hổ trợ bởi nhiều nhà sản xuất. OSPF sử dụng thuật toán SPF để tính toán ra đường đi ngắn nhất cho một route. Giao thức OSPF có thể được sử dụng cho mạng nhỏ cũng như một mạng lớn. Mời các bạn tham khảo.
Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com BÀI 17 :C U HÌNH OSPF C B N Gi i thi u : Giao th c OSPF (Open Shortest Path First) thu c lo i link-state routing protocol đ c h tr b i nhi u nhà s n xu t OSPF s d ng thu t tốn SPF đ tính tốn đ ng ng n nh t cho m t route Giao th c OSPF có th đ c s d ng cho m ng nh c ng nh m t m ng l n Do router s d ng giao th c OSPF s d ng thu t tốn đ tính metric cho route r i t xây d ng nên đ hình c a m ng nên t n r t nhi u b nh c ng nh ho t đ ng c a CPU router N u nh m t m ng l n vi c di n r t lâu t n r t nhi u b nh kh c ph c tình tr ng trên, giao th c OSPF cho phép chia m t m ng thành nhi u area khác Các router m t area trao đ i thông tin v i nhau, không trao đ i v i router khác vùng Vì v y, vi c xây d ng đ hình c a router đ c gi m r t nhi u Các vùng khác mu n liên k t đ c v i ph i n i v i area (còn đ c g i backbone) b ng m t router biên Các router ch y giao th c OSPF gi liên l c v i b ng cách g i gói Hello cho N u router v n nh n đ c gói Hello t m t router k t n i tr c ti p qua m t đ ng k t n i biêt đ c r ng đ ng k t n i router đ u xa v n ho t đ ng t t N u nh router khơng nh n đ c gói hello m t kho ng th i gian nh t đ nh, đ c g i dead interval, router bi t r ng router đ u xa b down router s ch y thu t tốn SPF đ tính route m i M i router s d ng giao th c OSPF có m t s ID đ nh n d ng Router s s d ng đ a ch IP c a interface loopback cao nh t (n u có nhi u loopback) làm ID N u khơng có loopback đ c c u hình hình router s s d ng IP cao nh t c a interface v t lý OSPF có m t s u m : th i gian h i t nhanh, đ c h tr b i nhi u nhà s n xu t, h tr VLSM, có th s d ng m t m ng l n, có tính n đ nh cao Các câu l nh s • • d ng lab : router ospf process-id Cho phép giao th c OSPF network address wildcard-mask area area-id Qu ng bá m t m ng thu c m t area Mơ t lab đ hình : hình lab nh hình v Các router đ c c u hình interface loopback a ch IP c a interface đ c ghi hình L u ý s d ng subnetmask c a m ng khác Tài li u h ng d n th c hành CCNA 101 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com C u hình router : Chúng ta c u hình interface cho router nh sau : Athena1#sh run Building configuration Current configuration : 592 bytes version 12.1 hostname Athena1 interface Loopback0 ip address 10.0.0.1 255.255.0.0 interface Serial0 ip address 192.168.1.1 255.255.255.0 end Athena2#sh run Building configuration Current configuration : 667 bytes version 12.1 hostname Athena2 interface Loopback0 ip address 11.1.0.1 255.0.0.0 interface Serial0 ip address 192.168.1.2 255.255.255.0 no fair-queue clockrate 64000 interface Serial1 ip address 170.1.0.1 255.255.0.0 end Athena3#sh run Building configuration Current configuration : 591 bytes version 12.1 hostname Athena3 interface Loopback0 ip address 12.1.0.1 255.255.255.252 interface Serial0 ip address 170.1.0.2 255.255.0.0 end Sau c u hình interface cho router, ti n hành c u hình OSPF cho chúng nh sau : Athena1(config)#router ospf Athena1(config-router)#net 192.168.1.0 0.0.0.255 area Athena1(config-router)#net 10.0.0.0 0.0.255.255 area Athena2(config)#router ospf Athena2(config-router)#net 192.168.1.0 0.0.0.255 area Athena2(config-router)#net 170.1.0.0 0.0.255.255 area Athena2(config-router)#net 11.1.0.0 0.255.255.255 area Tài li u h ng d n th c hành CCNA 102 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com Athena3(config)#router ospf Athena3(config-router)#net 170.1.0.0 0.0.255.255 area Athena3(config-router)#net 12.1.0.0 0.0.0.3 area Chúng ta c u hình OSPF cho c ba router m t area (backbone) Ngoài có th c u hình OSPF cho c ba router theo cách sau : Athena1(config)#router ospf Athena1(config-router)#net 192.168.1.1 0.0.0.0 area Athena1(config-router)#net 10.0.0.1 0.0.0.0 area Athena2(config)#router ospf Athena2(config-router)#net 192.168.1.2 0.0.0.0 area Athena2(config-router)#net 170.1.0.1 0.0.0.0 area Athena2(config-router)#net 11.1.0.1 0.0.0.0 area Athena3(config)#router ospf Athena3(config-router)#net 170.1.0.2 0.0.0.0 area Athena3(config-router)#net 12.1.0.1 0.0.0.0 area Khi qu ng bá cho OSPF có th qu ng bá theo hai cách : qu ng bá đ ng m ng (cách đ u) ho c qu ng bá interface (cách sau) N u qu ng bá interface wildcard mask ph i 0.0.0.0 Sau qu ng bá m ng c a router xong ki m tra l i b ng đ nh n c a router b ng câu l nh show ip route Athena1#sh ip route Gateway of last resort is not set O 170.1.0.0/16 [110/128] via 192.168.1.2, 01:20:18, Serial0 10.0.0.0/16 is subnetted, subnets C 10.0.0.0 is directly connected, Loopback0 11.0.0.0/32 is subnetted, subnets O 11.1.0.1 [110/65] via 192.168.1.2, 01:20:18, Serial0 12.0.0.0/32 is subnetted, subnets O 12.1.0.1 [110/129] via 192.168.1.2, 01:20:18, Serial0 C 192.168.1.0/24 is directly connected, Serial0 Athena2#sh ip route Gateway of last resort is not set C 170.1.0.0/16 is directly connected, Serial1 10.0.0.0/32 is subnetted, subnets O 10.0.0.1 [110/65] via 192.168.1.1, 01:20:38, Serial0 C 11.0.0.0/8 is directly connected, Loopback0 12.0.0.0/32 is subnetted, subnets O 12.1.0.1 [110/65] via 170.1.0.2, 01:20:38, Serial1 C 192.168.1.0/24 is directly connected, Serial0 Athena3#sh ip route Gateway of last resort is not set C 170.1.0.0/16 is directly connected, Serial0 10.0.0.0/32 is subnetted, subnets O 10.0.0.1 [110/129] via 170.1.0.1, 00:00:20, Serial0 Tài li u h ng d n th c hành CCNA 103 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com 11.0.0.0/32 is subnetted, subnets 11.1.0.1 [110/65] via 170.1.0.1, 00:00:20, Serial0 12.0.0.0/30 is subnetted, subnets C 12.1.0.0 is directly connected, Loopback0 O 192.168.1.0/24 [110/128] via 170.1.0.1, 00:00:20, Serial0 O Nh n xét : router bi t đ c t t c m ng đ hình c a Các route router bi t đ c nh giao th c OSPF đ c đánh O đ u route Trong k t qu route đ c in đ m Bây gi s ki m tra l i xem m ng có th liên l c đ c v i hay ch a b ng cách l n l t đ ng t ng router ping đ n m ng không n i tr c ti p v i Athena3#ping 11.1.0.1 Type escape sequence to abort Sending 5, 100-byte ICMP Echos to 11.1.0.1, timeout is seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/32 ms Athena3#ping 10.0.0.1 Type escape sequence to abort Sending 5, 100-byte ICMP Echos to 11.1.0.1, timeout is seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/68/108 ms Các b n làm t ng t cho m ng khác đ ki m tra, ch c ch n s ping th y! C u hình m ng area khác : Chúng ta s kh o sát cách c u hình m ng đ c phân b nhi u area khác m c Tr c h t, kh o sát n u c u hình cho m ng 12.1.0.0/30 interface S0 c a Athena3 area m ng khác v n area tồn m ng c a có th liên l c đ c hay không ? Do ph n c u hình OSPF cho m t vùng Nên bây gi ch c n g b c u hình OSPF cho router Athena3 c u hình l i cho nh yêu c u c a câu h i đ t Cách th c hi n nh sau : Athena3(config)#router ospf Athena3(config-router)#no net 170.1.0.0 0.0.255.255 area ← g b c u hình c u hình OSPF c Athena3(config-router)#no net 12.1.0.0 0.0.0.3 area Athena3(config)#router ospf Athena3(config-router)#net 170.1.0.0 0.0.255.255 area ← C u hình cho interface S0 router Athena3 thu c area Athena3(config-router)#net 12.1.0.0 0.0.0.3 area ← C u hình m ng 12.1.0.0/30 thu c area Sau c u hình xong ki m tra l i b ng đ nh n c a router : Athena1#sh ip route Gateway of last resort is not set O 170.1.0.0/16 [110/128] via 192.168.1.2, 00:00:53, Serial0 10.0.0.0/16 is subnetted, subnets C 10.0.0.0 is directly connected, Loopback0 Tài li u h ng d n th c hành CCNA 104 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com O C 11.0.0.0/32 is subnetted, subnets 11.1.0.1 [110/65] via 192.168.1.2, 00:00:53, Serial0 192.168.1.0/24 is directly connected, Serial0 Athena2#sh ip route Gateway of last resort is not set C 170.1.0.0/16 is directly connected, Serial1 10.0.0.0/32 is subnetted, subnets O 10.0.0.1 [110/65] via 192.168.1.1, 00:00:43, Serial0 C 11.0.0.0/8 is directly connected, Loopback0 C 192.168.1.0/24 is directly connected, Serial0 Athena3#sh ip route Gateway of last resort is not set C 170.1.0.0/16 is directly connected, Serial0 12.0.0.0/30 is subnetted, subnets C 12.1.0.0 is directly connected, Loopback0 Nh n xét : router Athena1 Athena2 bi t đ c m ng c a nh ng không bi t đ c m ng c a router Athena3 Ng c l i router Athena3, không bi t đ c m ng c a router Athena1 Athena2 i u ch ng t , router m t area ch bi t đ c m ng area đó, m ng area khác router không bi t (Tr ng h p, router Athena1 th y đ c m ng 170.1.0.0/16 router Athena2 qu ng bá m ng thu c area 0) liên k t đ c m ng area khác ph i có m t router biên n i area v area (backbone) Router có m t interface thu c area m t interface thu c area Trong tr ng h p lab, có hai cách đ gi i quy t v n đ Cách th nh t c u hình cho m ng c a interface S0 c a router Athena3 thu c area Lúc này, router Athena3 đóng vai trị m t router biên Cách th hai c u hình cho m ng c a interface S1 router Athena2 thu c area 1, lúc router Athena2 đóng vai trò router biên Chúng ta s kh o sát cách (c u hình cho m ng interface S0 c a Athea3 thu c area0) Cách đ c th c hi n t ng t Tài li u h ng d n th c hành CCNA 105 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com Cách c u hình : Athena3(config)#router ospf Athena3(config-router)#no net 170.1.0.0 0.0.255.255 area Athena3(config-router)#net 170.1.0.0 0.0.255.255 area Sau c u hình xong, ki m tra l i b ng đ nh n c a router : Athena1#sh ip route Codes: C - connected, S - static, I - IGRP, 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 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 O 170.1.0.0/16 [110/128] via 192.168.1.2, 00:01:30, Serial0 10.0.0.0/16 is subnetted, subnets C 10.0.0.0 is directly connected, Loopback0 11.0.0.0/32 is subnetted, subnets O 11.1.0.1 [110/65] via 192.168.1.2, 00:01:30, Serial0 12.0.0.0/32 is subnetted, subnets O IA 12.1.0.1 [110/129] via 192.168.1.2, 00:01:30, Serial0 C 192.168.1.0/24 is directly connected, Serial0 Athena2#sh ip route Gateway of last resort is not set C 170.1.0.0/16 is directly connected, Serial1 10.0.0.0/32 is subnetted, subnets O 10.0.0.1 [110/65] via 192.168.1.1, 00:01:07, Serial0 C 11.0.0.0/8 is directly connected, Loopback0 12.0.0.0/32 is subnetted, subnets O IA 12.1.0.1 [110/65] via 170.1.0.2, 00:01:07, Serial1 C 192.168.1.0/24 is directly connected, Serial0 Athena3#sh ip route Gateway of last resort is not set Tài li u h ng d n th c hành CCNA 106 Training & Education Network 02 Bis Dinh Tien Hoang Street, Dakao Ward, District !, HCMC – Tel: (848) 824 4041 – Fax: (848) 824 4041 E-mail: training@athenavn.com – URL: www.athenavn.com C O O C O 170.1.0.0/16 is directly connected, Serial0 10.0.0.0/32 is subnetted, subnets 10.0.0.1 [110/129] via 170.1.0.1, 00:00:06, Serial0 11.0.0.0/32 is subnetted, subnets 11.1.0.1 [110/65] via 170.1.0.1, 00:00:06, Serial0 12.0.0.0/30 is subnetted, subnets 12.1.0.0 is directly connected, Loopback0 192.168.1.0/24 [110/128] via 170.1.0.1, 00:00:06, Serial0 Nh n xét : router th y đ c m ng c a router khác Nh v y toàn m ng liên l c đ c v i Chúng ta có th ki m tra b ng cách ping đ n t ng m ng Tài li u h ng d n th c hành CCNA 107 ... area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 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... u hình xong, ki m tra l i b ng đ nh n c a router : Athena1#sh ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF. .. Athena3(config)#router ospf Athena3(config-router)#net 170 .1.0.0 0.0.255.255 area Athena3(config-router)#net 12.1.0.0 0.0.0.3 area Chúng ta c u hình OSPF cho c ba router m t area (backbone) Ngoài có th c u hình OSPF