[BACK]Return to ripd.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / Attic / ripd.conf (download)

Revision 1.1, Thu Oct 19 15:37:54 2006 UTC (17 years, 7 months ago) by norby
Branch: MAIN

Add a sample configuration file for the newly comitted RIP daemon.

ok claudio@

#	$OpenBSD: ripd.conf,v 1.1 2006/10/19 15:37:54 norby Exp $

fib-update yes
redistribute static
split-horizon poisoned 
triggered-updates yes 

interface rl0 {
	auth-type crypt 
	auth-md-keyid 1
	auth-key test
	auth-md 1 test
	cost 2
}

interface rl1 {
	auth-type simple
	auth-key secret 
}