home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Basic RIP configuration

This example assumes that the router interfaces are already configured; the RIP configuration on each of the routers is shown below.

Table 1. Basic RIP configuration

Router

Step

Command(s)

R1

Display the configuration.

vyatta@R1# show protocols
 rip {
    network 10.0.40.0/24
    redistribute {
        connected {
        }
    }
 }

R2

Display the configuration.

vyatta@R2# show protocols
 rip {
    network 10.0.40.0/24
    network 10.0.50.0/24
    redistribute {
        connected {
        }
    }
 }

R3

Display the configuration.

vyatta@R3# show protocols
 rip {
    network 10.0.50.0/24
    redistribute {
        connected {
        }
    }
 }