Added example of OSPF configuration.
This commit is contained in:
parent
a13eaf219a
commit
ab698fc57c
1 changed files with 25 additions and 0 deletions
|
@ -103,6 +103,31 @@ protocol static {
|
||||||
# export filter { print "exporting"; accept; };
|
# export filter { print "exporting"; accept; };
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
# Please note, multiple areas still don't work.
|
||||||
|
#protocol ospf MyOSPF {
|
||||||
|
# rfc1583compat yes;
|
||||||
|
# area 0.0.0.0 {
|
||||||
|
# stub no;
|
||||||
|
# tick 1;
|
||||||
|
# interface "eth*" {
|
||||||
|
# hello 9;
|
||||||
|
# retransmit 6;
|
||||||
|
# cost 10;
|
||||||
|
# transit delay 5;
|
||||||
|
# dead count 5;
|
||||||
|
# wait 50;
|
||||||
|
# type broadcast;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# area 20 {
|
||||||
|
# stub 1;
|
||||||
|
# interface "ppp1" {
|
||||||
|
# hello 8;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
#}
|
||||||
|
|
||||||
|
|
||||||
#protocol bgp {
|
#protocol bgp {
|
||||||
# disabled;
|
# disabled;
|
||||||
# local as 65000;
|
# local as 65000;
|
||||||
|
|
Loading…
Reference in a new issue