3.1 Cisco Device Connection Flashcards
Boot loader software
A small program located in ROM that runs after the power-on self-test (POST) completes. The boot loader software is used to locate and launch the operating system.
Central processing unit (CPU) subsystem
The CPU subsystem is made up of the CPU, the dynamic random-access memory (DRAM), and the flash file system. POST checks the CPU subsystem at device bootup.
Non-volatile
Memory that does not lose content when the device is powered down.
Power-on-self-test
A series of tests that a device performs when booting.
Random access memory (RAM)
Volatile memory that is used in routers to provide temporary storage. It is used for running config files, IP routing tables, ARP tables, and the IOS.
Read-only memory
Nonvolatile memory that is used to provide storage for diagnostic software, boot instructions, and some IOS files.
Volatile memory
Memory that loses content when the device is powered down.
How do you connect to a Cisco switch
For first time connection, you must configure the device locally using the connection port located on the back of the cisco device. Once the device has been configured you can then connect remotely over the network for any future re-configuration needs.
Local Connection:
A local physical connection is required for the initial setup of the device. During this setup, you’ll configure IP addresses, passwords, and other settings. A common connection method used for Cisco devices is the console cable. It is an RJ-45 to DB-9 serial or USB serial cable. There is a blue console port located on the back of Cisco devices. You can connect to this port using the specially designed console cable. This console cable is also called a roll-over cable because the pins that make up the connectors are flipped from end to end. Console cables were originally RJ-45 to serial connections, but because most laptops no longer have serial ports, USB connections have become more common.
Once you have established a physical connection between the computer and the Cisco device, you need to open emulation software on the device. There are several options available including Putty and TeraTerm. You use this software to make a connection through the serial or USB port of the computer. There are no passwords in place by default on the Cisco device. So, activating the connection and pressing the Enter key a couple of times will provide you with a device prompt. The following table shows the requirements for a console connection.
Remote Connection:
The second method for connecting to a Cisco device is remote access. Remote access provides you with access to the device regardless of location. As long as the device has an IP address and is live on the network, you can access the router to get to its configuration screens. You can connect using a terminal emulation program like Telnet, SSH, or even a web browser.
What is the operating system used on Cisco devices?
Cisco Internetwork Operating System (IOS)
Back Up IOS
If you’re working on a large network and need a backup location, a Trivial File Transfer Protocol (TFTP) server is a great solution. TFTP is a software utility that can be used to send or receive files from a remote system. Cisco IOS software and configuration files can be stored on a TFTP server. This helps to manage the number of IOS images, revisions, and configuration files that need to be managed and maintained across your network. To reduce downtime, create a process for backing up and restoring these images in the event of a corrupted or erased device image.
The steps for backing up an IOS image to a TFTP server are:
- Verify connectivity to the TFTP server using a ping test.
- Verify that there is enough space on the server for the IOS software image. This can be done using the show flash0: command.
- Copy the image to the TFTP server using the copy source-url destination-url command.
Upgrade IOS
Cisco is always developing new versions of their IOS operating system. These new versions usually include new features, security updates, and bug fixes. When a new version is released, it’s important for you to understand how to upgrade the operating system on your router.
To begin the upgrade process, copy the IOS image from the TFTP server using the following steps:
- Select the correct image file either from your TFTP server or from the Cisco site. If you’re pulling from the Cisco site, it is best to store it on your TFTP server for use on additional devices. Be sure to review the naming convention for platform, features, and software.
- Verify connectivity to the TFTP server using a ping test.
- Verify that there is enough space on the device that is being upgraded.
- Copy the IOS image file from the TFTP server using the copy command.
When the image has been saved to the device, configure the router to load this image at startup. This can be done using the boot system command. Be sure to save this configuration so that when you reload the device, the new image will be used. Once you have rebooted, you can verify that the correct image was loaded by using the show version command.
c2900-universalk9-mz.SPA.157-3.M5.bin
c2900 - Identifies the platform on which the image runs. In this example, the platform is a Cisco 2900 router.
universal - Indicates that all of the features, turned on and off by a software license is included. Older versions of IOS would have different builds that included different features, which would be indicated by various lettered encoding schemes.
k9 - Includes export controlled cryptography software.
-m - Runs in RAM (memory) as opposed to running directly from flash.
z - Indicates the file as a compressed image.
SPA - Designates that the file has been digitally signed (S), is intended for production (P), and is using key A.
157 - Major Release 15 (Polaris), minor release 7 (aka, 15.7).
-3 - This is the 3rd maintenance release.
M5 - Specifies the version of the IOS including the major release, minor release, maintenance release, and maintenance rebuild numbers. The M indicates this is an extended maintenance release.
.bin - The file extension indicating that this file is a binary executable file
You want to make a console connection to a router using the serial port on a PC. Select the necessary components to make the console connection. Select only the necessary components.
- Console Port
- Rollover Cable
- Terminal Emulation Program
To make a console connection, connect the router’s console port to the PC’s serial port with a rollover cable, and then run a terminal emulation program (such as HyperTerminal) on the PC to make the connection.
To connect to a router with a Telnet session connect the router to a PC or to the network using the Ethernet port and an Ethernet cable. The router interface must be assigned an IP address.
Match the memory types with the information they store.
RAM stores the running-configuration file, routing tables, and ARP tables.
FLASH stores the Cisco IOS software.
ROM stores POST and the boot loader software.
NVRAM stores the startup-configuration file.
You have issued the following command and received the response as shown.
Router#sh start
%%Non-volatile configuration memory has not been set up or has bad checksum
Which of the following is a reason for this response?
This message is shown if no configuration file are saved to NVRAM.