Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - Which OS is behind IOS ?

 
Thread Tools Search this Thread
Old 09-26-2006, 04:38 PM   #1
Default Which OS is behind IOS ?


Hello,

is IOS a custom OS or is it based on VXWorks or an other embedded System
like that ?

--
Georg
www.dingler-it.de


Georg Dingler
  Reply With Quote
Old 09-26-2006, 05:01 PM   #2
Christophe Fillot
 
Posts: n/a
Default Re: Which OS is behind IOS ?

Georg Dingler wrote:
> Hello,
>
> is IOS a custom OS or is it based on VXWorks or an other embedded System
> like that ?
>


For the "standard" IOS, it is an OS fully designed by Cisco.
For IOS-XR / Modular IOS (ION), it is based on QNX.
  Reply With Quote
Old 09-26-2006, 05:36 PM   #3
www.BradReese.Com
 
Posts: n/a
Default Re: Which OS is behind IOS ?

Hi Georg,

Cisco IOS has a "monolithic" architecture, which means that it runs as
a single image and all processes share the same memory space.

There is no memory protection between processes, which means that bugs
in IOS code can potentially corrupt data used by other processes.

It also has a "run to completion" scheduler, which means that the
kernel does not pre-empt a running process -- the process must make a
kernel call before other processes get a chance to run.

For Cisco products that required very high availability, such as the
Cisco CRS-1, these limitations were not acceptable.

In addition, competitive router operating systems that emerged 10-20
years after IOS, such as Juniper's JunOS, were designed not to have
these limitations.

Cisco's response was to develop a new version of Cisco IOS called
IOS-XR that offered modularity and memory protection between processes,
lightweight threads, pre-emptive scheduling and the ability to
independently re-start failed processes.

IOS-XR uses a 3rd party real-time operating system microkernel (QNX),
and a large part of the current IOS code was re-written to take
advantage of the features offered by the new kernel -- a massive
undertaking.

But the microkernel architecture removes from the kernel all process
that are not absolutely required to run in the kernel, and executes
them as processes similar to the application processes.

Through this method, IOS-XR is able to achieve the high availability
desired for the new router platform.

Thus IOS and IOS-XR are very different codebases, though related in
functionality and design.

In 2005, Cisco introduced IOS-XR on the Cisco 12000 series platform,
extending the microkernel architecture from the CRS-1 to Cisco's widely
deployed core router.

Recently (in 2006), Cisco has made available IOS Software Modularity
which extends the QNX microkernel into a more traditional IOS
environment, but still providing the software upgrade capabilities that
customers are demanding.

It is currently available on the Catalyst 6500 enterprise switch.

Sincerely,

Brad Reese
BradReese.Com - Cisco Repair
http://www.bradreese.com/cisco-big-iron-repair.htm
1293 Hendersonville Road, Suite 17
Asheville, North Carolina USA 28803
USA & Canada: 877-549-2680
International: 828-277-7272
Fax: 775-254-3558
AIM: R2MGrant
BradReese.Com - Cisco Power Supply Headquarters
http://www.bradreese.com/cisco-power...-inventory.htm

  Reply With Quote
Old 09-26-2006, 05:58 PM   #4
Georg Dingler
 
Posts: n/a
Default Re: Which OS is behind IOS ?

Thank you very much for this information !

PS: Will IOS-XR be available for the smaller Routers or will it only be
available on the high end models ?

Georg

www.BradReese.Com schrieb:
> Hi Georg,
>
> Cisco IOS has a "monolithic" architecture, which means that it runs as
> a single image and all processes share the same memory space.
>
> There is no memory protection between processes, which means that bugs
> in IOS code can potentially corrupt data used by other processes.
>
> It also has a "run to completion" scheduler, which means that the
> kernel does not pre-empt a running process -- the process must make a
> kernel call before other processes get a chance to run.
>
> For Cisco products that required very high availability, such as the
> Cisco CRS-1, these limitations were not acceptable.
>
> In addition, competitive router operating systems that emerged 10-20
> years after IOS, such as Juniper's JunOS, were designed not to have
> these limitations.
>
> Cisco's response was to develop a new version of Cisco IOS called
> IOS-XR that offered modularity and memory protection between processes,
> lightweight threads, pre-emptive scheduling and the ability to
> independently re-start failed processes.
>
> IOS-XR uses a 3rd party real-time operating system microkernel (QNX),
> and a large part of the current IOS code was re-written to take
> advantage of the features offered by the new kernel -- a massive
> undertaking.
>
> But the microkernel architecture removes from the kernel all process
> that are not absolutely required to run in the kernel, and executes
> them as processes similar to the application processes.
>
> Through this method, IOS-XR is able to achieve the high availability
> desired for the new router platform.
>
> Thus IOS and IOS-XR are very different codebases, though related in
> functionality and design.
>
> In 2005, Cisco introduced IOS-XR on the Cisco 12000 series platform,
> extending the microkernel architecture from the CRS-1 to Cisco's widely
> deployed core router.
>
> Recently (in 2006), Cisco has made available IOS Software Modularity
> which extends the QNX microkernel into a more traditional IOS
> environment, but still providing the software upgrade capabilities that
> customers are demanding.
>
> It is currently available on the Catalyst 6500 enterprise switch.
>
> Sincerely,
>
> Brad Reese
> BradReese.Com - Cisco Repair
> http://www.bradreese.com/cisco-big-iron-repair.htm
> 1293 Hendersonville Road, Suite 17
> Asheville, North Carolina USA 28803
> USA & Canada: 877-549-2680
> International: 828-277-7272
> Fax: 775-254-3558
> AIM: R2MGrant
> BradReese.Com - Cisco Power Supply Headquarters
> http://www.bradreese.com/cisco-power...-inventory.htm
>



