From db5e154a2a1a95c3176092a5c414df5d657de21c Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/vdom_TEST/router.cfg Sat Oct 11 05:07:41 PM EDT 2025 --- configs/fortigate/vdom_TEST/router.cfg | 96 ++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 configs/fortigate/vdom_TEST/router.cfg diff --git a/configs/fortigate/vdom_TEST/router.cfg b/configs/fortigate/vdom_TEST/router.cfg new file mode 100644 index 0000000..a82bcc4 --- /dev/null +++ b/configs/fortigate/vdom_TEST/router.cfg @@ -0,0 +1,96 @@ +config router rip + config redistribute "connected" + end + config redistribute "static" + end + config redistribute "ospf" + end + config redistribute "bgp" + end + config redistribute "isis" + end +end +config router ripng + config redistribute "connected" + end + config redistribute "static" + end + config redistribute "ospf" + end + config redistribute "bgp" + end + config redistribute "isis" + end +end +config router ospf + config redistribute "connected" + end + config redistribute "static" + end + config redistribute "rip" + end + config redistribute "bgp" + end + config redistribute "isis" + end +end +config router ospf6 + config redistribute "connected" + end + config redistribute "static" + end + config redistribute "rip" + end + config redistribute "bgp" + end + config redistribute "isis" + end +end +config router bgp + config redistribute "connected" + end + config redistribute "rip" + end + config redistribute "ospf" + end + config redistribute "static" + end + config redistribute "isis" + end + config redistribute6 "connected" + end + config redistribute6 "rip" + end + config redistribute6 "ospf" + end + config redistribute6 "static" + end + config redistribute6 "isis" + end +end +config router isis + config redistribute "connected" + end + config redistribute "rip" + end + config redistribute "ospf" + end + config redistribute "bgp" + end + config redistribute "static" + end + config redistribute6 "connected" + end + config redistribute6 "rip" + end + config redistribute6 "ospf" + end + config redistribute6 "bgp" + end + config redistribute6 "static" + end +end +config router multicast +end +end +