chapter 7 part 3 Flashcards

1
Q

ipv6 EIGRP multicast address is?

A

The reserved EIGRP multicast address for IPv6 is FF02::A.

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

The reserved EIGRP multicast address for IPv4 is ?

A

224.0.0.10.

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

how long is the default hold time (waiting for a hello packet)?

A

3 times the hello interval. so 15 seconds or if using NBMA non-broadcast multiple access its more like 180 seconds because these are lower speed connections.

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

what is the multicast mac address?

A

01-00-5E-xx-xx-xx

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

what is TLV?

A

time length value: the data field portion of a EIGRP packet.

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

what is the autonomous system number?

A

a number that is used by each EIGRP packet to distinguish itself from other unrelated proccesses that are also using EIGRP to have their own conversations. (allows many conversations to be had at the same time using EIGRP).**All routers within the EIGRP routing domain must use the same autonomous system number

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

what command is used to gain access to the EIGRP settings on a router?

A
# router eigrp 'autonomous system number'
**to make EIGRP active on the router one must: configure it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

the command does what?…: #router ?

A

lists all the avilable routing protocols on that router such as… eigrp, ospf, etc.

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

how is the eigrp router id derived? what crterial is there?

A

1- the router command is used with a ipv4 address #eigrp router-id ‘ipv4 number’
2- highest ipv4 loopback chosen
3- highest active ipv4 address chosen
*the interface does not need to be enabled for eigrp but must be up/up

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

what command is used to set an interface as passive?

A
#router eigrp 'number'
#passive-interface "interface"
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what are the administrative distances of eigrp? for default AD, internal route, external source routes and summary AD routes?

A

AD internal = 90
AD external source = 170
AD summary = 5

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

routing table letter D means what?

A

EIGRP is used D is used b/c DUAL algorithm is used in eigrp.

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

what does BW mean when in the #show interfaces

output?

A

bandwidth and this is measured in kib/sec.

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

what command is used to change the bandwidth on an interface so that it gets chosen in a particular order over other interfaces when using internet protocols (ip eigrp/ospf)?

A

(config-interface)#bandwidth ‘bandwidth-number’

remember to exit after entering each interface bandwidth number.

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

what is DUAL?

A

Diffusing update protocol: used by eigrp as an algorith to calculate a loop-free path.

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

what is FSM?

A

Finite State Machine (FSM): The DUAL FSM tracks all routes, uses EIGRP metrics to select efficient, loop-free paths, and identify the routes with the least-cost path to be inserted into the routing table.

17
Q

what is a successor?

A

displayed in a route table entry after the word ‘via’ (neighbor router used for packet forwarding).

18
Q

Feasible Successors (FS)?

A

a backup route/ router used when the successor (main router route to destination) is down.

19
Q

what is a FC?

A

feasibility condition. when the feasible successor is chosen by checking other router connections to the destination and making sure that the other routers reported distance (RD) is less than the sending routers distance.

20
Q

RD is what?

A

reported distance: the metric in distance/cost from the sending router to the destination network via the next hop routers.

21
Q

FD?

A

feasible distance: the cost in the route table displaying the cost to get to destination network.

22
Q

what does the following command do? #debug eigrp fsm

A

is used to show what the DUAL algorithm does when a route is removed from the routing table. (FSM) finite state machine: this is DUAL algorithm.