Multilayer Switching: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
(rv to correct information)
Line 1: Line 1:
                                        '''Parts In a Laptop'''
________________________________________


[[File:Toshiba satellite p500 laptop.jpg]]


[[File:Motherboard.jpg ]]
'''''Password recovery of the Cisco Routers'''''
'''Motherboard'''
The motherboard is the board that all internal laptop components are connected to.


[[File:CiscoRouters.jpg]]


In order for one to understand these instructions you have to have prior knowledge of what a router is and its basic function.


'''1'''.Connect a computer to the router’s Console port using the Console cable that came with your router (it is usually flat and light blue).
Use these Hyper terminal settings:


* 9600 baud rate
* No parity
* 8 data bits
* 1 stop bit
* No flow control
'''2'''. Turn the router off using the power switch and turn it back on.


[[File:Processor.jpg]]
'''3'''. Once text starts popping up on the screen, send the break command CTRL + B or CTRL +BREAK (sometimes it is CTRL +X). This will abort the boot and present you with a rommon 1> prompt
'''Processor aka CPU''' (Central ProcessingUnit)


The CPU is considered to be the brain of the computer which contains the circuitry used to interpret and execute program instructions.
'''4'''. From the new prompt you need to change the configuration register using the following command: confreg 0×2142


'''5'''. If you are using an older model of router you may need to enter o/r 0×2142


[[File:Memory.jpg]]
'''6'''. Now you need to recycle the router with the reset command.
'''Memory aka RAM''' (Random Access Memory)
Memory is used for the temporary storage and manipulation of data, when a program is opened it is loaded into RAM for quick and easy access.


'''7'''. If you used the o/r command then reset the router with the I command


'''Video Card aka Graphics Card or Display Adapter'''  
'''8'''. Once the router finishes restarting you will find that there are no passwords to deal with, so you can enter enabled.
The graphics card is a circuit board that generates and outputs the images to be displayed on the lcd screen.  


'''9'''. Now, go into configuration mode with the config t command


[[File:Laptop-audio-chip.jpg ]]
'''10''' .Once there enter the new password with the enable secret password
''' Audio Board aka Sound Board'''  
The audio board is used to enable the laptop to input, process, and output sound.


'''11'''. Now set the configuration register back to normal with this command: confreg 0×2102


'''Hard Drive''' aka HDD (Hard Disk Drive)
The hard disk drive is where you operating system, program files, and personal files are stored. Laptop hard drives are either 2.5" (60mm) or 1.8" (46mm) in size and thinner than desktop hard drives. The two most common hard drive interfaces in laptops are IDE/PATA (Integrated Drive Electronics/Parallel Advanced Technology Attachment) and SATA (Serial Advanced Technology Attachment). Serial ATA is the replacement for the older Parallel ATA hard drives.


''' '''Password recovery on a Cisco 2950 switch''''''


'''1'''. Unplug the power cable


'''2'''. Hold down the mode button while replugging the power cable


[[File:ODD.jpg ‎ ]]
'''3'''. Type flash_init over the console
'''Optical Drive''' aka ODD (Optical Disc Drive) or CD/DVD Drive
Optical drives can be either internal or external and are used to read and/or write CD's, DVD's and Blu-ray discs depending on the specific drive.


'''4'''. Type load_helper


'''5'''. Type Dir flash :
make sure to type the semi-colons


'''6'''. Type rename flash:config.txt flash:config.old
[[File:Screen.jpg]]
the password is contained in the config.txt file
'''LCD Screen'''  
The LCD (liquid-crystal display) screen uses liquid crystals, sealed between two polarizing filters, to redirect light when they are energized.  


'''7'''. Type boot
this reboots the system


'''8'''. Type n to skip the initial setup configuration


'''9'''. Type enable
[[File:Inverter.jpg]]
this takes you to the enable mode
'''Inverter Board''' aka FL Inverter
The inverter board provides power to the backlight lamp inside your LCD screen, which allows the image on the screen to be bright.


'''10'''. Type rename flash:config.old flash:config.txt


'''11'''. Save config.txt to system


#copy flash:config.txt system:running-config


'''LCD Cable''' aka Video Cable
'''12'''. Enter config mode and change the password
The LCD cable connects the motherboard to the LCD screen, so data can be transfered from the motherboard and video card to the screen.


# config t
[[File:Key.jpg ‎]]
'''Keyboard'''


# no enable secret


this applies only if the enable secret password was created


'''13'''. Finally, write the changes to memory
[[File:Touchpad.jpg]]
'''Touchpad''' aka Touch Mouse Pad
The touchpad on a laptop is an alternative to using a mouse.


 
# write memory
[[File:AC.jpg]]
'''AC Adapter'''
The AC adapter for a laptop connects to a power outlet to both provide electricity for your laptop and to charge your battery.
 
[[File:Batery.jpg]]
'''Main Battery''' aka Laptop Battery
The laptop battery powers your laptop when it is not plugged into a wall outlet via an AC adapter. Most laptop batteries need to replaced every 3 to 5 years depending on how often you use the laptop with only battery power.
 
 
[[File:CMOS.jpg]]
'''CMOS  Battery''' aka RTC (Real Time Clock) Battery
The CMOS battery provides power to the CMOS chip when the laptop is not powered on. The CMOS memory stores the date, time, and system setup parameters. Without the CMOS Battery, the CMOS would not be able to continuosly keep track of the date and time while your computer is off.
 
[[File:Fan.jpg ‎]]
'''Heat Sink & Fan'''
Fans and heat sinks help in cooling down your laptop to prevent overheating. The heat sink is a device often made of copper or aluminum that sits on top of high heat generating chips such as the CPU and draws the heat away from the chip into the fins of the heat sink.

Revision as of 21:30, 4 August 2010

________________________________________


Password recovery of the Cisco Routers

CiscoRouters.jpg

In order for one to understand these instructions you have to have prior knowledge of what a router is and its basic function. 

1.Connect a computer to the router’s Console port using the Console cable that came with your router (it is usually flat and light blue). Use these Hyper terminal settings:

  • 9600 baud rate
  • No parity
  • 8 data bits
  • 1 stop bit
  • No flow control

2. Turn the router off using the power switch and turn it back on.

3. Once text starts popping up on the screen, send the break command CTRL + B or CTRL +BREAK (sometimes it is CTRL +X). This will abort the boot and present you with a rommon 1> prompt

4. From the new prompt you need to change the configuration register using the following command: confreg 0×2142

5. If you are using an older model of router you may need to enter o/r 0×2142

6. Now you need to recycle the router with the reset command.

7. If you used the o/r command then reset the router with the I command

8. Once the router finishes restarting you will find that there are no passwords to deal with, so you can enter enabled.

9. Now, go into configuration mode with the config t command

10 .Once there enter the new password with the enable secret password

11. Now set the configuration register back to normal with this command: confreg 0×2102


' Password recovery on a Cisco 2950 switch'

1. Unplug the power cable

2. Hold down the mode button while replugging the power cable

3. Type flash_init over the console

4. Type load_helper

5. Type Dir flash : make sure to type the semi-colons

6. Type rename flash:config.txt flash:config.old the password is contained in the config.txt file

7. Type boot this reboots the system

8. Type n to skip the initial setup configuration

9. Type enable this takes you to the enable mode

10. Type rename flash:config.old flash:config.txt

11. Save config.txt to system

  1. copy flash:config.txt system:running-config

12. Enter config mode and change the password

  1. config t
  1. no enable secret

this applies only if the enable secret password was created

13. Finally, write the changes to memory

  1. write memory