What's New

This document supports the Cumulus Linux 5.15 release, and lists new platforms, features, and enhancements.

What’s New in Cumulus Linux 5.15

Cumulus Linux 5.15.0 contains several new features and improvements, and provides bug fixes.

Platforms

  • NVIDIA SN5640

New Features and Enhancements

  • Packet Trimming counters
  • FRR-based BFD support
  • Support 256 BGP sessions and 256-way ECMP on Spectrum-4
  • Switch latency monitoring
  • Support for docker-container
  • FIPS mode
  • 802.1x Support for IPv6 tenant isolation
  • Require users to re-authenticate when changing authenticators
  • Radius user Hardening
  • Telemetry
    • You can now run OTLP and gNMI streaming at the same time
    • gNOI operational commands
    • BGP graceful shutdown metric for OLTP
    • ACL metrics for OTLP
    • ACL metrics for gNMI streaming
    • High frequency telemetry Nsight Integration
    • gNMI & OpenTelemetry Predictive Analysis for Link Health - FEC histogram data
    • Telemetry Parity between OpenTelemetry and gNMI (Phase 1)
    • Updated gNMI PHY metric names
  • NVUE
    • New and updated switch reboot commands
    • Routing | Operational revision needs to be supported for parts of the CL Object model(Phase 2)
    • Add aging time to neighbor info
    • login brute forcing via API
    • Support for SSH CIPHER configuration
    • Refactor system aaa and tacacs to common model
    • Align system/ntp
    • Align system/message
    • Align system/dns
    • Align system/documentation
    • Align system/security
    • Align system/debug-log
    • Align system/cpu
    • Align system/memory
    • Align system/packages
    • Align system/events
    • Align system/tech-support
    • Align system/serial-console
    • Align system/telemetry
    • Align system/timezone
    • Align system/“top level”
    • Align system/config
    • Align interface/acl
    • Align interface/ip
    • Align interface/telemetry
    • Align interface/link
    • Align interface/lldp
    • Align interface/pluggable
    • Align interface/counters
    • Align interface/“top level views”
    • Align system/aaa/ldap
    • Align SSH PKA only
    • Unify all the object models to using enabled/disabled (remove on/off)
    • Align timestamp/duration objects across NVUE
    • Align platform/asic
  • Removed NVUE commands
  • New NVUE commands

Release Considerations

Review the following considerations before you upgrade to Cumulus Linux 5.15.

Upgrade Requirements

You can use optimized image upgrade to upgrade the switch to Cumulus Linux 5.15 from Cumulus Linux 5.12 and later.

You can use package upgrade to upgrade the switch to Cumulus Linux 5.15 from the following releases. Package upgrade supports ISSU (warm boot) for these upgrade paths.

  • Cumulus Linux 5.14.0
  • Cumulus Linux 5.13.1
  • Cumulus Linux 5.13.0

To upgrade to Cumulus Linux 5.15 from a release that does not support package upgrade or optimized image upgrade, you can install an image with ONIE.

Maximum Number of NVUE Revisions

Cumulus Linux includes an option to set the maximum number of revisions after which NVUE deletes older revisions automatically. The default setting is 100. If you upgrade to Cumulus Linux 5.15 from 5.12, the first time you run nv set or nv unset commands, NVUE deletes older revisions if the number of revisions on the switch is greater than 100.

Linux Configuration Files Overwritten

If you use Linux commands to configure the switch, read the following information before you upgrade to Cumulus Linux 5.15.

NVUE includes a default startup.yaml file. In addition, NVUE enables configuration auto save by default. As a result, NVUE overwrites any manual changes to Linux configuration files on the switch when the switch reboots after upgrade, or you change the cumulus user account password with the Linux passwd command.

These issues occur only if you use Linux commands to configure the switch. If you use NVUE commands to configure the switch, these issues do not occur.

To prevent Cumulus Linux from overwriting manual changes to the Linux configuration files when the switch reboots or when changing the cumulus user account password with the passwd command, follow the steps below before you upgrade to 5.15 or after a new binary image installation:

  1. Disable NVUE auto save:
cumulus@switch:~$ nv set system config auto-save state disabled
cumulus@switch:~$ nv config apply
cumulus@switch:~$ nv config save
  1. Delete the /etc/nvue.d/startup.yaml file:

    cumulus@switch:~$ sudo rm -rf /etc/nvue.d/startup.yaml
    
  2. Add the PASSWORD_NVUE_SYNC=no line to the /etc/default/nvued file:

    cumulus@switch:~$ sudo nano /etc/default/nvued
    PASSWORD_NVUE_SYNC=no
    

DHCP Lease with the host-name Option

When a Cumulus Linux switch with NVUE enabled receives a DHCP lease containing the host-name option, it ignores the received hostname and does not apply it. For details, see this knowledge base article.

NVUE Commands After Upgrade

After you upgrade to Cumulus Linux, running NVUE configuration commands might override configuration for features that are now configurable with NVUE and removes configuration you added manually to files or with automation tools like Ansible, Chef, or Puppet. To keep your configuration, you can do one of the following:

Cumulus VX

NVIDIA no longer releases Cumulus VX as a standalone image. To simulate a Cumulus Linux switch, use NVIDIA AIR.