Better example for OSPF configuration.
This commit is contained in:
parent
907503adb6
commit
76c7efec63
1 changed files with 7 additions and 0 deletions
|
@ -1036,6 +1036,13 @@ it doesn't affect routing inside the OSPF domain at all.
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
protocol ospf MyOSPF {
|
protocol ospf MyOSPF {
|
||||||
|
export filter {
|
||||||
|
if source = RTS_BGP then {
|
||||||
|
ospf_metric1 = 100;
|
||||||
|
accept;
|
||||||
|
}
|
||||||
|
reject;
|
||||||
|
};
|
||||||
area 0.0.0.0 {
|
area 0.0.0.0 {
|
||||||
tick 8;
|
tick 8;
|
||||||
interface "eth*" {
|
interface "eth*" {
|
||||||
|
|
Loading…
Reference in a new issue