Sunteți pe pagina 1din 7

BSCI LAB 4

Configuring EIGRP

Lab 4: Configuring EIGRP


Objectives

Configure Enhanced Interior Gateway Routing Protocol (EIGRP), and verify connectivity within the additional connected pod. You will enable manual EIGRP route summarization and use show and debug commands to verify
EIGRP operations.

Lab Topology

For this lab, your network design will include two pods of devices. Pod 2 will be configured upon the initial loading of the lab. You will be responsible for configuring Pod 1. The Pod 2 devices will be configured with the same
IP addressing scheme as those for Pod 1. For all labs that require more than one pod, your pod will be represented as Pod 1, and the remote pod will be Pod 2.
The Topology diagram below represents the NetMap in the Simulator. To access each of the devices from within
the Simulator, select the device name from the appropriate menu in the Simulator. For example, to access P1R1,
click the eRouters button and select P1R1 from the drop-down menu.

Boson NetSim for CCNP Lab Manual

23

BSCI LAB 4

Configuring EIGRP

Command Summary
Command
router eigrp autonomous_system_number
network network
network network wildcard
passive-interface type number
no auto-summary
show ip eigrp interfaces
show ip eigrp neighbors
show ip eigrp topology
show ip eigrp traffic
ip summary-address eigrp autonomous_
system_number ip_address subnet_mask

Description
enters router config mode for EIGRP
allows a routing protocol to route for a directly connected
network
newer version of network command for EIGRP; allows
more specific configuration
disables the routing protocol from speaking out of an
interface
disables auto summarization
displays information about interfaces configured for
EIGRP
displays information about EIGRP neighbors
displays EIGRP topology table
displays EIGRP traffic information
creates a summary on an interface for EIGRP

Lab Tasks

Task 1: Enabling EIGRP Within Your Pod

1. Configure the IP addresses in Pod 1 as shown in the diagram. Note: The address scheme is different
from previous labs.
2. Enable EIGRP on all interfaces of P1R1, P1R2, and P1R3. The autonomous system (AS) number is 200.
3. Turn off Routing Information Protocol version 2 (RIP-2) by typing the following command: no router rip
4. Use telnet and ping to test connectivity for the entire network.
5. Execute the show ip route command on P1R2. Use the output to answer the following questions.
What is the subnet mask associated with the 10.100.100.0 subnet?
______________________________________________________________
What is the subnet mask for the 192.168.1.16 subnet?
______________________________________________________________
Are these the correct subnet masks?
______________________________________________________________

Task 2: Verifying EIGRP Operations

1. On P1R1, execute the show ip eigrp topology command to see the list of primary and backup routes
that have been learned from EIGRP neighbors. You will see two numbers in parentheses that may look
like the following: (1300/1200). The first number is the total metric, or cost, for this router to reach the
destination network. The second number is the advertised metric from the directly connected EIGRP
neighbor from which this route was learned.
What is the advertised distance to the 192.168.1.48 network on P1R3?
______________________________________________________________

24

Boson NetSim for CCNP Lab Manual

BSCI LAB 4

Configuring EIGRP

What is the feasible distance to the 192.168.1.48 network from P1R3?


______________________________________________________________
2. Execute the show ip eigrp neighbors command on P1R2. How many EIGRP neighbors does the router
have?
______________________________________________________________
3. Try the show ip eigrp traffic command on P1R2. How many hello packets have been sent?
______________________________________________________________
4. On P1R1, execute the show ip eigrp interfaces command.

Task 3: EIGRP Summarization

1. On P2R1, execute the show ip route command. How many routes exist to Pod 1?
______________________________________________________________
2. On P1R1, summarize Pod 1s routes out the FastEthernet 0/0 interface.
3. On P2R1, view the routing table. How many routes exist to Pod 1?
______________________________________________________________
4. When you view the routing table on P1R1, does the summary route to Pod 1 show up?
______________________________________________________________
What is the destination interface for the summary route? Why?
______________________________________________________________
5. On P2R1, execute the show ip eigrp topology command. Does the summary route appear in the
topology table?
______________________________________________________________

