1. Trang chủ
  2. » Công Nghệ Thông Tin

Chương 2: Cấu hình EIGRP

47 300 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 47
Dung lượng 0,98 MB

Nội dung

Giáo trình thực hành BSCI Chương 2 – EIGRP 25 C C h h ư ư ơ ơ n n g g 2 2 - - E E I I G G R R P P – – E E n n h h a a n n c c e e d d I I n n t t e e r r i i o o r r G G a a t t e e w w a a y y R R o o u u t t i i n n g g P P r r o o t t o o c c o o l l B B à à i i 2 2 . . 1 1 C C ấ ấ u u h h ì ì n n h h c c ơ ơ b b ả ả n n E E I I G G R R P P , , B B a a n n d d w w i i d d t t h h v v à à A A j j a a n n c c e e n n c c i i e e s s 2 2 . . 1 1 . . 1 1 S S ơ ơ đ đ ồ ồ l l u u ậ ậ n n l l ý ý R1 R2 R3 S0/3/0 Lo0 : 10.1.1.1/24 Lo0 : 10.3.3.3/24 Lo0 : 10.2.2.2/24 10 . 1. 200 . 0 / 24 VLAN1 10.1.100.0/24 S0/0/1 Gi0/0 Fa0/0 Fa0/0 SW1 Hình 2.1.1-1: Hình vẽ sơ đồ luận lý 2 2 . . 1 1 . . 2 2 M M ụ ụ c c t t i i ê ê u u c c ủ ủ a a b b à à i i t t h h ự ự c c h h à à n n h h Cấu hình EIGRP trên các Router Kiểm tra EIGRP adjacencies và thông tin định tuyến Dùng lệnh bandwidth thay đổi EIGRP metric 2 2 . . 1 1 . . 3 3 C C ấ ấ u u h h ì ì n n h h v v à à h h ì ì n n h h v v ẽ ẽ m m i i n n h h h h ọ ọ a a Bước 1: Cấu hình cơ bản cho R1, R2, R3 Giáo trình thực hành BSCI Chương 2 – EIGRP 26 R1 Router(config)#hostname R1 R1(config)#enable password cisco R1(config)#no ip domain-lookup R1(config)#banner motd ^C R1^C R1(config)#line console 0 R1(config-line)# logging synchronous R1(config-line)# password cisco R1(config-line)# login R1(config)#line vty 0 4 R1(config-line)# password cisco R1(config-line)# login R1(config)#interface Serial 0/3/0 R1(config-if)#ip address 10.1.200.1 255.255.255.0 R1(config-if)#clock rate 64000 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface gigabitEthernet 0/0 R1(config-if)#ip address 10.1.100.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface loopback 0 R1(config-if)#ip address 10.1.1.1 255.255.255.0 R1(config-if)#exit R2 Router(config)#hostname R2 R2(config)#enable password cisco R2(config)#no ip domain-lookup R2(config)#banner motd ^C R2^C R2(config)#line console 0 R2(config-line)# logging synchronous R2(config-line)# password cisco R2(config-line)# login R2(config)#line vty 0 4 R2(config-line)# password cisco R2(config-line)# login R2(config)#interface serial 0/0/1 R2(config-if)#ip address 10.1.200.2 255.255.255.0 Giáo trình thực hành BSCI Chương 2 – EIGRP 27 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface fastEthernet 0/0 R2(config-if)#ip address 10.1.100.2 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface loopback 0 R2(config-if)#ip address 10.2.2.2 255.255.255.0 R2(config-if)#exit R3 Router(config)#hostname R3 R3(config)#enable password cisco R3(config)#no ip domain-lookup R3(config)#banner motd ^C R3^C R3(config)#line console 0 R3(config-line)# logging synchronous R3(config-line)# password cisco R3(config-line)# login R3(config)#line vty 0 4 R3(config-line)# password cisco R3(config-line)# login R3(config)#interface fastEthernet 0/0 R3(config-if)#ip address 10.1.100.3 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit R3(config)#interface loopback 0 R3(config-if)# ip address 10.3.3.3 255.255.255.0 R3(config-if)#exit Bước 2: Cấu hình EIGRP Cấu hình EIGRP trên R1 R1(config)#router eigrp 1 R1(config-router)#network 10.0.0.0 R1(config-router)#no auto-summary R1(config-router)#exit Cấu hình EIGRP trên R2 R2(config)#router eigrp 1 R2(config-router)#network 10.0.0.0 R2(config-router)#no auto-summary Giáo trình thực hành BSCI Chương 2 – EIGRP 28 R2(config-router)#exit Cấu hình EIGRP trên R3 R3(config)#router eigrp 1 R3(config-router)#network 10.0.0.0 R3(config-router)#no auto-summary R3(config-router)#exit Kiểm tra cấu hình Hình 2.1.3-1: Show ip eigrp neighbors trên R1 Hình 2.1.3-2: Show ip route trên R1 Hình 2.1.3-3: Show ip eigrp topology trên R1 Hình 2.1.3-4: Show ip eigrp neighbors trên R2 Giáo trình thực hành BSCI Chương 2 – EIGRP 29 Hình 2.1.3-5: Show ip route trên R2 Hình 2.1.3-6: Show ip eigrp topology trên R2 Hình 2.1.3-7: Show ip eigrp neighbors trên R3 Hình 2.1.3-8: Show ip route trên R3 Giáo trình thực hành BSCI Chương 2 – EIGRP 30 Hình 2.1.3-9: Show ip eigrp topology trên R3 Bước 3: Chỉnh sửa metric với câu lệnh Bandwidth R1(config)#interface Serial 0/3/0 R1(config-if)#bandwidth 64 R1(config-if)#exit R2(config)#interface Serial 0/0/1 R2(config-if)#bandwidth 64 R2(config-if)#exit Hình 2.1.3-10: Show interface Serial 0/3/0 trên R1 Hình 2.1.3-11: Show interface Serial 0/0/1 trên R2 Giáo trình thực hành BSCI Chương 2 – EIGRP 31 B B à à i i 2 2 . . 2 2 E E I I G G R R P P L L o o a a d d B B a a l l a a n n c c i i n n g g k k h h ô ô n n g g c c ù ù n n g g m m e e t t r r i i c c 2 2 . . 2 2 . . 1 1 S S ơ ơ đ đ ồ ồ l l u u ậ ậ n n l l ý ý R1 R2 R3 S0/0 Lo31 : 10.1.3.1/30 Lo35 : 10.1.3.5/30 Lo39 : 10.1.3.9/30 Lo21 : 10.1.2.1/30 Lo25 : 10.1.2.5/30 Lo29 : 10.1.2.9/30 10 . 1. 102 . 0 / 29 S0/1 S0/3/1 S0/0 S0/1 S0/0 10 . 1 . 203 . 0 / 29 10.1.103.0/29 Lo11 : 10.1.1.1/30 Lo15 : 10.1.1.5/30 Lo19 : 10.1.1.9/30 Hình 2.2.1-1: Hình vẽ sơ đồ luận lý 2 2 . . 2 2 . . 2 2 M M ụ ụ c c t t i i ê ê u u b b à à i i t t h h ự ự c c h h à à n n h h Chỉ ra successors, feasible successors, và feasible distances Load balancing trên EIGRP unequal-cost 2 2 . . 2 2 . . 3 3 C C ấ ấ u u h h ì ì n n h h v v à à h h ì ì n n h h v v ẽ ẽ m m i i n n h h h h ọ ọ a a Bước 1: Cấu hình cơ bản cho R1, R2, R3 R1 Router(config)#hostname R1 Giáo trình thực hành BSCI Chương 2 – EIGRP 32 R1(config)#enable password cisco R1(config)#no ip domain-lookup R1(config)#banner motd ^C R1^C R1(config)#line console 0 R1(config-line)# logging synchronous R1(config-line)# password cisco R1(config-line)# login R1(config)#line vty 0 4 R1(config-line)# password cisco R1(config-line)# login R1(config)#interface Serial 0/0 R1(config-if)#ip address 10.1.102.1 255.255.255.248 R1(config-if)# bandwidth 128 R1(config-if)#clock rate 64000 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface Serial 0/1 R1(config-if)#ip address 10.1.103.1 255.255.255.248 R1(config-if)# bandwidth 128 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface loopback 11 R1(config-if)#ip address 10.1.1.1 255.255.255.252 R1(config-if)#exit R1(config)#interface loopback 15 R1(config-if)#ip address 10.1.1.5 255.255.255.252 R1(config-if)#exit R1(config)#interface loopback 19 R1(config-if)#ip address 10.1.1.9 255.255.255.252 R1(config-if)#exit R2 Router(config)#hostname R2 R2(config)#enable password cisco R2(config)#no ip domain-lookup R2(config)#banner motd ^C R2^C R2(config)#line console 0 R2(config-line)# logging synchronous R2(config-line)# password cisco R2(config-line)# login Giáo trình thực hành BSCI Chương 2 – EIGRP 33 R2(config)#line vty 0 4 R2(config-line)# password cisco R2(config-line)# login R2(config)#interface serial 0/0 R2(config-if)#ip address 10.1.203.2 255.255.255.248 R1(config-if)#clock rate 64000 R2(config-if)# bandwidth 64 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface serial 0/1 R2(config-if)#ip address 10.1.102.2 255.255.255.248 R2(config-if)# bandwidth 128 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface loopback 21 R2(config-if)#ip address 10.1.2.1 255.255.255.252 R2(config-if)#exit R2(config)#interface loopback 25 R2(config-if)#ip address 10.1.2.5 255.255.255.252 R2(config-if)#exit R2(config)#interface loopback 29 R2(config-if)#ip address 10.1.2.9 255.255.255.252 R2(config-if)#exit R3 Router(config)#hostname R3 R3(config)#enable password cisco R3(config)#no ip domain-lookup R3(config)#banner motd ^C R3^C R3(config)#line console 0 R3(config-line)# logging synchronous R3(config-line)# password cisco R3(config-line)# login R3(config)#line vty 0 4 R3(config-line)# password cisco R3(config-line)# login R3(config)#interface serial 0/0 R3(config-if)#ip address 10.1.103.3 255.255.255.248 R3(config-if)# bandwidth 128 Giáo trình thực hành BSCI Chương 2 – EIGRP 34 R3(config-if)#clock rate 64000 R3(config-if)#no shutdown R3(config-if)#exit R3(config)#interface serial 0/1 R3(config-if)#ip address 10.1.203.3 255.255.255.248 R3(config-if)# bandwidth 64 R3(config-if)#no shutdown R3(config-if)#exit R3(config)#interface loopback 31 R3(config-if)# ip address 10.1.3.1 255.255.255.252 R3(config-if)#exit R3(config)#interface loopback 35 R3(config-if)# ip address 10.1.3.5 255.255.255.252 R3(config-if)#exit R3(config)#interface loopback 39 R3(config-if)# ip address 10.1.3.9 255.255.255.252 R3(config-if)#exit Bước 2: Cấu hình EIGRP trên R1, R2, R3 Cấu hình EIGRP trên R1 R1(config)#router eigrp 1 R1(config-router)#network 10.0.0.0 R1(config-router)#no auto-summary R1(config-router)#exit Cấu hình EIGRP trên R2 R2(config)#router eigrp 1 R2(config-router)#network 10.0.0.0 R2(config-router)#no auto-summary R2(config-router)#exit Cấu hình EIGRP trên R3 R3(config)#router eigrp 1 R3(config-router)#network 10.0.0.0 R3(config-router)#no auto-summary R3(config-router)#exit Kiểm tra cấu hình Hình 2.2.3-1: Show ip eigrp neighbors trên R1 [...]... thực hành BSCI Chương 2 – EIGRP Hình 2.2.3 -2: Show ip route eigrp trên R1 Hình 2.2.3-3: Show ip eigrp neighbors trên R2 Hình 2.2.3-4: Show ip route eigrp trên R2 Hình 2.2.3-5: Show ip eigrp neighbors trên R3 Hình 2.2.3-6: Show ip route eigrp trên R3 Bước 3: Xác định Successors, Feasible Successors và Feasible Distances 35 Giáo trình thực hành BSCI Chương 2 – EIGRP Hình 2.2.3-7: Show ip eigrp topology... 192.168.25.25/23 Lo100: 10.1.3.1/30 Lo1 72: 172.16.1.1/24 Hình 2.3.1-1: Hình vẽ sơ đồ luận lý 2.3.2 Mục tiêu cấu hình Cấu hình và kiểm tra EIGRP auto-summarization, EIGRP manual summarization Phân phối default-network trong EIGRP 2.3.3 Cấu hìnhhình vẽ minh họa Bước 1: Cấu hình cơ bản cho R1, R2, R3 R1 Router(config)#hostname R1 38 Giáo trình thực hành BSCI Chương 2 – EIGRP R1(config)#enable password cisco... R3(config-if)#exit Bước 2: Cấu hình và kiểm tra EIGRP auto-summarization Cấu hình EIGRP trên R1 R1(config)#router eigrp 1 R1(config-router)#network 192.168.100.0 R1(config-router)#exit Cấu hình EIGRP trên R2 R2(config)#router eigrp 1 R2(config-router)#network 192.168.100.0 R2(config-router)#network 192.168.200.0 R2(config-router)#network 10.0.0.0 R2(config-router)#exit Cấu hình EIGRP trên R3 R3(config)#router eigrp. .. R3(config)#router eigrp 1 R3(config-router)#network 10.0.0.0 R3(config-router)#network 172.16.0.0 57 Giáo trình thực hành BSCI Chương 2 – EIGRP R3(config-router)#no auto-summary R3(config-router)#exit Kiểm tra cấu hình Hình 2.5.3-1: Show ip eigrp neighbors trên R1 Hình 2.5.3 -2: Show ip route eigrp trên R1 Hình 2.5.3-3: Show ip eigrp neighbors trên R2 Hình 2.5.3-4: Show ip route eigrp trên R2 Hình 2.5.3-5: Show ip eigrp. .. 192.168.25.25/23 Lo100: 10.1.3.1/30 Lo1 72: 172.16.1.1/24 Hình 2.4.1-1: Hình vẽ sơ đồ luận lý 2.4.2 Mục tiêu cấu hình Cấu hình chứng thực trao đổi thông định tuyến trong EIGRP 2.4.3 Cấu hìnhhình vẽ minh họa Bước 1: Cấu hình cơ bản cho R1, R2, R3 R1 Router(config)#hostname R1 R1(config)#enable password cisco R1(config)#no ip domain-lookup 45 Giáo trình thực hành BSCI Chương 2 – EIGRP R1(config)#banner motd... trên R1 Hình 2.4.3-4: Show ip eigrp neighbors trên R2 Hình 2.4.3-5: Show ip route eigrp trên R2 49 Giáo trình thực hành BSCI Chương 2 – EIGRP Hình 2.4.3-6: Show ip route summary trên R2 Hình 2.4.3-7: Show ip eigrp neighbors trên R3 Hình 2.4.3-8: Show ip route eigrp trên R3 Hình 2.4.3-9: Show ip route summary trên R3 Bước 3: Cấu hình Authentication giữa R1-R2 và R2-R3 với MD5 và key là cisco Cấu kỳ Authentication... 2: Cấu hình EIGRP trên Frame Relay Cấu hình EIGRP trên R1 R1(config)#router eigrp 1 R1(config-router)#network 10.0.0.0 R1(config-router)#network 172.16.0.0 R1(config-router)#no auto-summary R1(config-router)#exit Cấu hình EIGRP trên R2 R2(config)#router eigrp 1 R2(config-router)#network 10.0.0.0 R2(config-router)#network 172.16.0.0 R2(config-router)#no auto-summary R2(config-router)#exit Cấu hình EIGRP. .. BSCI Chương 2 – EIGRP R3(config-router)#network 10.0.0.0 R3(config-router)# network 192.168.0.0 0.0.31.255 R3(config-router)#network 172.16.0.0 R3(config-router)#exit Kiểm tra cấu hình EIGRP Hình 2.3.3-1: Show ip eigrp neighbors trên R1 Hình 2.3.3 -2: Show ip route eigrp trên R1 Hình 2.3.3-3: Show ip route summary trên R1 Hình 2.3.3-4: Show ip eigrp neighbors trên R2 Hình 2.3.3-5: Show ip route eigrp. .. R2(config-if)#ip summary-address eigrp 1 192.168.200.0 255.255.255.224 R2(config-if)#exit Cấu hình trên R3 R3(config)#interface Serial 0/1 R3(config-if)#ip summary-address eigrp 1 192.168.0.0 255.255.224.0 R3(config-if)#exit Kiểm tra cấu hình 43 Giáo trình thực hành BSCI Chương 2 – EIGRP Hình 2.3.3-10: Show ip route eigrp trên R1 Hình 2.3.3-11: Show ip route eigrp trên R2 Bước 5: Cấu hình Default network R1(config)#ip... authentication key-chain eigrp 1 EIGRP- KEY R2(config-if)#ip authentication mode eigrp 1 md5 R2(config-if)#exit Cấu hình Authentication trên R3 R3(config)#interface Serial 0/1 R3(config-if)#ip authentication key-chain eigrp 1 EIGRP- KEY R3(config-if)#ip authentication mode eigrp 1 md5 R3(config-if)#exit Kiểm tra cấu hình Hình 2.4.3-10: Show ip eigrp interface detail trên R1 Hình 2.4.3-11: Show ip eigrp interface

Ngày đăng: 08/05/2014, 13:41

TỪ KHÓA LIÊN QUAN

w