Cấu hình RIP sử dụng Passive Interface

Một phần của tài liệu Giáo trình thực hành mạng cisco cơ bản cđ kỹ thuật cao thắng (Trang 49 - 59)

II. NỘI DUNG THỰC HÀNH

3. Cấu hình RIP sử dụng Passive Interface

Phần thực hành là gồm các nội dung nâng cao, giúp người học nắm vững

- Bài thực hành này mô tả cách dùng lệnh passive interface; lệnh này cho phép router có chạy RIP nhận, nhưng không gởi thông tin định tuyến ra ngoài cổng chỉ định. - Các Router cấu hình RIP.

- Cổng S0/1 của RouterA không gửi thông tin địn tuyến mà chỉ nhận thông tin định tuyến.

- Router B và C quảng bá tất cả các mạng nối trực tiếp.

Hình 4.3. Cấu hình định tuyến động RIP

Các bước thực hiện: Đặt hostname, địa chỉ IP cho các cổng Loopback, Serial,

FastEthernet.

Bước 1:Cấu hình trên RouterA

Router>en

Router(config)#hostname RouterA RouterA(config)#interface loopback 0

RouterA(config–if)# ip address 10.1.1.1 255.255.255.0 RouterA(config–if)#exit

RouterA(config)#interface fastEthernet 0/0

RouterA(config–if)#ip address 148.1.1.1 255.255.255.0 RouterA(config–if)#no shutdown

RouterA(config–if)#no keepalive ←Cho phép interface ethernet vẫn up khi không kết nối

với HUB hoặc Switch.

RouterA(config–if)#exit

RouterA(config)#interface serial 0/1

RouterA(config–if)#ip address 192.1.1.1 255.255.255.0

RouterA(config-if)#clock rate 64000 ← Hoạt động như DCE cung cấp xung clock

RouterA(config–if)#no shutdown RouterA(config–if)#end

RouterA#

Bước 2:Cấu hình trên RouterB Router>en

Router#config terminal

Router(config)#hostname RouterB RouterB(config)#interface serial 0/0

RouterB(config–if)#ip address 192.1.1.2 255.255.255.0 RouterB(config–if)#no shutdown

RouterB(config–if)#exit

RouterB(config)#interface serial 0/1

RouterB(config–if)#ip address 193.1.1.1 255.255.255.0

RouterB(config-if)#clock rate 64000 ← Hoạt động như DCE cung cấp xung clock

RouterB(config–if)#no shutdown RouterB(config–if)#end

RouterB#

Bước 3:Cấu hình trên RouterC

Router#config terminal

Router(config)#hostname RouterC RouterC(config)#interface serial 0/0

RouterC(config–if)#ip address 193.1.1.2 255.255.255.0 RouterC(config–if)#no shutdown

RouterC(config–if)#exit

RouterC(config)#interface fastEthernet 0/0

RouterC(config–if)#ip address 152.1.1.1 255.255.255.0 RouterC(config–if)#no shutdown

RouterC(config–if)#no keepalive RouterC(config–if)#end

RouterC#

Bước 4: Kiểm tra hoạt động cổng Serial tại các router bằng lệnh show interface [Type Number]

Kiểm tra interfaces S0/0 trên Router A:

RouterA#show interfaces S0/1

Serial0/1 is up, line protocol is up Hardware is GT96K Serial

Internet address is 192.1.1.1/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set

Keepalive set (10 sec) CRC checking enabled

Last input 00:00:03, output 00:00:06, output hang never Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec

5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec

71 packets input, 5445 bytes, 0 no buffer

Received 71 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 79 packets output, 6731 bytes, 0 underruns

0 output errors, 0 collisions, 9 interface resets --More--

Kiểm tra interfaces S0/0 trên Router B:

RouterB#show interfaces S0/0

Serial0/0 is up, line protocol is up Hardware is GT96K Serial

Internet address is 192.1.1.2/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set

