chapter 7 part 3 Flashcards
ipv6 EIGRP multicast address is?
The reserved EIGRP multicast address for IPv6 is FF02::A.
The reserved EIGRP multicast address for IPv4 is ?
224.0.0.10.
how long is the default hold time (waiting for a hello packet)?
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.
what is the multicast mac address?
01-00-5E-xx-xx-xx
what is TLV?
time length value: the data field portion of a EIGRP packet.
what is the autonomous system number?
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
what command is used to gain access to the EIGRP settings on a router?
# router eigrp 'autonomous system number' **to make EIGRP active on the router one must: configure it.
the command does what?…: #router ?
lists all the avilable routing protocols on that router such as… eigrp, ospf, etc.
how is the eigrp router id derived? what crterial is there?
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
what command is used to set an interface as passive?
#router eigrp 'number' #passive-interface "interface"
what are the administrative distances of eigrp? for default AD, internal route, external source routes and summary AD routes?
AD internal = 90
AD external source = 170
AD summary = 5
routing table letter D means what?
EIGRP is used D is used b/c DUAL algorithm is used in eigrp.
what does BW mean when in the #show interfaces
output?
bandwidth and this is measured in kib/sec.
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)?
(config-interface)#bandwidth ‘bandwidth-number’
remember to exit after entering each interface bandwidth number.
what is DUAL?
Diffusing update protocol: used by eigrp as an algorith to calculate a loop-free path.
what is FSM?
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.
what is a successor?
displayed in a route table entry after the word ‘via’ (neighbor router used for packet forwarding).
Feasible Successors (FS)?
a backup route/ router used when the successor (main router route to destination) is down.
what is a FC?
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.
RD is what?
reported distance: the metric in distance/cost from the sending router to the destination network via the next hop routers.
FD?
feasible distance: the cost in the route table displaying the cost to get to destination network.
what does the following command do? #debug eigrp fsm
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.