Note: Save the configurations on the routers to a text file. This will be your base configuration for the remainder
of the BSCI labs.

Lab Solutions

Task 1: Enabling EIGRP Within Your Pod


1. P1R1#show ip interface brief
Interface
IP-Address
OK?
FastEthernet0/0
10.100.100.1 YES
Loopback0
192.168.1.1 YES
Serial0/0
192.168.1.33 YES

Method Status Protocol


unset up up
unset up up
unset up up

P1R2#show ip interface brief


Interface
IP-Address
OK?
FastEthernet0/0
192.168.1.49 YES
Loopback0
192.168.1.17 YES
Serial0/0
192.168.1.34 YES

Method Status Protocol


unset up
up
unset up
up
unset up
up

P1R3#show ip interface brief


Interface
IP-Address
OK?
FastEthernet0/0
192.168.1.50 YES

Method Status Protocol


unset up
up

Boson NetSim for CCNP Lab Manual

25

BSCI LAB 4

Configuring EIGRP

2. P1R1(config)#router eigrp 200


P1R1(config-router)network 10.0.0.0
P1R1(config-router)#network 192.168.1.0
P1R2(config)#router eigrp 200
P1R2(config-router)#network 192.168.1.0
P1R3(config)#router eigrp 200
P1R3(config-router)#network 192.168.1.0
3. no router rip
4. ping and telnet
5. The subnet mask associated with the 10.100.100.0 subnet is 255.255.255.0.
The subnet mask for the 192.168.1.16 subnet is 255.255.255.240.
These are the correct subnet masks.
P1R2#show ip route
10.0.0.0/24 is subnetted, 1 subnets
D
10.100.100.0 [90/2195456] via 192.168.1.33, 00:00:31, Serial0/0
192.168.1.0/28 is subnetted, 4 subnets
C
192.168.1.32 is directly connected, Serial0/0
C
192.168.1.48 is directly connected, FastEthernet0
D
192.168.1.0 [90/2297856] via 192.168.1.33, 00:00:31, Serial0/0
C
192.168.1.16 is directly connected, Loopback0
192.168.2.0/28 is subnetted, 4 subnets
D
192.168.2.32 [90/2707456] via 192.168.1.33, 00:00:05, Serial0/0
D
192.168.2.48 [90/2323456] via 192.168.1.33, 00:00:06, Serial0/0
D
192.168.2.0 [90/2323456] via 192.168.1.33, 00:00:06, Serial0/0
D
192.168.2.16 [90/2323456] via 192.168.1.33, 00:00:06, Serial0/0

Task 2: Verifying EIGRP Operations

1. The advertised distance to the 192.168.1.48 network on P1R3 is 28160.


