Configuring and Testing Network Flashcards

1
Q

A router or switch can’t function without this….

A

Operating system

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

Two configuration files

A

Running-config

Startup-config

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

Access methods for CLI

A

Console: used to access a device when the network services failed or have not started, password, disaster recovery
Telnet, SSH ( requires at least one interface with Layer 3 address)
AUX port

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

semi-permanent memory of Cisco IOS is called….

A

flash

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

Major modes of Cisco IOS

A

user exec mode
privilieged exec mode
global config mode
other specific config mode

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

Router>ping 192.168.1.3

A
Router = prompt
ping = command
192.168.1.3 = keyword or argument
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cisco IOS help forms

A

Context sensitive
Command syntax check
Hot keys

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

Some hot keys

A

CTRL-Shift-6: interrupts ping
CTRL-C: aborts current command and exits config mode
CTRL-Z: ends config mode, returns to EXEC
CTRL-R: redisplays line
Up arrow: scroll backwards through former commands
Down arrow: scroll forward through former commands

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

Show command

A

offers info about configuration, operation and status of parts of Cisco router
Ex: show version, show ip route, show run, show start, show ip interface brief

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

To negate effects of command….

A

Preface command with no: no hostname

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

Types of passwords for Cisco IOS

A

console password: limits device access using console connection
enable password: limits access to privileged mode
enable secret password: encrypted version of enable password

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

service password-encryption

A

provides weak encryption to all unencrypted passwords

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

At startup….

A

Startup-config is copied from NVRAM to DRAM

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

banner motd

A

messages seen by anyone who attempts to login to a Cisco router or switch

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

Reload….

A

returns router to original configuration

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

Modifying running-config…..

A

affects device operation immediately

17
Q

Configuring a switch interface

A

Switch does not require ip address, only a gateway

LAN switch interconnects segments within a network

Assign addresses to manage switch (assign to a VLAN)

Switch interfaces enabled by default unlike a router whose aren’t

18
Q

Ping

A

Uses ICMP protocol; referred to as testing the protocol stack; tests connectivity

19
Q

Ping 127.0.0.1

A

Pinging loopback address; verifies IP stack properly configured from Network Layer to Physical layer

20
Q

table?

A

up Status = Layer 1
up Protocol = Layer 2
ping, traceroute = Layer 3

21
Q

pinging remote hosts indicate…

A

the local host and the remote host are configured correctly

22
Q

ping IPv4

A

indicates NIC is functioning

23
Q

Test sequence of ping, traceroute

A
  1. ping loopback
  2. ping NIC
  3. ping gateway
  4. ping remote host
  5. Traceroute to remote host
  6. ipconfig
24
Q

Network baseline

A

studying network at consistent intervals using text files from ping, traceroute results

25
Q

More hot keys

A

CTRL-E: moves cursor to end of cmd line
CTRL-K: cursor to end of line
Esc D: cursor to end of word
CTRL-U: cursor to the beginning of line
CTRL-W: word to the left of the cursor moves cursor to the beginning of line
Esc-B: moves cursor back one word to the left
Esc-F: moves cursor back one word to the right