0% found this document useful (0 votes)
19 views1 page

Quagga Dynamic Routing Setup Guide

This document provides instructions for configuring dynamic routing using Quagga on a Linux system. It outlines installing Quagga using yum, editing configuration files such as zebra.conf and ripd.conf, and starting services like zebra, ripd, and ospfd to enable routing protocols and allow login via telnet.

Uploaded by

florinn81
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Quagga Dynamic Routing Setup Guide

This document provides instructions for configuring dynamic routing using Quagga on a Linux system. It outlines installing Quagga using yum, editing configuration files such as zebra.conf and ripd.conf, and starting services like zebra, ripd, and ospfd to enable routing protocols and allow login via telnet.

Uploaded by

florinn81
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Dynamic Routing

Lab 1
Purpose: Use quagga to perform dynamic routing using specific
protocols.

Procedure: Just install quagga and configure each specific daemon.


Than start required services.
Install quagga
yum install quagga
Create and edit config files
cd /etc/quagga
create & edit [Link], [Link], [Link] from samples
Start services
service zebra start
service ripd start
service ospfd start
Login with telnet

You might also like