Dears,
I get syntax errors for these lines:
route 10.17.3.0/24 via 10.17.3.215 bfd;
table testable;
in the 'protocol static' section.
protocol bfd {
interface "eth1" {
min rx interval 20 ms;
min tx interval 50 ms;
idle tx interval 300 ms;
};
}
protocol static {
table testable;
export all;
import all;
check link;
route 10.17.3.0/24 via 10.17.3.215 bfd;
}
Regards,
Farhad