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.