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?

A

hop count

18
Q

What is the hop count limit for RIP?

A

15

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?

A

version 2

23
Q

What version of RIP is classful?

A

version 1

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
Q

What are the four timers of RIP?

A

routing updates- every 30 seconds
Invalid- every 180 seconds
hold-down- every 180 seconds
flush-every 240 seconds

26
Q

How do you modify the timers in RIP?

A

using the timers basic 30 180 180 240

27
Q

What are the best practices for modifying the timers in RIP?

A

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
Q

How do you modify the RIP timers for a particular interface?

A

ip rip advertise

29
Q

How do you determine the configuration of automatic summarization on a router for RIP?

A

show ip rip database

30
Q

can you disable automatic summarization in RIP version 1?

A

no

31
Q

How do you disable automatic summarization in RIP version 2?

A

no auto-summary in RIP router configuration mode

32
Q

How do you inject a default route into RIP?

A

default-information originate command

33
Q

Where do you use the default-information originate command?

A

only on the router that has been configured with the default route

34
Q

What is the passive-interface default command used for in RIP?

A

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
Q

How do you determine a route in the routing table is a rip route?

A

R preceeds the route in the routing table

36
Q

What command is used to determine rip is receiving routes?

A

show ip rip database