Configuration Guide Vol. 3


26.1.1 Overview

The Routing Information Protocol (RIPng) is used between the routers connected on a network. By using RIPng, each router generates its own routing information by exchanging information about the networks it can reach and the number of hops (a metric) to those networks. The Switches support RIPng version 1 (compliant with RFC 2080).

<Structure of this section>

(1) Message Type

RIPng uses two types of messages: request messages and response messages. A response message is used to reply to a request from another router. Response messages are also used to notify other routers of Switch's routing information, either periodically or when there is a change in the network topology.

(2) Operation processing

At startup, the Switch sends all of its request messages to neighboring routers, and requests neighboring routers to send all of their routing information. After startup, the Switch sends responses for the following purposes:

On receipt of a response from a neighboring router, the Switch updates its routing information if a route change has been detected. Responses are also used to check the transmission status to a neighboring router. If no response is received for 180 seconds or longer, the neighboring router is deemed unreachable and the routing table is updated with an alternate route, if available. Otherwise, the unreachable route is deleted.

(3) Suppressing Routing Loops

The Switch use split horizon logic to prevent loops in forwarding routes. Split horizon processing stops received information from being forwarded to the interface from which the information originated.

(4) Functional difference between RIPng(IPv6) and RIP(IPv4)

The following table describes the functional differences between RIPng (IPv6) and RIP (IPv4).

Table 26-1 Functional difference between RIPng(IPv6) and RIP(IPv4)

Functionality

RIPng(IPv6)

RIP(IPv4)

Triggered update

OK

OK

Split horizon

OK

OK

Route poisoning

OK

OK

Poison reverse

NG

NG

Hold-downs

NG

NG

Route tagging

OK

OK

Read specified next hop

OK

OK

Plain-text password authentication

NG

OK

Cryptographic authentication (Keyed-MD5)

NG

OK

If a route having the same metric as that of the existing route is received from a different gateway when the expired aging time of the existing route is equal to or more than half a second of the timer value, the route is changed to the most recently learned route.

NG

OK

Legend: OK: Supported, NG: Not supported