Keepalive set (10 sec) CRC checking enabled

Last input 00:00:05, output 00:00:01, output hang never Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec

5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 92 packets input, 7687 bytes, 0 no buffer

Received 92 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 84 packets output, 6391 bytes, 0 underruns

0 output errors, 0 collisions, 7 interface resets --More--

Kiểm tra interfaces S0/1 trên Router B:

RouterB#show interfaces S0/1

Serial0/1 is up, line protocol is up Hardware is GT96K Serial

Internet address is 193.1.1.1/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set

Keepalive set (10 sec) CRC checking enabled

Last input 00:00:01, output 00:00:04, output hang never Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec

5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 56 packets input, 4437 bytes, 0 no buffer

Received 56 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 84 packets output, 6142 bytes, 0 underruns

0 output errors, 0 collisions, 16 interface resets --More--

Kiểm tra interfaces S0/0 trên Router C:

RouterC#show interfaces s0/0

Serial0/0 is up, line protocol is up Hardware is GT96K Serial

Internet address is 193.1.1.2/24

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, loopback not set

Keepalive set (10 sec) CRC checking enabled

Last input 00:00:00, output 00:00:03, output hang never Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair

Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total)

Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1158 kilobits/sec

5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 139 packets input, 9067 bytes, 0 no buffer

Received 139 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 68 packets output, 5354 bytes, 0 underruns

0 output errors, 0 collisions, 7 interface resets --More--

Bước 5:Chạy giao thứcđịnh tuyến RIP trên mỗi router

RouterA(config)#router rip RouterA(config-router)#version 2 RouterA(config-router)#network 10.0.0.0 RouterA(config-router)#network 148.0.0.0 RouterA(config-router)#network 192.1.1.0 RouterA(config-router)#no auto-summary RouterA(config-router)#exit RouterB(config)#router rip RouterB(config-router)#version 2 RouterB(config-router)#network 192.1.1.0 RouterB(config-router)#network 193.1.1.0 RouterB(config-router)#no auto-summary RouterB(config-router)#end

RouterC(config)#router rip RouterC(config-router)#version 2 RouterC(config-router)#network 152.1.0.0 RouterC(config-router)#network 193.1.1.0 RouterC(config-router)#no auto-summary RouterC(config-router)#end

Bước 6:Cấu hình Passive-interface RouterA(config)#router rip

RouterA(config-router)#passive-interface Serial0/1

Bước 7: Kiểm tra

Xem quá trình gởi nhận thông tin định tuyến bằng lệnh debug ip rip trên routerA.

Chú ý: Cập nhật RIP chỉ gởi ra cổng FastEthernet0 và Loopback0, Serial 0/1 chỉ nhận thông tin định tuyến RIP.

RouterA#debug ip rip

RIP protocol debugging is on

RA#RIP: sending v1 update to 255.255.255.255 via Loopback0 (10.1.1.1) RIP: build update entries

network 148.1.0.0 metric 1 network 152.1.0.0 metric 3 network 192.1.1.0 metric 1 network 193.1.1.0 metric 2

RIP: sending v1 update to 255.255.255.255 via FastEthernet0/0 (148.1.1.1) RIP: build update entries

network 10.0.0.0 metric 1 network 152.1.0.0 metric 3 network 192.1.1.0 metric 1 network 193.1.1.0 metric 2

Xem bảng định tuyến trên RouterA và RouterC bằng lệnh show ip route.

Chú ý: Router học tất cả các route từ Router C, Router C không có route từ Router A. RouterA#show 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 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 10.0.0.0/24 is subnetted, 1 subnets

C 10.1.1.0 is directly connected, Loopback0 148.1.0.0/24 is subnetted, 1 subnets

C 148.1.1.0 is directly connected, FastEthernet0/0 R 152.1.0.0/16 [120/2] via 192.1.1.2, 00:00:02, Serial0/1 C 192.1.1.0/24 is directly connected, Serial0/1

