Release Notes for Cisco IOS XRd, IOS XR Release 7.10.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 7.10.2 exclusively supports XRd Control Plane.

Cisco IOS XRd Licensing Model

The Cisco IOS XRd platform offers two types of licensing schemes. The Cisco IOS XR Software Release 7.10.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 7.10.2

Cisco IOS XR Release 7.10.2 is a maintenance release for Cisco IOS XRd routers. There are no new software features introduced in this release.

For the complete list of features supported on Cisco IOS XRd until Cisco IOS XR Release 7.10.2, see:

For more details on the Cisco IOS XR release model and associated support, see Software Lifecycle Support Statement - IOS XR.

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

Cisco IOS XRd Specific Bugs

There are no caveats in this release.

Behavior Changes

Starting with Cisco IOS XR Software Release 7.10.1, you must configure a name server for Smart Licensing deployment options that use HTTPS for communication with Cisco Smart Software Manager (CSSM). If the system cannot validate that the Common Name (CN) in the X.509 server certificate is a Fully Qualified Domain Name (FQDN), communication with CSSM results in an Error during SSL communication. See the Smart Licensing Chapter in the System Management Configuration Guide for Cisco IOS XRd for more information and options to bypass the name server configuration.

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.