Release Notes for Cisco IOS XRd, IOS XR Release 24.1.2

XRd is a powerful IOS XR virtual platform that supports a wide variety of technology roles such as virtual route reflector (vRR), virtual cell-site router (vCSR), and virtual provider-edge (vPE). It is available in a containerized form-factor enabling both standalone and Kubernetes-based containerized network deployments.

Cisco IOS XRd Overview

XRd is the latest virtual platform from Cisco that brings the highly scalable, feature-rich, and reliable IOS-XR operating system to containerized network deployments. With XR control plane capabilities derived from the powerful XRv9000 enables control plane use cases such as virtual route-reflector (vRR) and virtual provider edge (vPE).

The Cisco IOS XR Release 24.1.2 exclusively supports XRd Control Plane.

Licensing

Starting with Cisco IOS XR Release 24.1.1, Smart Licensing Using Policy (SLP) is the default Licensing model. When you upgrade to the Cisco IOS XR Release 24.1.1 release or later, the Smart Licensing Using Policy is enabled by default.

You can migrate your devices to Smart Licensing with Policy model, see Migrating from Smart Licensing to Smart Licensing Using Policy, Smart Licensing Using Policy on Cisco IOS XR Routers.

We recommend that you update to the latest version of SSM On-Prem or Cisco Smart Licensing Utility.


Note


SSM On-Prem and CSSM both support SLP devices and SL devices. SLP devices and SL devices can coexist in a network. The Smart Licensing (SL) model is available in releases Cisco IOS XR Release 7.11.1 and earlier.


Cisco IOS XRd Licensing Model

The Cisco IOS XRd platform offers two types of licensing schemes. The Cisco IOS XR Software Release 24.1.2 supports only control plane variant. This table lists details of Cisco IOS XRd Router's software licenses or entitlements, arranged according to licensing PIDs.

The Cisco IOS XRd instances are pre-loaded with an evaluation license valid for 90 days. For licenses post the evaluation period, you can purchase the XRd licenses using Cisco Smart Licensing.

Table 1. Cisco IOS XRd Licensing PIDs

PIDs

Description

XRD-VR-CP

XRd Control Plane

What's New in Cisco IOS XR Release 24.1.2

Software Features Enhanced and Introduced

Host Requirements

This section details the host requirements for XRd Control Plane :

Table 2. XRd Control Plane
Parameter Requirement

XRd Control Plane Host

CPU

x86-64 CPU with at least 2 cores

RAM

4 GB

Linux kernel

Version 4.6 and above

Note

 

The Linux kernel must install the dummy and nf_tables modules.

Linux cgroups

Version 1

Note

 

Support for unified hierarchy cgroups is not available.

XRd Control Plane instance on the host

CPU

1 core

RAM

2 GB

Inotify user instances and watches

4000

XRd Control Plane on AWS EC2 instance

Instance Type

m5.2xlarge

Number of threads per processor core

1

Minimum Disk Size

8 GB

Note

 

A XRd instance requires the minimum disk size of 8 GB, but there may be demand for additional disk space depending on how the node handles core files.

Operating System

Amazon Linux 2 with EKS Optimizations

Kernel Settings

4000 inotify user instances and watches per XRd instance


Note


For using Docker to run the containers, you need Docker version 18 or above with permission to run Docker containers.


Caveats

Table 3. Cisco XRd Router Specific Bugs

Bug ID

Headline

CSCwj25963

A router in its ideal state displays a counter overrun syslog message for one or more interfaces.

Other Important Information

Upgrading Cisco IOS XRd Software

Cisco IOS XRd software is a containerized form-factor deployment that follows the container pattern regarding software upgrades and does not support standard IOS-XR install or upgrade operations. To use the latest XRd software, you can create a new XRd instance with the latest software in place of the previous XRd instance and attach the necessary persistent state to the new XRd instance. The new XRd software may be a different version of IOS-XR or the existing version of IOS-XR with new or bugfix RPMs applied (or a combination of the two). An XRd container image containing new or bugfix RPMs is created from an existing XRd container image using standard container build tools (such as docker build or buildah) to install the new software packages to the existing base image. The apply-bugfixes script within the xrd-tools repository (https://github.com/ios-xr/xrd-tools) is available to achieve this using docker build, and you can use it as a template for other container build tools.