protocols {
ospf {
area 0.0.0.0 {
interface ge-0/0/15.0;
interface ge-0/0/12.0 {
metric 10;
}
interface ge-0/0/13.0 { #ospf через физический интерфейс
metric 10;
}
interface st0.3 { #ospf через ipsec
metric 20; # + к стоимости роута
}
}
}
policy-options {
policy-statement ospf-redistribute {
term direct {
from protocol direct;
then accept;
}
term static {
from protocol static;
then accept;
}
}
}
Комментариев нет:
Отправить комментарий