Dynamic Routing Protocols Flashcards

1
Q

What 2 types of Routing Protocols make up IGP?

A

Distance Vector Routing Protocol and Link State Routing Protocol

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

What 2 protocols make up Distance Vector Routing Protocols?

A

RIP(v2) and EIGRP

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

What 2 protocols make up Link State Routing Protocols?

A

OSPF & ISIS

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

What type of Routing Protocol makes up EGP?

A

Path Vector Routing Protocol

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

What protocol makes up Path Vector Routing Protocol?

A

BGP

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

What is IGP used for?

A

Internal Routing within an organization

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

What EGP used for?

A

Routing between organizations over the internet

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

What is one of the main functions of Distance Vector Routing?

A

It is a dynamic routing algorithm in which each router computes distance between itself and each possible destination

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

What is convergence?

A

Convergence is when all routing protocol-specific information has been distributed to all routers participating in the routing protocol process.

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

What is Link State Routing Protocol?

A

It is a dynamic routing algorithm in which each router shares knowledge of its neighbors with every other router in the network.

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

What metric does OSPF use?

A

Cost

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

What does the cost metric do?

A

It uses bandwidth of the interface links to determine the best path for routing

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

What does the hop count metric do?

A

It calculates best path based on the number of hops

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

What metric does EIGRP use?

A

It uses cost and delay of links to calculate the metric

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

What is the maximum number of hops RIP uses by default?

A

15

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

What is the Administrative Distance of a Static Route

A

1

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

What is the Administrative Distance of a Connected Route?

18
Q

What is the Administrative Distance of External BGP?

19
Q

What is the Administrative Distance of EIGRP?

20
Q

What is the Administrative Distance of OSPF?

21
Q

What is the Administrative Distance of IS-IS?

22
Q

What is the Administrative Distance of RIP?

23
Q

What is a loopback interface?

A

It allows you to assign an IP Address to a Layer 3 device which is not tied to a physical interface

24
Q

What is a default Route Injection?

A

It allows you to configure one default route on an outbound Layer 3 device and then advertise that static route via whichever routing protocol you’re using so that other L3 devices learn about it automatically

25
How many paths will RIP perform ECMP for?
4 by default
26
Does RIPv1 support VLSM?
No
27
Does RIPv2 use Broadcast or Multicast?
Multicast
28
What is a Hello packet?
A Hello packet is sent out and listened for when a routing protocol is enabled on an interface. It tells other routers to start forming adjacencies
29
What is a DBD Packet?
A DBD Packet is OSPF specific. It tells adjacent routers about the networks they know about
30
What is an LSR?
It's a Link State Request. If a router is missing information about any of the networks received in a DBD packet, it will the neighbor an LSR
31
What is an LSA?
It's a Link State Advertisement. This is a routing update that happens after a router sends an LSR
32
What is an LSU?
Link State Update. This contains a list of Link State Updates that will be used during an upcoming flood
33
What is LSAck?
It's an acknowledgement that a router has received an LSA. If routers don't an acknowledgement after sending a packet, they will resend it
34
How many Process ID's are normally configured in an OSPF network?
1
35
Convert 255.255.255.0 into a Wildcard Mask
0.0.0.255
36
Convert 255.0.0.0 into a Wildcard Mask
0.255.255.255
37
Convert 255.255.0.0 into a Wildcard Mask
0.0.255.255
38
What command will show OSPF router adjacencies formed?
show ip ospf neighbors
39
What command will show the interfaces that OSPF is enabled on?
show ip ospf int brief
40
What are the commands to configure a passive interface on an OSPF router?
router ospf 1 | passive-interface {interface}
41
What are the commands to enter a default route injection into OSPF?
ip route 0.0.0.0 0.0.0.0 {ip-address} router ospf 1 default-information originate
42
What is the default priority on a router (as it relates to DR and BDR)?
1