summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrad Searle <bobthebutcher@users.noreply.github.com>2018-06-12 07:29:24 +1000
committerWild Kat <wk@users.noreply.github.com>2018-06-11 23:29:24 +0200
commit537a24f3c37b577ec174bced319d2c3fdb5322f7 (patch)
tree293f1fd6db9f778605e8980a42f2191324435c43 /docs
parent5df10b5a6880747a9f659905dd7b4b75f338c8bb (diff)
Add support for frr in new versions of cumulus - closes #1087 (#1375)
Diffstat (limited to 'docs')
-rw-r--r--docs/Model-Notes/Cumulus.md38
-rw-r--r--docs/Model-Notes/README.md1
2 files changed, 39 insertions, 0 deletions
diff --git a/docs/Model-Notes/Cumulus.md b/docs/Model-Notes/Cumulus.md
new file mode 100644
index 0000000..b5231d8
--- /dev/null
+++ b/docs/Model-Notes/Cumulus.md
@@ -0,0 +1,38 @@
+# Cumulus Linux
+
+## Routing Daemon
+
+With the release of Cumulus Linux 3.4.0 the platform moved the routing daemon to a fork of `Quagga` named `FRRouting`. See the below link for the release notes.
+
+[https://support.cumulusnetworks.com/hc/en-us/articles/115011217808-Cumulus-Linux-3-4-0-Release-Notes](https://support.cumulusnetworks.com/hc/en-us/articles/115011217808-Cumulus-Linux-3-4-0-Release-Notes)
+
+A variable has been added to enable users running Cumulus Linux > 3.4.0 to target the new `frr` routing daemon.
+
+### Example usage
+
+```yaml
+vars:
+ cumulus_routing_daemon: frr
+```
+
+Alternatively map a column for the `cumulus_routing_daemon` variable.
+
+```yaml
+source:
+ csv:
+ map:
+ name: 0
+ ip: 1
+ model: 2
+ group: 3
+ vars_map:
+ cumulus_routing_daemon: 4
+```
+
+And set the `cumulus_routing_daemon` variable in the `router.db` file.
+
+```text
+cumulus1:192.168.121.134:cumulus:cumulus:frr
+```
+
+The default variable is `quagga` so existing installations continue to operate without interruption. \ No newline at end of file
diff --git a/docs/Model-Notes/README.md b/docs/Model-Notes/README.md
index 993eb77..aa0c25e 100644
--- a/docs/Model-Notes/README.md
+++ b/docs/Model-Notes/README.md
@@ -11,6 +11,7 @@ Vendor | Model |Updated
AireOS|[AireOS](AireOS.md)|29 Nov 2017
Arbor Networks|[ArbOS](ArbOS.md)|27 Feb 2018
Arista|[EOS](EOS.md)|05 Feb 2018
+Cumulus|[Cumulus](Cumulus.md)|11 Jun 2018
Huawei|[VRP](VRP-Huawei.md)|17 Nov 2017
Juniper|[MX/QFX/EX/SRX/J Series](JunOS.md)|18 Jan 2018
Netgear|[Netgear](Netgear.md)|11 Apr 2018