The feasible distance to the 192.168.1.48 network on P1R3 is 2172416.
P1R1#show ip eigrp topology
IP-EIGRP Topology Table for AS(200)/ID(10.20.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 10.100.100.0/24, 1 successors, FD is 281600
via Connected, FastEthernet0/0

26

Boson NetSim for CCNP Lab Manual

BSCI LAB 4

Configuring EIGRP
P 192.168.1.32/28, 1 successors, FD is 2169856
via Connected, Serial0/0
P 192.168.2.32/28, 1 successors, FD is 2195456
via 10.100.100.2 (2195456/2169856), FastEthernet0/0
P 192.168.1.48/28, 1 successors, FD is 2172416
via 192.168.1.34 (2172416/28160), Serial0/0
P 192.168.2.48/28, 1 successors, FD is 409600
via 10.100.100.2 (409600/128256), FastEthernet0/0
P 192.168.1.0/28, 1 successors, FD is 128256
via Connected, Loopback0
P 192.168.2.0/28, 1 successors, FD is 409600
via 10.100.100.2 (409600/128256), FastEthernet0/0
P 192.168.1.16/28, 1 successors, FD is 2297856
via 192.168.1.34 (2297856/128256), Serial0/0
P 192.168.2.16/28, 1 successors, FD is 409600
via 10.100.100.2 (409600/128256), FastEthernet0/0
2. P1R2 has two EIGRP neighbors.
P1R2#show ip eigrp neighbors
IP-EIGRP neighbors for process 200
H Address

Interface

1 192.168.1.50
0 192.168.1.33

Fa0/0
Se0/0

Hold
10
11

Uptime SRTT
(sec)
00:07:35 980
00:07:44 28

RTO Q Seq Type


(ms)
Cnt Num
5000
0 24
200
0 36

3. A total of 2,305 hello packets have been sent.


P1R2#show ip eigrp traffic
IP-EIGRP Traffic Statistics for process 200
Hellos sent/received: 2305/2290
Updates sent/received: 33/42
Queries sent/received: 10/3
Replies sent/received: 3/10
Acks sent/received: 40/32
Input queue high water mark 2, 0 drops
SIA-Queries sent/received: 0/0
SIA-Replies sent/received: 0/0
4. P1R1#sh ip eigrp interfaces
IP-EIGRP interfaces for process 200
Interface
Fa0/0
Lo0
Se0/0

Xmit Queue Mean Pacing Time Multicast Pending


Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
1
0/0
12
0/10
50
0
0
0/0
0
0/10
0
0
1
0/0
329
0/15
1627
0

Boson NetSim for CCNP Lab Manual

27

BSCI LAB 4

Configuring EIGRP

Task 3: EIGRP Summarization

1. Four routes exist to Pod 1.


P2R1#show ip route
192.168.1.0/28 is subnetted, 4 subnets
D 192.168.1.32 [90/2195456] via 10.100.100.1, 00:14:18, FastEthernet0/0
D 192.168.1.48 [90/409600] via 10.100.100.1, 00:14:19, FastEthernet0/0
D 192.168.1.0 [90/409600] via 10.100.100.1, 00:14:19, FastEthernet0/0
D 192.168.1.16 [90/409600] via 10.100.100.1, 00:14:19, FastEthernet0/0
2. P1R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
P1R1(config)#interface Fastethernet 0/0
P1R1(config-if)#ip summary-address eigrp 200 192.168.1.0 255.255.255.0
3. One route exists to Pod 1.
P2R1#show ip route
D 192.168.1.0/24 [90/409600] via 10.100.100.1, 00:00:02, FastEthernet0/0
4. Yes. The destination interface for the summary route is Null0 so that the router will truly route for all
matches for the summary route. Packets that match more explicit entries in the route table will be routed
to their destinations.
P1R1#show ip route
D
192.168.1.0/24 is a summary, 00:01:15, Null0
5. Yes. The summary route appears in the topology table.
P2R1#show ip eigrp topology
IP-EIGRP Topology Table for AS(200)/ID(192.168.2.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - reply Status, s - sia Status
P 192.168.1.0/24, 1 successors, FD is 128256
via 10.100.100.1 (128256/0), FastEthernet0/0

28

Boson NetSim for CCNP Lab Manual

BSCI LAB 4

Configuring EIGRP

Sample EIGRP Configuration Scripts


Pod 1 Router 1

Pod 1 Router 2

hostname P1R1
!
interface Loopback0
ip address 192.168.1.1 255.255.255.240
!
interface FastEthernet0/0
ip address 10.100.100.1 255.255.255.0
ip summary-address eigrp 200 192.168.1.0
255.255.255.0 5
!
interface Serial0/0
ip address 192.168.1.33 255.255.255.240
no fair-queue
clock rate 64000
!
router eigrp 200
network 10.0.0.0
network 192.168.1.0
no auto-summary
!

hostname P1R2
!
interface Loopback0
ip address 192.168.1.17 255.255.255.240
!
interface FastEthernet0/0
ip address 192.168.1.49 255.255.255.240
speed auto
!
interface Serial0/0
ip address 192.168.1.34 255.255.255.240
no fair-queue
!
router eigrp 200
network 192.168.1.0
no auto-summary
!

Pod 1 Router 3
hostname P1R3
!
interface FastEthernet0/0
ip address 192.168.1.50 255.255.255.240
no ip directed-broadcast
!
router eigrp 200
network 192.168.1.0
no auto-summary
!

Boson NetSim for CCNP Lab Manual

29

S-ar putea să vă placă și