Cisco IOS XE

From Wikipedia, the free encyclopedia
Cisco IOS XE
DeveloperCisco Systems
OS familyUnix-like
Working stateCurrent
Source modelClosed source
Latest release17.12.1[1]Edit this on Wikidata / 28 July 2023; 7 months ago (28 July 2023)
PlatformsSome Cisco routers (such as ASR 1000) and some Catalyst switches (such as 3850)
Default
user interface
Command line interface
Preceded byCisco IOS
Official websiteCisco IOS XE

IOS XE is a release train of Cisco Systems' widely deployed Internetworking Operating System (IOS), introduced with the ASR 1000 series.[2]

It is built on Linux[3][4] and provides a distributed software architecture that moves many operating system responsibilities out of the IOS process[5][6] and has a copy of IOS running as a separate process.[7] Since it runs a copy of IOS, all CLI commands are the same between Cisco IOS and IOS XE, in contrast to IOS XR, which has a completely different code base and whose developers implemented a different CLI command set.

Releases[edit]

IOS XE is released separately for ASR 1000[8] and Catalyst 3850.[9]

Differences between IOS and IOS XE[edit]

Cisco IOS is a monolithic operating system running directly on the hardware while IOS XE is a combination of a Linux kernel and a monolithic application (IOSd) that runs on top of this kernel. On the other hand, IOS XR is based on QNX (since version 5.0 it's also based on linux), where the IOSd application has been separated into many different applications. While IOS XE (IOSd) and IOS share a lot of the same code, IOS XR is a completely different code base.

Since IOS XE has IOSd running as an application on top of Linux, it becomes possible to also run different applications on the hardware, a good example of this is running Wireshark on a switch.[10] Another example is the Cisco IOS XE Open Service Containers.[11]

See also[edit]

References[edit]

  1. ^ "Cisco IOS XE Dublin 17.12.1". Retrieved 17 November 2023.
  2. ^ David Newman (2009-01-12). "Cisco's ASR 1000 router built for 10-year tenure". Network World, Inc. Retrieved 2016-01-05.
  3. ^ "Logging into a Linux shell from a Cisco ASR1000 Series Router". 2014-05-12. Retrieved 2016-01-05.
  4. ^ "Cisco IOS XE Software for Cisco ASR 1000 Series Routers". Cisco Systems. 2012. Retrieved 2016-01-05.
  5. ^ Michael Morris (2009-01-26). "Now a Look at Cisco IOS XE for the ASRs". Network World, Inc. Retrieved 2016-01-05.
  6. ^ "Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide". Cisco Systems. Retrieved 2016-01-05.
  7. ^ Tom Hollingsworth (2013-04-18). "IOS X-Treme!". Retrieved 2016-01-05.
  8. ^ ASR 1000 release notes
  9. ^ Catalyst 3850 release notes
  10. ^ "Catalyst 4500 Series Switch Software Configuration Guide". cisco.com. Cisco Systems. Retrieved 3 August 2017.
  11. ^ "Cisco IOS XE Open Service Containers" (PDF). cisco.com. Cisco Systems. Retrieved 3 August 2017.

External links[edit]