--
Georg
www.dingler-it.de
  Reply With Quote
Old 09-26-2006, 07:21 PM   #5
www.BradReese.Com
 
Posts: n/a
Default Re: Which OS is behind IOS ?

Hi Georg,

To further answer your questions, please contact directly:

Mr. Harold Ritter, CCIE No. 4168.

Harold is a network consulting engineer for Cisco Advanced Network
Services.

He is responsible for helping Cisco top-tier customers to design,
implement, and troubleshoot routing protocols in their environment.

He has been working as a network engineer for more than eight years.

Harold's email address:

hritter *at* cisco.com

Georg, hope this helps.

Brad Reese
Cisco Network Engineer Directory
http://www.bradreese.com/network-engineer-directory.htm

  Reply With Quote
Old 09-27-2006, 03:00 AM   #6
roger t
 
Posts: n/a
Default Re: Which OS is behind IOS ?

When I use cisco IOS all I see is unix customized by cisco

  Reply With Quote
Old 09-27-2006, 04:15 AM   #7
Barry Margolin
 
Posts: n/a
Default Re: Which OS is behind IOS ?

In article < .com>,
"roger t" <> wrote:

> When I use cisco IOS all I see is unix customized by cisco


There's nothing Unix-related in IOS. The original designers came from
DEC, I believe, and patterned its CLI somewhat after TENEX and TOPS-20.
If you're talking about the automatic completion, that's something Unix
adopted from DEC (it first appeared in tcsh, and the "t" is often
considered to stand for TENEX).

--
Barry Margolin,
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
  Reply With Quote
Old 09-27-2006, 04:23 AM   #8
Neil Cherry
 
Posts: n/a
Default Re: Which OS is behind IOS ?

On 26 Sep 2006 20:00:49 -0700, roger t wrote:
> When I use cisco IOS all I see is unix customized by cisco


When I use Cisco IOS all I see is VMS. Don't worry I know
Cisco isn't VMS. I really don't know how you get Unix though.
(???).


--
Linux Home Automation Neil Cherry
http://www.linuxha.com/ Main site
http://linuxha.blogspot.com/ My HA Blog
http://home.comcast.net/~ncherry/ Backup site
  Reply With Quote
Old 09-27-2006, 09:48 AM   #9
Sam Wilson
 
Posts: n/a
Default Re: Which OS is behind IOS ?

In article <barmar->,
Barry Margolin <> wrote:

> In article < .com>,
> "roger t" <> wrote:
>
> > When I use cisco IOS all I see is unix customized by cisco

>
> There's nothing Unix-related in IOS. The original designers came from
> DEC, I believe, and patterned its CLI somewhat after TENEX and TOPS-20.
> If you're talking about the automatic completion, that's something Unix
> adopted from DEC (it first appeared in tcsh, and the "t" is often
> considered to stand for TENEX).


<nitpick>
I believe, from messages from within Cisco on the old
mailing list, that what was implemented was
taken from the Korn shell (ksh) rather than tcsh.
</nitpick>

Sam
  Reply With Quote
Old 09-27-2006, 12:21 PM   #10
Neil Cherry
 
Posts: n/a
Default Re: Which OS is behind IOS ?

On Wed, 27 Sep 2006 10:48:33 +0100, Sam Wilson wrote:
> In article <barmar->,
> Barry Margolin <> wrote:
>
>> In article < .com>,
>> "roger t" <> wrote:
>>
>> > When I use cisco IOS all I see is unix customized by cisco

>>
>> There's nothing Unix-related in IOS. The original designers came from
>> DEC, I believe, and patterned its CLI somewhat after TENEX and TOPS-20.
>> If you're talking about the automatic completion, that's something Unix
>> adopted from DEC (it first appeared in tcsh, and the "t" is often
>> considered to stand for TENEX).

>
><nitpick>
> I believe, from messages from within Cisco on the old
> mailing list, that what was implemented was
> taken from the Korn shell (ksh) rather than tcsh.
></nitpick>


Oh, good point! 'We' (lots of folks) used to bug Cisco to get the
command line editing put in the routers. I prefered to ask Cisco when
they were going to add emacs (the full X version .

--
Linux Home Automation Neil Cherry
http://www.linuxha.com/ Main site
http://linuxha.blogspot.com/ My HA Blog
http://home.comcast.net/~ncherry/ Backup site
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump