Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Hỏi về định tuyến RIP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hỏi về định tuyến RIP

    Mọi người cho em hỏi là Rip nó gửi thông tin bảng định tuyến cho các router hàng xóm 30s 1 lần thế trong lúc cấu hình rip câu lệnh network [ mạng kết nối trực tiếp với router ] có ý nghĩa gì ạ?

  • #2
    Originally posted by minha1998 View Post
    Mọi người cho em hỏi là Rip nó gửi thông tin bảng định tuyến cho các router hàng xóm 30s 1 lần thế trong lúc cấu hình rip câu lệnh network [ mạng kết nối trực tiếp với router ] có ý nghĩa gì ạ?
    Câu lệnh đó có công dụng chọn địa chỉ mạng kết nối trực tiếp với thiết bị mà bạn muốn quảng bá, đồng thời gửi cập nhật thông qua interface của mạng đó.
    Mình lấy 1 ví dụ trên mạng

    IP route của R1
    Code:
    [FONT=Calibri][FONT=Courier New][COLOR=black]R1#[B]show ip route[/B][/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]U - per-user static route, o - ODR[/COLOR][/FONT][/FONT]
    
    [FONT=Calibri][FONT=Courier New][COLOR=black]Gateway of last resort is not set[/COLOR][/FONT][/FONT]
    
    [FONT=Calibri][FONT=Courier New][COLOR=black]C 192.169.1.0/24 is directly connected, Loopback0[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]C 192.168.1.0/24 is directly connected, Ethernet0[/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Courier New][COLOR=black]R1#[/COLOR][/FONT][/FONT]
    Ip route của R2
    Code:
    [FONT=Courier New][COLOR=#333333]R2#[B]show ip route[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]U - per-user static route, o - ODR[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]Gateway of last resort is not set[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]C 192.168.1.0/24 is directly connected, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.168.2.0/24 is directly connected, Ethernet1[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.169.2.0/24 is directly connected, Loopback0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.168.100.0/24 is directly connected, Serial0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2#[/COLOR][/FONT]
    Cấu hình RIP ở R1
    Code:
    [FONT=Courier New][COLOR=#333333]R1(config)#[B]router rip[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R1(config-router)#[B]network 192.168.1.0[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R1(config-router)#[B]network 192.169.1.0[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R1(config-router)#[B]end[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R1#[/COLOR][/FONT]
    Cấu hình RIP ở R2
    Code:
    [FONT=Courier New][COLOR=#333333]R2(config)#[B]router rip[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2(config-router)#[B]network 192.168.1.0[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2(config-router)#[B]network 192.168.2.0[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2(config-router)#[B]network 192.169.2.0[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2(config-router)#[B]end[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2#[/COLOR][/FONT]
    Kết quả IP route R1
    Code:
    [FONT=Courier New][COLOR=#333333]R1#[B]show ip route[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]U - per-user static route, o - ODR[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]Gateway of last resort is not set[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]C 192.169.1.0/24 is directly connected, Loopback0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.168.1.0/24 is directly connected, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R 192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:09, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R 192.169.2.0/24 [120/1] via 192.168.1.2, 00:00:09, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R1#[/COLOR][/FONT]
    Kết quả IP route R2
    Code:
    [FONT=Courier New][COLOR=#333333]R2#[B]show ip route[/B][/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]U - per-user static route, o - ODR[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]Gateway of last resort is not set[/COLOR][/FONT]
    
    [FONT=Courier New][COLOR=#333333]C 192.168.1.0/24 is directly connected, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R 192.169.1.0/24 [120/1] via 192.168.1.1, 00:00:19, Ethernet0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.168.2.0/24 is directly connected, Ethernet1[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.169.2.0/24 is directly connected, Loopback0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]C 192.168.100.0/24 is directly connected, Serial0[/COLOR][/FONT]
    [FONT=Courier New][COLOR=#333333]R2#[/COLOR][/FONT]
    Khi khai báo network 192.168.1.0 ở 2 router, R1 và R2 đã quảng bá nhau cho các mạng khác, đồng thời gửi cập nhật cho nhau. Khi R2 quảng bá mạng 192.168.2.0 và 192.169.2.0, bảng định tuyến của R1 sẽ cập nhật 2 mạng trên và tương tự ngược lại với mạng 192.169.1.0 của R1. Ngoài ra, mạng 192.168.100.0 của R2 không được quảng bá trong router rip nên R1 không học được địa chỉ mạng này.

    Nguồn lấy ví dụ
    Wendell Odom reviews the characteristics and limitations of the distance vector routing protocol RIP as part of the preparation for the CCNA exam #640-607.

    ​​​​​​​https://www.ciscopress.com/articles/...26421&seqNum=4

    Comment

    Working...
    X