This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: "Cisco IOS XR" – news · newspapers · books · scholar · JSTOR (December 2012) (Learn how and when to remove this message)
Cisco IOS XR
DeveloperCisco Systems
OS familyUnix-like
Working stateCurrent
Source modelClosed source
Latest release7.11.1 / December 8, 2023; 5 months ago (2023-12-08)
PlatformsNCS 5x0, NCS 5x00, 8000, ASR 9000 and XRv 9000 Series Routers
UserlandLinux
Official websiteCisco IOS XR
Line card running IOS XR.

IOS XR is a release train of Cisco Systems' widely deployed Internetwork Operating System (IOS), used on their high-end Network Convergence System (NCS) and carrier-grade routers such as the ASR 9000 series and Carrier Routing System series of routers.

Architecture

According to Cisco's product literature, IOS XR shares very little infrastructure with the other IOS trains, and is instead built upon a "preemptive, memory protected, multitasking, microkernel-based operating system".[1] The microkernel was formerly provided by QNX;[2] versions 6.0 up to 7.5.2 use the Wind River Linux distribution.[3]. From version 7.6.1 and onwards, the kernel has been switched to OpenEmbedded.

IOS XR aims to provide the following advantages over the earlier IOS trains:

History

IOS XR was announced along with the CRS-1 in May 2004.[4] The first generally available version was 2.0.

Some significant releases include the following.

Differences between IOS and IOS XR

An example BGP configuration for IOS and IOS XR is shown.

More examples can be found in the Cisco document Converting Cisco IOS Configurations to Cisco IOS XR Configurations.[7]

IOS

router bgp 109
  no synchronization
  bgp log-neighbor-changes
  neighbor 203.0.113.1 remote-as 109
  neighbor 203.0.113.1 update-source Loopback0
  no auto-summary

IOS XR

router bgp 109
  neighbor 203.0.113.1
    remote-as 109
    update-source Loopback0

See also

References

  1. ^ "Products & Services". Cisco.
  2. ^ QNX press release Confirming use of their microkernel in IOS XR
  3. ^ "Cisco IOS XR Software Release 6.0 Operational Enhancements Data Sheet". Cisco.
  4. ^ "Cisco press release announcing CRS-1 and IOS XR". Archived from the original on March 9, 2005.
  5. ^ "Release Notes for Cisco NCS 6000 Series Routers, Release 5.0.0". Cisco.
  6. ^ "Release Notes for Cisco ASR 9000 Series Aggregation Services Routers, Release 6.1.2".
  7. ^ "Converting Cisco IOS Configurations to Cisco IOS XR Configurations" (PDF). cisco.com. Cisco Systems. Retrieved August 4, 2017.