R 193.1.1.0/24 [120/1] via 192.1.1.2, 00:00:02, Serial0/1

RouterC#show 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 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 152.1.0.0/24 is subnetted, 1 subnets

C 152.1.1.0 is directly connected, FastEthernet0/0 R 192.1.1.0/24 [120/1] via 193.1.1.1, 00:00:26, Serial0/0 C 193.1.1.0/24 is directly connected, Serial0/0

Nhận xét:

- Mục đích của việc sử dụng tính năng Passive Interface là gì? - Sử dụng lệnh nào để kiểm tra quá trình cập nhật thông tin?

... ... ...

... ... ... ...

BÀI 5

CẤU HÌNH ĐỊNH TUYẾN ĐỘNG SỬ DỤNG GIAO THỨC OSPF

Họ và tên sinh viên:

Ngày:

Thời gian thực hiện: 6 tiết

Điểm 1. Kỹ thuật (6đ): 2. Thao tác (1đ): 3. An toàn (1đ): 4. Tổ chức nơi làm việc (1đ): 5. Thời gian (1đ): Lời phê I. MỤC ĐÍCH - YÊU CẦU 1. Mục đích

Trang bị cho người học:

- Kỹnăng cấu hình định tuyễn động dùng giao thức OSPF

- Kỹ năngnhận biết và khắc phục các lỗi thông thường khi định tuyến động dùng OSPF

2. Yêu cầu

Sau khi hoàn thành bài thực hành, người học cần đạt được các yêu cầu sau:

- Cấu hình thành công định tuyến tĩnh động dùng OSPF. - Xử lý các lỗi thông thường khi định tuyến.

- Nắm được ưu điểm của OSPF so với các giao thức khác.

II. NỘI DUNG THỰC HÀNH

➢ Lý thuyết:

OSPF là giao thức link-state điển hình. Mỗi router khi chạy giao thức sẽ gửi bản trạng thái đường link của nó cho tất cả các router trong vùng. Sau một thời gian các router này sẽ đồng nhất cơ sở dữ liệu với nhau, mỗi router đều có được một “bản đồ mạng” của cả vùng. OSPF

dùng giải thuật SPF để tính toán đường đi. Giải thuật này còn được gọi là giải thuật Dijkstra.

Các routing protocol nhóm link state không broadcast toàn bộ thông tin về bảng định tuyến như RIP/IGRP; thay vào đó, OSPF sẽ dùng một quá trình để khám phá các láng giềng

Hoat động OSPF được mô tả thôngqua các bước sau:

- Bầu chọn router ID

- Thiết lập quan hệ láng giềng

- Trao đổi thông tin trạng thái đường link

- Tính toán xây dựng bảng định tuyến Lệnh hiệu chỉnh priority:

Router(config-if)#ip ospf priority number

Cấu hình định tuyến:

RouterX(config)#router ospf process-id

RouterX(config-router)#network[address] [wildcard-mask] area [area-id]

Xem bảng định tuyến:

R(config)#show ip route ospf

Dùng lệnh clear ip route *để xoá toàn bộ route từ bảng định tuyến

R1# clear ip route *

Dùng lệnh clear ip ospf processhoặc reload để kích hoạt lại quá trình định tuyến OSPF:

R1#clear ip ospf process

Xem quá trình gửi nhận thông tin định tuyến OSPF bằng lệnh debug ip ospf events:

R1#debug ip ospf events

Tắt chế độ debug bằng lệnh undebug all:

R1#undebug all

Chuẩn bị :

- Máy tính có hệ điều hành Windows

- Thiết bị Cisco

- Dây cáp kết nối

Thực hành:

Một phần của tài liệu Giáo trình thực hành mạng cisco cơ bản cđ kỹ thuật cao thắng (Trang 49 - 59)

Tải bản đầy đủ (PDF)

(97 trang)