Chapter 8 - EIGRP Advanced Config and Troubleshooting Flashcards

1
Q

Verify Automatic Summarization is Disabled

A

show ip protocols

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

Verify Routes are Not Automatically Summarized

A

show ip route eigrp

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

Automatic Summarization - Configure

A
#router eigrp 1
#auto-summary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Verify Summary Route in Topology Table

A

show ip eigrp topology all-links

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

Loopback Interfaces

A
#int lo2
#ip add 192.168.2.1 255.255.255.0
#router eigrp 1
#network 192.168.2.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Calculating a Summary Route

A

= a /22 or 255.255.252.0 subnet mask.

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

Summary Roue - Configure Interface

A
#int s0/0/0
#ip summary-address eigrp 1 192.168.0.0 255.255.252.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Static Default Route Configuration and Propagation

A
#ip route 0.0.0.0 0.0.0.0 s0/1/0
#router eigrp 1
#redistribute static
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Verify Default Routes

A

show ip roue (look for ‘D*EX 0.0.0.0/0’)

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

IPv6 Loopback interfaces - Configure

A
#int lo11
#ipv6 add 2001:db8:acad:1::1/64
#ipv6 eigrp 2
#int lo12
#ipv6 add 2001:db8:acad:2::1/64
#ipv6 eigrp 2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

IPv6 Manually Summary - Configure

A
#int s0/0/0
#ipv6 summary-address eigrp 2 2001:db8:acad::/48
#int s0/0/1
#ipv6 summary-address eigrp 2 2001:db8:acad::/48
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Bandwidth Utilization with EIGRP - Configure

A
#int s0/0/0
#ip bandwidth-percent eigrp 1 40
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Hello and Hold Timers with EIGRP - Configure

A
#int s0/0/0
#ip hello-interval eigrp 1 50
#ip hold-time eigrp 1 150
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

EIGRP Authentication with MD5 - Step 1

A
Create a Keychain and Key
#key chain REMOVE_BEFORE_FLIGHT
#key 1
#key-string cisco123 ('super secret string' password)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

EIGRP Authentication with MD5 - Step 2

A
Configure EIGRP Authentication Using Keychain and Key (install on each interface)
#int s0/0/0
#ip authentication mode eigrp 1 md5
#ip authentication key-chain eigrp 1 REMOVE_BEFORE_FLIGHT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Troubeshooting cmds for EIGRP

A
#show ip protocols
#show ip eigrp neighbors
#show ip eigrp interface
#show ip route eigrp
#show ip interface brief