RIP and IGRP are commonly used router configuration protocols. What problems should we pay attention to when configuring RIP and IGRP? What should we do? The following configuration steps provide detailed answers.
RIP Protocol
RIP (Routing information Protocol) is an Internal Gateway Protocol (IGP) that is widely used earlier and is suitable for small-sized similar networks, is a typical distance-vector protocol. For more information, see RFC1058 and RFC1723.
RIP broadcasts UDP packets to exchange route information and sends route information updates every 30 seconds. RIP provides the hop count (hop count) as a scale to measure the route distance. The hop count is the number of Cisco routers that a packet must pass to the target. If there are two Cisco routers with different speeds or bandwidths to the same destination, but the hop count is the same, RIP considers the two routes to be at an equal distance. The maximum number of hops supported by RIP is 15, that is, the maximum number of Cisco routers to pass between the source and destination networks is 15, and the number of hops is 16, which indicates that it is not reachable.
1. Related commands
Task commands
Specifies the use of the RIP Protocol router rip
RIP version {1 | 2} 1
Network connected to the Cisco Router
Note: 1. Cisco RIP version 2 supports verification, key management, route aggregation, classless Inter-Domain Routing (CIDR), and variable length Subnet Mask (VLSMs)
2. Example
Router1:
Router rip
Version 2
Network 192.200.10.0
Network 192.20.10.0
!
Related Debugging commands:
Show ip protocol
Show ip route