Cisco Device Basics Flashcards
What is a rollover cable?
Has an ethernet RJ-45 on one end and a serial port on the other. Also called a console cable. Some newer rollover cables have a USB instead of a serial port
What is a straight-through ethernet cable?
Ethernet RJ-45 connecters on each end. Used to connect routers to hubs/switches as well as workstations to switches. Enables you to access router from a PC on the same network via VTY connection.
What is a crossover ethernet cable?
Used to connect an Ethernet port on a router directly to the NIC in a PC. Requires VTY session. Also used to connect other devices.
What type of cable do you use to connect a workstation to a switch?
Ethernet straight-through cable
What type of cable do you use to connect a workstation to the console port on a Cisco device?
Rollover cable
What type of cable do you use to connect a hub to a switch?
Ethernet crossover cable
What type of cable do you use to connect a router to a switch?
Ethernet straight-through cable
What type of cable do you use to connect a switch to a switch?
Ethernet crossover cable
What type of cable do you use to connect workstation to a router?
Ethernet crossover cable
What type of cable do you use to connect a hub to a workstation?
Ethernet straight-through cable
What are the (2) ways to connect a PC directly to a router?
Laptop ethernet port > crossover cable > router’s ethernet port
Laptop COM port > (RJ-45) rollover cable > router’s console port
What are the required settings to establish a console connection through a serial port? (Baud rate, data, parity, stop, flow control.)
Baud rate (9600), Data (8 bit), Parity (none), Stop (1 bit), Flow control (none)
To make a console connection on a router using the serial port on a PC you need what (3) things?
Console port, rollover cable, terminal emulation program
Explain ROM storage and what is kept there.
Read-only memory is pre-programmed, non-writable memory that holds a limited version of the IOS software to be used if the full IOS image can’t be found.
Explain flash memory and what is kept there.
Non-volatile programmable memory that contains the Cisco IOS images.
Explain RAM memory and what is kept there.
Random-access memory is volatile memory that clears when the device is powered off. Contains the running OS and current (unsaved) running config file as well as all dynamic tables such as ARP, routing, and so on.
Explain NVRAM and what is kept there.
Non-Volatile RAM is persistent memory that contains the backup copy of the startup-config file and virtual configuration register. Sometimes it also holds the full IOS image.
When the router boots it looks for the IOS image in the following locations and order:
(1) boot system statements
(2) flash
(3) TFTP server
(4) ROM
If a router can’t find a startup-config file, it…
starts in default unconfigured state and enters setup mode.
Within a Cisco Router, how do you show the IOS version on the terminal?
[enter] > enable > show version
Within a Cisco Router, how do you show how much NVRAM is available via the terminal?
[enter] > enable > show version > [enter] > ____ bytes of NVRAM
Within a Cisco Router, how do you show how much DRAM a router has?
[enter] > enable > show version > [enter] > _____/_____ > [add two values together for total DRAM]
If the router can’t find a valid IOS image to load during startup, it…
enters ROM monitor mode (limited IOS version with a limited set of commands to help you remediate IOS image issue.
What commands allow you to save the configuration file in NVRAM to a TFTP server?
copy start tftp
What (2) commands can you use to copy files from a TFTP server to a router?
copy tftp run
copy tftp start
You will be prompted for the file name after entering the command.
The currently-used config file is called the…
running-config file
The configuration file saved in NVRAM is…
startup-config file
What command allows you to load the current config saved in NVRAM into memory?
copy start run