Sha256: a0cb635e7d81b198361ca9dc817b759245654a9215c10d0f5f630bda2e710242

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

# 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.

Back to [Model-Notes](README.md)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
oxidized-0.28.0 docs/Model-Notes/Cumulus.md
oxidized-0.27.0 docs/Model-Notes/Cumulus.md
oxidized-0.26.3 docs/Model-Notes/Cumulus.md
oxidized-0.26.2 docs/Model-Notes/Cumulus.md
oxidized-0.26.1 docs/Model-Notes/Cumulus.md
oxidized-0.26.0 docs/Model-Notes/Cumulus.md
oxidized-0.25.1 docs/Model-Notes/Cumulus.md
oxidized-0.25.0 docs/Model-Notes/Cumulus.md
oxidized-0.24.0 docs/Model-Notes/Cumulus.md