[Contents] [Prev] [Next] [Index]


RIP Overview

The Routing Information Protocol (RIP) is an interior gateway protocol (IGP) that uses a distance-vector algorithm to determine the best route to a destination, using the hop count as the metric.

This chapter discusses the following topics that provide background information about RIP:

RIP Protocol Overview

The RIP IGP uses the Bellman-Ford, or distance-vector, algorithm to determine the best route to a destination. RIP uses the hop count as the metric. RIP allows hosts and routers to exchange information for computing routes through an IP-based network. RIP is intended to be used as an IGP in reasonably homogeneous networks of moderate size.

The JUNOS software supports RIP Versions 1 and 2.

RIP Version 2 packets contain the minimal amount of information necessary to route packets through a network. However, this version of RIP does not support ASs or subnetting.

RIP uses UDP port 520.

RIP has the following architectural limitations:

RIP Standards

RIP is defined in the following documents:

To access Internet RFCs and drafts, go to the IETF Web site at http://www.ietf.org.

RIP Packets

RIP packets contain the following fields:



[Contents] [Prev] [Next] [Index]