Chapter 7 - EIGRP Flashcards

1
Q

EIGRP - Configure

A
#router eigrp 1
#eigrp router-id 1.1.1.1
#network 172.16.0.0
or
#network 192.168.10.8 0.0.0.3
or
#network 192.168.10.8 255.255.255.252
#auto-summary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

EIGRP - Set a passive interface

A
#router eigrp 1
#passive-interface g0/0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Troubleshooting cmds

A
#show ip protocols
#show ip route (shows the cost)
#show ip eigrp topology [all-links]
#show ip eigrp neighbors
#show interfaces s0/0/0 (shows delay & bandwidth)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the AD (Administrative Distance) of a connected route source?

A

0

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

What is the AD (Administrative Distance) of a static route source?

A

1

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

What is the AD (Administrative Distance) of an EIGRP summary route source?

A

5

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

What is the AD (Administrative Distance) of an External BGP route source?

A

20

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

What is the AD (Administrative Distance) of an Internal EIGRP route source?

A

90

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

What is the AD (Administrative Distance) of an IGRP route source?

A

100

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

What is the AD (Administrative Distance) of an OSPF route source?

A

110

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

What is the AD (Administrative Distance) of an IS-IS route source?

A

115

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

What is the AD (Administrative Distance) of a RIP route source?

A

120

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

What is the AD (Administrative Distance) of an External EIGRP route source?

A

170

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

What is the AD (Administrative Distance) of an Internal BGP route source?

A

200

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

EIGRPv3

A
#ipv6 unicast-routing
#ipv6 router eigrp 2
#eigrp router-id 2.0.0.0
#no shut
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

EIGRP - Configure Border Router

A
#ip route 0.0.0.0 0.0.0.0 g0/0
#router eigrp 1
#redistribute static