May 19, 2012
|
CCNA Study Guide and Computer Tips
learn computer tips and tricks from nobody |
Place your ad here! Banner Size (468 x 60) Email us at support@bitsbyjohn.com |
The operating system used by Cisco routers is called the Internetwork Operating System most commonly known as IOS. Depending on the type and model of a router, a specified IOS image can only be installed.
It is very difficult to understand the output produced by a cisco router during an IOS boot-up sequence. With this, I will enumerate and discuss each line.
System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.
This two lines state the version of the system bootstrap (like bios), hardware model and memory capacity of the device. This performs the POST (Power on Self Test). And execute the bootstrap loader from the ROM.
Self decompressing the image :########################################################################## [OK]
At this stage the bootstrap locates the IOS image from the FLASH and load the operating system.
Restricted Rights Legend
Use, duplication, or disclosure by the Government issubject to restrictions as set forth in subparagraph(c) of the Commercial Computer Software – RestrictedRights clause at FAR sec. 52.227-19 and subparagraph(c) (1) (ii) of the Rights in Technical Data and ComputerSoftware clause at DFARS sec. 252.227-7013.
cisco Systems, Inc.
170 West Tasman Drive
San Jose, California
95134-1706
Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(15)T1,
RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 04:52 by pt_team
Image text-base: 0×60080608, data-base: 0x6270CD50
This product contains cryptographic features and is subject to UnitedStates and local country laws governing import, export, transfer anduse. Delivery of Cisco cryptographic products does not implythird-party authority to import, export, distribute or use encryption.Importers, exporters, distributors and users are responsible forcompliance with U.S. and local country laws. By using this product youagree to comply with applicable laws and regulations. If you are unableto comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email toexport@cisco.com.
Cisco 1841 (revision 5.0) with 114688K/16384K bytes of memory.
Processor board ID FTX0947Z18E
M860 processor: part number 0, mask 49
2 FastEthernet/IEEE 802.3 interface(s)
191K bytes of NVRAM.
63488K bytes of ATA CompactFlash (Read/Write)
Cisco IOS Software, 1841 Software (C1841-ADVIPSERVICESK9-M), Version 12.4(15)T1,
RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-Jul-07 04:52 by pt_team
At this stage, the bootstrap locates the startup configuration file in the NVRAM. If found, it is copied to the RAM as the running configuration file.
— System Configuration Dialog —
Continue with configuration dialog? [yes/no]: no
If no startup configuration file present in the NVRAM, the question appears above will be shown.
In summary, there are four major phases for the bootup process.
1. Perfoming the POST
2. Loading the bootstrap
3. Locating and loading the IOS image
4. Locating and loading the startup configuration file
| We Need Your Support | |
| Please Support us by Donating for Server Costs |
|
Subnetting without using binary numbers
Tweet When you are working on a network environment or plan to take a ccna...
What are the different ways to connect to the internet?
Tweet Digital devices are very common and serves as the primary tool for electronic communication world...
Subnetting without using binary numbers
Tweet When you are working on a network environment or plan to take a ccna...
How to Enable and Activate Facebook Timeline
Tweet Everybody is talking about Facebook Timeline but what about it anyway, so what is...
Cisco CCNA Tutorial: Configure Basic VLAN
Tweet With multiple hosts and servers on layer 2 switches, there are several issues arises...
Cisco CCNA Tutorial: Configure RIPv2 Routing
Tweet From the last exercise of this CCNA Tutorial, we had configured dynamic routing using...