Chapter 2 Flashcards

1
Q

Operating Systems

A

*All networking equipment dependent on operating systems
-The operating system on home routers is usually called firmware
-Cisco IOS – Collection of network operating systems used on Cisco devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Operating Systems

A

*Shell provides the user interface and allows interaction between user and kernel. This can be command line or graphical

*Kernel is the core of the operating system that interacts with the hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Location of the Cisco IOS

A

Cisco IOS stored in Flash

-Non-volatile

-Can be overwritten

-IOS copied from flash to
RAM to run

-IOS with new features can
be installed if device has
enough Flash and RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Console Access Method

A

Console Port
-Device is accessible even if not configured
-Allows configuration
commands to be entered
-Should be configured
with passwords to
prevent unauthorized
access
-Device should be in a secure room so console port can’t be accessed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Telnet, SSH, and AUX Access Methods

A

Telnet
*Method for remotely
accessing the CLI over a
network
*Require one active
configured interface
*Clear text is sent
between end device and
intermediary device

Secure Shell (SSH)
*Remote login similar to
Telnet, but uses
encryption

Aux Port
*Uses telephone line
(dialup)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Terminal Emulation Programs

A

Software available for connecting to a networking device:

*PuTTY
*Tera Term
*HyperTerminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cisco (IOS) modes

A

In order from most basic to most specialized, the major modes are:

User executive (User EXEC) mode – the intermediary device always boots into this mode
Privileged executive (Privileged EXEC) mode
Global configuration mode
Other specific configuration modes, such as Interface configuration mode.
Each mode has a distinctive prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Global Configuration Mode and Submodes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The show version Command

A

This command displays information about the currently loaded IOS version, along with hardware and device information.

Software Version- IOS software version (stored in flash)
Bootstrap Version- Bootstrap version (stored in Boot ROM)
System up-time- Time since last reboot
System restart info- method of restart (e.g., power cycle, crash)
Software image name- IOS filename stored in flash
Router Type and Processor type- Model number and processor type
Memory type and allocation (Shared/Main)- Main Processor RAM and Shared Packet I/O buffering
Software Features- Supported protocols / feature sets
Hardware Interfaces- Interfaces available on the device
Configuration Register- Sets bootup specifications, console speed setting, and related parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The startup config and the running config

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Cisco Commands - Check Configuration

A

Configuration changes made in the running configuration will affect the operation of the switch/router immediately!
If router is rebooted or reloaded, running config is lost!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Configuration Files

A

Startup config is saved using the copy running-config startup-config command

Startup configuration is removed by using theerase startup-config
Switch#erase startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Setting Passwords

A

enable password– Limits access to the privileged EXEC mode

enable secret – Encrypted, limits access to the privileged EXEC mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Encrypting Password Display

A

service password-encryption
Prevents passwords from showing up as plain text when viewing the configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Banner Messages

A

*Important part of the
legal process in the event
that someone is
prosecuted for breaking
into a device

*Wording implying a login
is “welcome” is not
appropriate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

IP Addressing of Devices

A

*Each end device must be configured with an IP address.

*Structure of an IPv4 address is called dotted decimal.

*With an IPv4 address, a subnet mask is also necessary.

Example

IP Address: 192.168.1.1
Subnet Mask: 255.255.255.0

Network Address: 192.168.1.0
Broadcast Address: 192.168.1.255

17
Q

Manual IP Addressing – IPv6

A

*IPv6 addresses are 128 bits
*Every four bits is represented by a single hexadecimal digit.
*Groups of four hexadecimal digits are separated by a colon “:”.
*IPv6 addresses are not case-sensitive

18
Q

Automatic IP Addressing using a DHCP Server

A
19
Q

Checking a PC’s IP Configurationusing ipconfig

A

*Go to command line
(cmd) and enter ipconfig
or ipconfig/all

Each device on the LAN should have a different IP address.

20
Q

Test the Loopback Address on an End Device

A
21
Q

Setting Passwords

A

Passwords can be set for the console port to add security

22
Q

Passwords for Telnet access

A

*This allows us to remove
the rollover cable, and
access the switch/router
via the network cabling.

23
Q

Remotely managing Switches/Routers

A

*The device must have an
IP address

*Router – assign an IP
address to an interface

*Switch – assign an IP
address to a Switch
Virtual interfaces (SVIs).
If remote access required
across a network (via a
router), switch must also
have a default gateway
address.

24
Q

Configuring a SVI

A

This sets up up the virtual interface. Before remote access from another PC on the LAN, the switch needs Telnet configured and either a normal or secret password set.

25
Q

Configuring a Switch Default Gateway

A

This allows remote PC’s from a different network to access the switch.

The following command in config mode sets the switch’s default gateway:

Switch(config)# ip default-gateway 192.168.10.254

26
Q

What three things need to be configured in Cisco iOS to allow you to configure a switch on the same subnet?

A

1.Enable password

2.SVI /VLAN1 with IP
address and up

3.Telnet password and
login command

27
Q

Context-Sensitive Help

A
28
Q

Command Syntax Check

A
29
Q

Hot Keys and Shortcuts

A

Tab – Completes the remainder of a partially typed command or keyword.
Ctrl-R – Redisplays a line.
Ctrl-Z – Exits the configuration mode and returns to user EXEC.
Down Arrow – Allows the user to scroll forward through former commands.
Up Arrow – Allows the user to scroll backward through former commands.
Ctrl-shift-6 – Allows the user to interrupt an IOS process such asping ortraceroute.
Ctrl-C – Exits the current configuration or aborts the current command.