Lab: Cấu hình RIP Timer
(hình)
Mô tả và yêu cầu
- Bài lab này minh hoạ việc sử dụng lệnh timer basic để tăng hiệu quả các tiến trình xử lý của RIP:
router(config-router)# timers basic update invalid holddown flush
Ví dụ: router(config-router)# timers basic 20 60 60 120
Mặc định các giá trị timer lần lượt là 30,180,180,240. Giá trị đầu tiên là update timer chỉ thời gian cập nhật định tuyến RIP. Giá trị invalid timer nên gấp 3 lần giá trị update timer. Giá trị holddown timer gấp 3 lần giá trị update timer. Giá trị flush timer gấp 6 lần giá trị update timer.
Cấu hình mẫu
<...>
Các bước thực hiện
<...>
Kiểm tra trạng thái ban đầu khi chưa cấu hình RIP timers
RouterA#sh ip int brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 148.1.1.1 YES manual up up
Serial0 192.1.1.1 YES manual up up
Serial1 unassigned YES unset administratively down down
RouterA#sh ip route
R 152.1.0.0/16 [120/2] via 192.1.1.2, 00:00:14, Serial0
R 193.1.1.0/24 [120/1] via 192.1.1.2, 00:00:14, Serial0
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
RouterA#sh ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 21 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Kiểm tra trạng thái khi đã cấu hình timer RouterA#sh ip protocols
Routing Protocol is "rip"
Sending updates every 5 seconds, next due in 3 seconds
Invalid after 15 seconds, hold down 15, flushed after 30
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Rút cáp serial ra giữa routerB và routerC. Bật chế độ debug để theo dõi quá trình định tuyến
RouterA# debug ip routing
IP routing debugging is on
RouterA#
01:03:58: RT: metric change to 152.1.0.0 via 192.1.1.2, rip metric [120/2]
<...>
RouterA#sh ip ro
R 152.1.0.0/16 is possibly down, routing via 192.1.1.2, Serial0
R 193.1.1.0/24 is possibly down, routing via 192.1.1.2, Serial0
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
RouterA#
Route được khai báo là invalid trước khi route được xoá ra khỏi bảng định tuyến. <...>, sau đó route sẽ được xoá hoàn toàn ra khỏi bảng định tuyến.
RouterA#sh ip ro
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
Nối lại serial cáp giữa routerB và routerC và theo dõi quá trình cập nhật định tuyến. Chú ý nên dùng lệnh clear ip route * để theo dõi cập nhật định tuyến dễ dàng hơn.
Cheers,
(hình)
Mô tả và yêu cầu
- Bài lab này minh hoạ việc sử dụng lệnh timer basic để tăng hiệu quả các tiến trình xử lý của RIP:
router(config-router)# timers basic update invalid holddown flush
Ví dụ: router(config-router)# timers basic 20 60 60 120
Mặc định các giá trị timer lần lượt là 30,180,180,240. Giá trị đầu tiên là update timer chỉ thời gian cập nhật định tuyến RIP. Giá trị invalid timer nên gấp 3 lần giá trị update timer. Giá trị holddown timer gấp 3 lần giá trị update timer. Giá trị flush timer gấp 6 lần giá trị update timer.
Cấu hình mẫu
<...>
Các bước thực hiện
<...>
Kiểm tra trạng thái ban đầu khi chưa cấu hình RIP timers
RouterA#sh ip int brief
Interface IP-Address OK? Method Status Protocol
Ethernet0 148.1.1.1 YES manual up up
Serial0 192.1.1.1 YES manual up up
Serial1 unassigned YES unset administratively down down
RouterA#sh ip route
R 152.1.0.0/16 [120/2] via 192.1.1.2, 00:00:14, Serial0
R 193.1.1.0/24 [120/1] via 192.1.1.2, 00:00:14, Serial0
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
RouterA#sh ip protocols
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 21 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Kiểm tra trạng thái khi đã cấu hình timer RouterA#sh ip protocols
Routing Protocol is "rip"
Sending updates every 5 seconds, next due in 3 seconds
Invalid after 15 seconds, hold down 15, flushed after 30
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Rút cáp serial ra giữa routerB và routerC. Bật chế độ debug để theo dõi quá trình định tuyến
RouterA# debug ip routing
IP routing debugging is on
RouterA#
01:03:58: RT: metric change to 152.1.0.0 via 192.1.1.2, rip metric [120/2]
<...>
RouterA#sh ip ro
R 152.1.0.0/16 is possibly down, routing via 192.1.1.2, Serial0
R 193.1.1.0/24 is possibly down, routing via 192.1.1.2, Serial0
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
RouterA#
Route được khai báo là invalid trước khi route được xoá ra khỏi bảng định tuyến. <...>, sau đó route sẽ được xoá hoàn toàn ra khỏi bảng định tuyến.
RouterA#sh ip ro
C 192.1.1.0/24 is directly connected, Serial0
148.1.0.0/24 is subnetted, 1 subnets
C 148.1.1.0 is directly connected, Ethernet0
Nối lại serial cáp giữa routerB và routerC và theo dõi quá trình cập nhật định tuyến. Chú ý nên dùng lệnh clear ip route * để theo dõi cập nhật định tuyến dễ dàng hơn.
Cheers,
Comment