Dynamic Routing Protocols Flashcards

0
Q

What are the three types of dynamic routing protocols (regarding how they actually function)? Give an example of each.

A

Distance Vector - RIP
Advanced Distance Vector - EIGRP
Link-State - OSPF, IS-IS

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

What is the purpose of dynamic routing protocols?

A

To allow routers to share network topology information. The routers use this information to choose what are, according to the routing protocol, the best routes to different destinations and populate their routing tables with these routes. Without dynamic routing protocols EVERY route would have to be input manually.

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

How does a distance vector routing protocol determine the best route? Why does this not always result in the best routing decisions?

A

Comparing the number of hops necessary for each route; the route with the fewest hops is chosen.

Because link speed is ignored.

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

What are the two types of routing protocols (regarding what portion of the network they cover)? Give an example of each.

A

Internal Gateway Protocols (EIGRP, OSPF, RIP) and External Gateway Protocols (BGP).

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

What three tables do link-state protocols create? What is the purpose of each?

A

Topology Table - stores the topology
of the network.

Routing Table - stores best routes

Neighbor Table - stores neighbors
that are participating
in the routing
protocol

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

What path-selection algorithm does EIGRP use? What does it stand for?

A

DUAL (Diffused Update Algorithm)

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

Describe the metric that DUAL uses. What things are taken into consideration by default? What additional factors can it be configured to consider?

A

It’s a composite metric - it takes multiple factors into consideration. By default it uses bandwidth and delay to choose the best path. Load and reliability are optional.

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

View information regarding neighboring devices participating in EIGRP:

A

show IP EIGRP neighbors

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

View information about interfaces that are configured for EIGRP on a device:

A

show IP EIGRP interfaces

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

What is the only dynamic routing protocol that offers unequal-cost load balancing?

A

EIGRP

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

What are the commands associated with configuring EIGRP?

A

router eigrp [AS #]

network [network address]

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

Show information regarding any routing protocols enabled on the device:

A

show IP protocols

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

Make EIGRP run classless:

A

Router(config)#router eigrp [AS#]

Router(config-router)#no auto-summary

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

How is EIGRP configuration different for IPv6?

A

IPv6 EIGRP must be turned on with the command (in global config):

ipv6 unicast-routing

then assigned an AS and turned on:

(config)#ipv6 unicast-routing
(config)#ipv6 router eigrp (AS#)
(config-router)#router-id [IP address]
(config-router)#no shutdown

Then turned on on a per-interface basis:

(config-if)#ipv6 enable*
(config-if)#ipv6 eigrp 1
(config-if)#no shutdown

*if IPv6 hasn’t already been enabled on the router/interface

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

In what DRP might a router be referred to as an internal router? What does this mean?

A

In OSPF, an internal router is a router that sits inside a particular area.

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

Set an interface’s cost in OSPF:

A

(config-if)# IP OSPF cost (cost#)

16
Q

What are the benefits of using multiarea OSPF?

A

Each router has to store the topology of a smaller portion of the network (the portion inside its area). This can cut down on processing time when topology changes.

17
Q

Command format for creating an OSPF area:

A

router OSPF 1

network (IP address) (wildcard mask) area(area#)

18
Q

Turn off EIGRP on a router:

A

no router EIGRP (AS #)

19
Q

In order for OSPF neighbors to create an adjacency, what criteria must be met?

A

The Area ID, Hello Timer and Dead Timer must be the same for both routers. Also, if you’ve configured authentication the neighboring routers must pass each other’s authentication checks.
Also, the MTUs apparently have to match.

20
Q

Which DRP, EIGRP or OSPF, has a lower default administrative distance?

A

EIGRP - its default AD is 90, OSPF’s is 110

21
Q

What algorithm does OSPF use to determine the best path to a destination network? (It can be called two different things)

A
  • SPF (shortest path first) algorithm

* Dijkstra algorithm

22
Q

What command would you use to change an interface’s priority in OSPF?

A

ip OSPF priority (1-255)

23
Q

What is the default frequency of hello packet transmission in OSPF on a broadcast segment (Ethernet)?

A

10 seconds

24
Q

What is the default frequency of hello packet transmission in OSPF on a non-broadcast segment (serial)?

A

30 seconds

25
Q

What’s the destination ip of an OSPF hello packet?

A

224.0.0.5

26
Q

What is split horizon route advertisement?

A

A method of preventing routing loops in distance vector routing protocols by prohibiting a router from advertising around back onto the interface from which it was learned (in the same way that of switch will not flood a frame with an unknown destination MAC address back out the interface from which it received the frame).

27
Q

What type of dynamic routing protocols typically use the split horizon technique?

A

Distance-vector protocols

28
Q

What address does EIGRP use for multicasts?

A

224.0.0.10

29
Q

In EIGRP, what are the default hello and hold-time counters in a high-speed Ethernet network? In a low-speed NBMA?

A

High speed Ethernet:
Hello - 5s
Hold-time - 15s

Low speed NBMA:
Hello - 60s
Dead - 180s

30
Q

In RIP, load balancing is performed over links with equal what?

A

Hop count, since RIP uses hop count as its metric.

31
Q

Do OSPF neighbor MTUs need to be the same in order for them to create an adjacency?

A

Yes

32
Q

What type of routing authentication is used in the packet?

Router1# debug ip ospf packet

OSPF: rcv. v:2 t:1 l:58 rid: 10.0.0.1 aid: 0.0.0.0 chk: 64ABC aut:2 keyid:1 seq: 0x0

A

MD5 encrypted

33
Q

Configure EIGRP md5 authentication on R1’s serial 0/0 interface with a password of cisco.

A

R1(config)#key chain Chain
R1(config)#key 1
R1(config)#key-string cisco
R1(config)#int s0/0
R1(config-if)#ip authentication mode eigrp 1 md5
R1(config-if)#ip authentication key-chain eigrp 1 Chain