Commit c22977a2 authored by 神楽坂玲奈's avatar 神楽坂玲奈

recursive example

parent d2753c88
......@@ -26,10 +26,37 @@ protocol kernel {
ipv6 { export all; };
}
ipv4 table a;
protocol static {
ipv4;
ipv4 {
table a;
};
igp table master4;
route 0.0.0.0/0 recursive 10.199.0.12;
}
protocol kernel {
ipv4 {
table a;
export all;
};
kernel table 301;
}
ipv4 table b;
protocol static {
ipv4 {
table b;
};
igp table master4;
route 0.0.0.0/0 recursive 10.199.0.10;
}
protocol kernel {
ipv4 {
table b;
export all;
};
kernel table 302;
}
protocol ospf v2 {
ipv4 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment