10 - Advanced Routing Concepts Flashcards

1
Q

What are the three common characteristics of dynamic routes?

A

IGP or EGP
classful or classless routing updates
distance-vector or link state routing protocols

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

What is the collection of all networks managed by a single organization?

A

Autonomous System

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

What are IGPs?

A

routing protocols that dynamically share routing information within an AS

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

What are EGPs?

A

routing protocols that dynamically share routing information between multiple ASs

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

What are the common IGPs in todays networks?

A

RIP
EIGRP
OSPF

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

What are the common EGPs in today network?

A

BGP

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

What do classful routing protocols do?

A
  1. transmit network addresses but not subnet masks

2. automatically summarize networks on their classful bit boundaries

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

What do classless routing protocols do?

A
  1. transmit network addresses and subnet masks

2. enables the use of VLSMs

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

What happens when ip classless is disabled on a router?

A

Disables the support of vlsm on classless routing protocols

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

Is ip classless enabled by default?

A

yes

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

What is an example of distance-vector routing protocol?

A

RIP

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

What is an example of link-state routing protocol?

A

OSPF

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

What is an example of a hybrid routing protocol?

A

EIGRP

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

Routers that run distant-vector routing protocol exchange routing updates with ______________?

A

directly connected neighbors

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

Routers that use link-state routing protocol flood the network with ___________ packets every time a topology change occurs?

A

LSA or link state advertisements

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

What algorithm is used by RIP?

A

Bellman Ford

17
Q

What metric is used by RIP?

18
Q

What is the hop count limit for RIP?

19
Q

What is the default timer for RIP to send advertisements?

A

30 seconds

20
Q

What mechanisms does RIP use to prevent loops?

A

split horizion
poison reverse
hold-down timers
triggered updates

21
Q

What is the default time for the hold-down timers?

A

60 seconds

22
Q

What version of RIP is classless?

23
Q

What version of RIP is classful?

24
Q

What is shown in the output of show ip protocols?

A

How frequently routing updates are sent
which networks are being advertised
whether automatic summarization is enabled

25
What are the four timers of RIP?
routing updates- every 30 seconds Invalid- every 180 seconds hold-down- every 180 seconds flush-every 240 seconds
26
How do you modify the timers in RIP?
using the timers basic 30 180 180 240
27
What are the best practices for modifying the timers in RIP?
the invalid and hold-down timers should be three times the value of the update timer, the flush timer should be greater than the sum of the update timer and the hold down timer
28
How do you modify the RIP timers for a particular interface?
ip rip advertise
29
How do you determine the configuration of automatic summarization on a router for RIP?
show ip rip database
30
can you disable automatic summarization in RIP version 1?
no
31
How do you disable automatic summarization in RIP version 2?
no auto-summary in RIP router configuration mode
32
How do you inject a default route into RIP?
default-information originate command
33
Where do you use the default-information originate command?
only on the router that has been configured with the default route
34
What is the passive-interface default command used for in RIP?
Is used to prevent interfaces from participating in RIP advertisements. You have to issue the no passive-interface fa0/0 command to allow updates on that interface. You could also just issue the passive-interface fa0/0 command to keep that one interface from participating in RIP
35
How do you determine a route in the routing table is a rip route?
R preceeds the route in the routing table
36
What command is used to determine rip is receiving routes?
show ip rip database