RIPng Overview

The Routing Information Protocol next generation (RIPng) is an interior gateway protocol (IGP) that uses a distance-vector algorithm to determine the best route to a destination, using hop count as the metric. RIPng exchanges routing information used to compute routes and is intended for IP version 6 (IPv6)-based networks. RIPng is disabled by default.

On devices in secure context, IPv6 is disabled. You must enable IPv6 to use RIPng. For instructions, see the Junos OS Interfaces Configuration Guide for Security Devices.

This topic contains the following sections:

RIPng Protocol Overview

The RIPng IGP uses the Bellman-Ford distance-vector algorithm to determine the best route to a destination, using hop count as the metric. RIPng allows hosts and routers to exchange information for computing routes through an IP-based network. RIPng is intended to act as an IGP for moderately-sized autonomous systems.

RIPng is a distinct routing protocol from RIPv2. The Junos OS implementation of RIPng is similar to RIPv2, but has the following differences:

RIPng is a UDP-based protocol and uses UDP port 521.

RIPng has the following architectural limitations:

RIPng Standards

RIPng is defined in the following documents:

To access Internet Requests for Comments (RFCs) and drafts, see the Internet Engineering Task Force (IETF) website at http://www.ietf.org.

RIPng Packets

A RIPng packet header contains the following fields:

The rest of the RIPng packet contains a list of routing table entries consisting of the following fields:

Related Topics