9 - Routers Flashcards

1
Q

What are the different forwarding mechanisms on a router?

A

process switching
fast switching
cisco express forwarding

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

Describe process switching.

A

uses the routers cpu to determine the next hop and forwarding interface, typically on used for difficult packets that require encryption or nat, or destinations that have not been entered into the route cache

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

Describe fast switching.

A

does not use the routers cpu, handles significantly higher throughput than process switching

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

Describe CEF or cisco express forwarding?

A

Uses FIB or forwarding information table, the fib table contains all the ip prefixes and remains synced with the ip routing table

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

What command is used to determine the type of forwarding mechanism that is enabled on the interface?

A

sh ip interface fa0/0

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

What are some common features for cisco routers?

A
  1. modularity
  2. low port count
  3. most ports are typically routed ports
  4. aux port
  5. compact flash storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an aui port?

A

15 pin port attachment unit interface

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

what are bri ports?

A

used to connect to an isdn line

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

What does nm stand for on a cisco router?

A

Network Module

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

What does wic stand for on a cisco router?

A

Wan Interface Card

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

How many interfaces of a router can be on a single subnet?

A

one

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

What is the meaning of interface status up and line protocol up?

A

both the interface and protocol are working as intended

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

What is the meaning of interface status up and line protocol down?

A

layer 2 problem exists

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

What is the meaning of interface status down and line protocol down?

A

layer 1 problem exists

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

What is the meaning of interface status administratively down and line protocol down?

A

the interface was configured with the shutdown command

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

What layer do encapsulation protocols operate?

A

data link layer

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

What are the two primary encapsulation methods in cisco serial interfaces?

A

HDLC or high level data link

PPP point to point protocol

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

What encapsulation method is default for all synchronous serial ports on cisco devices?

A

HDLC

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

Is cisco’s interpretation of hdlc proprietary?

A

yes, uses a proprietary field that indicates the payload protocol

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

What encapsulation method is used with multi vendor implementations?

A

PPP

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

What are the protocols used by PPP?

A

LCP link control protocol

NCP network control protocol

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

What does LCP do?

A

configures authentication, compression, and other options used by PPP

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

What does NCP do?

A

negotiates which lan protocols will be encapsulated

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

What are some examples of the authentication used in PPP?

A

Chap or challenge handshake authentication protocol

PAP or password authentication protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
When does authentication take place in PPP?
After lcp and before ncp
26
What does DCE stand for?
data communications equipment
27
What does DTE stand for?
data terminating equipment
28
What side of the connection has to have the clocking applied to it?
DCE
29
What command is used to determine what side the clocking needs to be applied?
show controllers
30
what command is used to apply a clock rate for a serial connection?
clock rate
31
What does csu/dsu stand for?
channel service unit/data service unit
32
What is the meaning of interface status up and line protocol up (looped)?
a loop exists in the circuit
33
What is the meaning of interface status up and line protocol down (disabled)?
interface detected a high rate of errors
34
What are keepalives used for?
to determine whether a link is usable
35
When using PPP encapsulation, what needs to be configured differently between the two devices?
the hostname, because of the authentication using the hostname
36
What command can be used to troubleshoot PPP negotiation?
debug ppp negotiation
37
What is the local database called on a cisco router?
routing table
38
What are the four general types of routes in a routing table?
directly connected routes static routes dynamic routes default routes
39
What is displayed in the routing table for directly connected routes?
the interface and not a next hop ip address along with the network prefix
40
Is the subnet mask displayed with the network prefix in the routing table?
yes unless its a classful network
41
What type of general routes contain and administrative distance?
statically | dynamic
42
What is another name for the default route?
gateway of last resort
43
What has to happen on the interface before it has a directly connected route in the routing table?
active state
44
What is used when you have multiple routes to a network?
the administrative distance
45
What are the four types of IPv6 static routes?
recursive directly attached fully specified floating
46
What makes a floating ipv6 static route?
either a recursive, directly attached, or specified with a higher AD value
47
Is ipv6 enabled by default on a cisco router?
no
48
What is a dynamic route?
a path to a network that a router learns through routing updates from other routers
49
If there are two routes to the same network with the same routing protocol, ie same administrative distance, what is used to determine the best route?
the metric rip metric is determined by hop count eigrp metric is determined by bandwidth, delay, load, and reliability ospf metric is determined uses cost
50
What is the AD for a directly connected route?
0
51
What is the AD for a static route?
1
52
What is the AD for an EIGRP route?
90
53
What is the AD for an OSPF route?
110
54
What is the AD for a RIP route?
120
55
What is the AD for an unknown or unreliable route?
255
56
What is a default route used for?
send packets that are destined for a location that is not listed elsewhere in the routing table
57
What is a goal of default routes?
keep the routing table small
58
What is a downside to using an interface for as a destination in the default route?
ARP requests are created for each destination address it sends through the default route which can cause high processor utilization and a large arp cache
59
How do you create the gateway of last resort on a router that has ip routing disabled?
ip default-gateway
60
Where is the gateway of last resort typically listed in the routing table?
before the first route