BSCI Module 2-2 – Implementing and Verifying EIGRP

Slides:



Advertisements
Similar presentations
IPv6 EIGRP John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects.
Advertisements

© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 8: EIGRP Advanced Configurations and Troubleshooting Scaling.
12: EIGRP for IPv6 Rick Graziani Cabrillo College
Routing Protocols and Concepts – Chapter 9
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialBSCI Configuring EIGRP BSCI Module 2-5 – Configuring EIGRP in an Enterprise Network.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicBSCI Configuring EIGRP BSCI Module 2-4 – Configuring EIGRP Authentication.
© 2007 Cisco Systems, Inc. All rights reserved.ICND2 v1.0—5-1 EIGRP Implementation Implementing EIGRP.
Implementing an EIGRP-Based Solution
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialBSCI Configuring EIGRP BSCI Module 2-2 – Implementing and Verifying EIGRP.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 BSCI Module 4 Lesson 3 The IS-IS Protocol BSCI Module 4 Lesson 3 Configuring Basic Integrated.
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—2-1 Implementing an EIGRP-Based Solution Planning Routing Implementations with EIGRP.
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—2-1 Implementing an EIGRP-Based Solution Implementing and Verifying EIGRP Authentication.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialBSCI Configuring EIGRP BSCI Module 2-1 – Introduction to EIGRP.
© 2009 Cisco Systems, Inc. All rights reserved. ROUTE v1.0—2-1 Implementing an EIGRP-Based Solution Configuring and Verifying EIGRP for the Enterprise.
M. Menelaou CCNA2 DYNAMIC ROUTING. M. Menelaou DYNAMIC ROUTING Dynamic routing protocols can help simplify the life of a network administrator Routing.
Lecture Week 7 RIPv2 Routing Protocols and Concepts.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 7: Enhanced Interior Gateway Protocol (EIGRP) Scaling Networks.
Ch.16/Mod.7 – Distance Vector Routing Protocols Part 2 of 2: Distance Vector Routing and IGRP.
Instructor & Todd Lammle
© 2002, Cisco Systems, Inc. All rights reserved. 1 Determining IP Routes.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—-5-1 WAN Connections Routing & Enabling RIP.
Instructor & Todd Lammle
CCNA Guide to Cisco Networking Fundamentals Fourth Edition
© 2006 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialBSCI Configuring EIGRP BSCI Module 2-1 – Introduction to EIGRP.
Cisco Networking Academy Chapter 6 Review Configuring EIGRP Otero Junior College.
Cisco proprietary protocol Classless routing protocol Metric (32 bit) : Composite Metric (BW + Delay) by default. Administrative distance is 90 Updates.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 3 EIGRP.
Cisco 3 - Switch Perrine. J Page 17/3/2016 Chapter 3 Which of the following are found in the EIGRP neighbor table? (Choose two.) 1.routes installed by.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 8: Single-Area OSPF Routing & Switching.
Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol
Instructor Materials Chapter 7: EIGRP Tuning and Troubleshooting
CIS 185 CCNP ROUTE Chapter 2: Implementing EIGRP
Link State Routing protocol
Routing and routing tables
© 2002, Cisco Systems, Inc. All rights reserved.
Routing Loops.
EIGRP.
DYNAMIC ROUTING.
Routing and Routing Protocols: Routing Static
Routing Information Protocol
Routing and routing tables
© 2002, Cisco Systems, Inc. All rights reserved.
CCNA 2 v3.1 Module 6 Routing and Routing Protocols
CCNA 2 v3.1 Module 7 Distance Vector Routing Protocols
Routing & Enabling RIP WAN Connections.
EIGRP.
Implementing EIGRP EIGRP Implementation.
Enabling Static Routing
Distance Vector Routing Protocols
© 2002, Cisco Systems, Inc. All rights reserved.
Routing and Routing Protocols: Routing Static
Routing Protocols and Concepts – Chapter 9
Enhanced Interior Gateway Routing Protocol (EIGRP) Part I
OSPF.
EIGRP.
Chapter 2: Static Routing
Routing Protocols and Concepts – Chapter 9
Chapter 8: Single-Area OSPF
Routing Information Protocol
Chapter 7: EIGRP Tuning and Troubleshooting
Rick Graziani Cabrillo College
CCNA Routing and Switching Scaling Networks v6.0
CIT 384: Network Administration
EIGRP.
Cisco networking, CNET-448
Routing Protocols and Concepts – Chapter 11
Routing Protocols and Concepts – Chapter 9
EIGRP.
EIGRP.
CCE1030 Computer Networking
Presentation transcript:

BSCI Module 2-2 – Implementing and Verifying EIGRP Configuring EIGRP BSCI Module 2-2 – Implementing and Verifying EIGRP

Objectives Upon completing this lesson, you will be able to describe how to implement EIGRP routing. This ability includes being able to meet these objectives: Describe the commands used in a basic EIGRP configuration task Explain how to configure a router to use wildcard masks to select the interfaces and networks that will participate in EIGRP routing Configure the gateway of last resort or default route Verify that the router recognizes EIGRP neighbors and routes Verify EIGRP operations

Purpose of this Lesson Coverage of topics new to the “EIGRP” module of BSCI. What’s new in this module? Describe the commands used in a basic EIGRP configuration task Explain how to configure a router to use wildcard masks to select the interfaces and networks that will participate in EIGRP routing Configure the gateway of last resort or default route.

Configuring EIGRP Defines EIGRP as the IP routing protocol. Router(config)# router eigrp autonomous-system-number Defines EIGRP as the IP routing protocol. All routers in the internetwork that must exchange EIGRP routing updates must have the same autonomous system number. Router(config-router)# network network-number [wildcard-mask] To configure basic EIGRP for IP, perform the following steps: Step 1: Enable EIGRP and define the autonomous system using the router eigrp autonomous-system-number command. The autonomous system number value must match on all routers within the autonomous system. Step 2: Indicate which networks are part of the EIGRP autonomous system using the network command. This command determines which interfaces of the router are participating in EIGRP and which networks the router advertises. The wildcard mask can be entered as a network mask or as an inverse mask. It will be displayed as an inverse mask. Identifies attached networks participating in EIGRP. The wildcard-mask is an inverse mask used to determine how to interpret the address. The mask has wildcard bits, where 0 is a match and 1 is “don’t care.”

Configuring EIGRP (Cont.) Router(config-if)# bandwidth kilobits Defines the interface’s bandwidth for the purposes of sending routing update traffic. Step 3: If you are using serial links, define the link’s bandwidth for the purposes of sending routing update traffic, using the bandwidth kilobits command. In this command, kilobits indicates the intended bandwidth in kbps. For example, for a 64-kbps link, use the following command: router(config-if)#bandwidth 64 If you do not change the bandwidth for these interfaces, EIGRP assumes that the bandwidth on the link is the default of T1 speed. If the link is actually slower, the router might not be able to converge, or routing updates might be lost. For generic serial interfaces such as PPP or HDLC, set the bandwidth to the line speed. For Frame Relay on point-to-point interfaces, set the bandwidth to the committed information rate (CIR). For Frame Relay multipoint connections, set the bandwidth to the sum of all CIRs, or if the permanent virtual circuits (PVCs) have different CIRs, then set the bandwidth to the lowest CIR multiplied by the number of PVCs on the multipoint connection.

Configuring EIGRP for IP The figure illustrates the configuration of router A for EIGRP. Router A, along with all routers in the figure, is part of EIGRP autonomous system 109. For EIGRP to establish a neighbor relationship, all neighbors must be in the same autonomous system. Because the wildcard mask is not used in router A’s configuration, all interfaces on router A that are part of network 10.0.0.0/8 and network 172.16.0.0/16 participate in the EIGRP routing process. In this case, this includes all four interfaces. Note that network 192.168.1.0 is not configured in the EIGRP configuration on router A, because router A does not have any interfaces in that network. The following slide gives an example of Router A’s configuration: Network 192.168.1.0 is not configured on router A, because it is not directly connected to router A.

Configuring EIGRP with IP (cont.) Classful configuration example: routerA(config)#router eigrp 109 routerA(config-router)#network 10.1.0.0 routerA(config-router)#network 10.4.0.0 routerA(config-router)#network 172.16.7.0 routerA(config-router)#network 172.16.2.0 Classless configuration example: routerA(config-router)#network 10.1.0.0 0.0.255.255 routerA(config-router)#network 10.4.0.0 0.0.255.255 routerA(config-router)#network 172.16.2.0 0.0.0.255 routerA(config-router)#network 172.16.7.0 0.0.0.255 The above example shows two configurations of EIGRP. The first, without a wildcard mask, allows the router to summarize to a default mask and therefore considers both the class A and class C major networks to have a default mask. The second example uses wildcard masks which allows the router to identify subnetworks.

Using the Wildcard Mask in EIGRP An example of when wildcard masks are useful is when a router in an autonomous system connects to a router external to its AS. In this case, the router can be configured with a wildcard mask so the router does not try to form an adjacency with the router in the other AS. For example, router C in the figure includes subnets of the Class B network 172.16.0.0 on all interfaces. Router C’s configuration in the figure uses the wildcard mask, because router C connects to a router external to AS 100 on its serial interface, and EIGRP with AS 100 should not be run there. Without the wildcard mask, router C would send EIGRP packets to the external network, which would waste bandwidth and CPU cycles and would provide unnecessary information to the external network. The wildcard mask tells EIGRP to establish a relationship with EIGRP routers from interfaces that are part of subnets 172.16.3.0/24 or 172.16.4.0/24, not 172.16.5.0/24.

Using and Configuring the ip default-network command for EIGRP The EIGRP default route can be created with the ip default-network network-number command. A router configured with this command considers the network listed in the command as the gateway of last resort that it will announce to other routers.

Example R1 EIGRP Configuration The figure shows a network used to illustrate the configuration, verification, and troubleshooting of EIGRP in this and the following topics. The configuration of the R1 router is also shown in this figure. EIGRP is enabled in autonomous system 100. The network 172.16.1.0 0.0.0.255 command starts EIGRP on the Fast Ethernet 0/0 interface and allows router R1 to advertise this network. With the wildcard mask used, this command specifies that only interfaces on the 172.16.1.0/24 subnet will participate in EIGRP. Note, however, the full class B network 172.16.0.0 will be advertised, because EIGRP automatically summarizes routes on the major network boundary by default.

R2 EIGRP Configuration <output omitted> interface FastEthernet0/0 ip address 172.17.2.2 255.255.255.0 interface Serial0/0/1 bandwidth 64 ip address 192.168.1.102 255.255.255.224 router eigrp 100 network 172.17.2.0 0.0.0.255 network 192.168.1.0 The configuration of the R2 router is shown in this figure. EIGRP is enabled in autonomous system 100. The network 172.17.2.0 0.0.0.255 command starts EIGRP on the Fast Ethernet 0/0 interface and allows router R1 to advertise this network. With the wildcard mask used, this command specifies that only interfaces on the 172.17.2.0/24 subnet will participate in EIGRP. Note, however, the full class B network 172.17.0.0 will be advertised, because EIGRP automatically summarizes routes on the major network boundary by default. The network 192.168.1.0 command starts EIGRP on the serial 0/0/1 interface and allows router R2 to advertise this network.

Verifying EIGRP: show ip eigrp neighbors R1#show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 192.168.1.102 Se0/0/1 10 00:07:22 10 2280 0 5 R1# The EIGRP IP neighbor table can be displayed with the show ip eigrp neighbors command, as shown in the figure. This output table includes the following key elements: H (handle): A number used internally by the Cisco IOS software to track a neighbor. Address: The neighbor’s network-layer address. Interface: The interface on this router through which the neighbor can be reached. Hold Time: The maximum time, in seconds, that the router waits to hear from the neighbor without receiving anything from a neighbor before considering the link unavailable. Originally, the expected packet was a hello packet, but in current Cisco IOS software releases, any EIGRP packets received after the first hello from that neighbor resets the timer. Uptime: The elapsed time, in hours, minutes, and seconds since the local router first heard from this neighbor. Smooth Round Trip Timer (SRTT): The average number of milliseconds it takes for an EIGRP packet to be sent to this neighbor and for the local router to receive an acknowledgment of that packet. This timer is used to determine the retransmit interval, also known as the retransmit timeout (RTO). RTO: The amount of time, in milliseconds, that the router waits for an acknowledgment before retransmitting a reliable packet from the retransmission queue to a neighbor. Queue count: The number of packets waiting in the queue to be sent out. If this value is constantly higher than 0, a congestion problem might exist. A 0 indicates that no EIGRP packets are in the queue. Seq Num: The sequence number of the last update, query, or reply packet that was received from this neighbor.

Verifying EIGRP: show ip route eigrp R1#show ip route eigrp D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:07:01, Serial0/0/1 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks D 172.16.0.0/16 is a summary, 00:05:13, Null0 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks D 192.168.1.0/24 is a summary, 00:05:13, Null0 R1#show ip route <output omitted> Gateway of last resort is not set D 172.17.0.0/16 [90/40514560] via 192.168.1.102, 00:06:55, Serial0/0/1 D 172.16.0.0/16 is a summary, 00:05:07, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 C 192.168.1.96/27 is directly connected, Serial0/0/1 D 192.168.1.0/24 is a summary, 00:05:07, Null0 To verify that the router recognizes EIGRP routes for any neighbors, use the show ip route eigrp command, as shown in the figure. The figure also exhibits the show ip route command, which displays the full IP routing table, including the EIGRP routes. EIGRP supports several route types: internal, external, and summary. EIGRP routes are identified with a D in the left column; any external EIGRP routes (from outside of this autonomous system) would be identified with a D EX. After the network number, there is a field that looks similar to [90/40514560]. (The numbers may be different from the one in the example.) The second number in the brackets is the EIGRP metric; recall that the default EIGRP metric is the least-cost bandwidth plus the accumulated delays.

Verifying EIGRP: show ip protocols R1#show ip protocols Routing Protocol is "eigrp 100" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 100 EIGRP NSF-aware route hold timer is 240s <output omitted> Maximum path: 4 Routing for Networks: 172.16.1.0/24 192.168.1.0 Routing Information Sources: Gateway Distance Last Update (this router) 90 00:09:38 192.168.1.102 90 00:09:40 Distance: internal 90 external 170 The show ip protocols command gives information about any and all dynamic routing protocols running on the router. As shown in the partial output in the figure, when EIGRP is running, the show ip protocols command output displays any routing filtering occurring on EIGRP outbound or inbound updates. It also identifies if EIGRP is generating a default network or receiving a default network in EIGRP updates.

Verifying EIGRP: show ip eigrp interfaces R1#show ip eigrp interfaces IP-EIGRP interfaces for process 100 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Fa0/0 0 0/0 0 0/10 0 0 Se0/0/1 1 0/0 10 10/380 424 0 The show ip eigrp interfaces command displays information about interfaces configured for EIGRP. This output includes the following key elements: Interface: Interface over which EIGRP is configured Peers: Number of directly connected EIGRP neighbors Xmit Queue Un/Reliable: Number of packets remaining in the Unreliable and Reliable transmit queues Mean SRTT: Mean smoothed round trip time (SRTT) interval, in milliseconds Pacing Time Un/Reliable: Pacing time used to determine when EIGRP packets should be sent out the interface (unreliable and reliable packets) Multicast Flow Timer: Maximum number of seconds in which the router will send multicast EIGRP packets Pending Routes: Number of routes in the packets in the transmit queue waiting to be sent

Verifying EIGRP: show ip eigrp topology R1#show ip eigrp topology IP-EIGRP Topology Table for AS(100)/ID(192.168.1.101) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P 192.168.1.96/27, 1 successors, FD is 40512000 via Connected, Serial0/0/1 P 192.168.1.0/24, 1 successors, FD is 40512000 via Summary (40512000/0), Null0 P 172.16.0.0/16, 1 successors, FD is 28160 via Summary (28160/0), Null0 P 172.16.1.0/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0 P 172.17.0.0/16, 1 successors, FD is 40514560 via 192.168.1.102 (40514560/28160), Serial0/0/1 As shown in the figure, this command output lists the networks known by this router through the EIGRP routing process. The codes in the command output are as follows: Passive (P): This network is available, and installation can occur in the routing table. Passive is the correct state for a stable network. Active (A): This network is currently unavailable, and installation cannot occur in the routing table. Being active means that there are outstanding queries for this network. Update (U): This code applies if a network is being updated (placed in an update packet). This code also applies if the router is waiting for an acknowledgment for this update packet. Query (Q): This code applies if there is an outstanding query packet for this network other than being in the active state. This code also applies if the router is waiting for an acknowledgment for a query packet. Reply (R): This code applies if the router is generating a reply for this network or is waiting for an acknowledgment for the reply packet. Stuck-in-active (SIA) status: This code signifies an EIGRP convergence problem for the network with which it is associated. The number of successors available for a route is indicated in the command output. In this example, all networks have one successor. If there were equal-cost paths to the same network, a maximum of six paths would be shown. The number of successors corresponds to the number of best routes with equal cost.

Verifying EIGRP: show ip eigrp traffic R1#show ip eigrp traffic IP-EIGRP Traffic Statistics for AS 100 Hellos sent/received: 429/192 Updates sent/received: 4/4 Queries sent/received: 1/0 Replies sent/received: 0/1 Acks sent/received: 4/3 Input queue high water mark 1, 0 drops SIA-Queries sent/received: 0/0 SIA-Replies sent/received: 0/0 Hello Process ID: 113 PDM Process ID: 73 To display the number of various EIGRP packets sent and received, use the show ip eigrp traffic command, as illustrated in the figure. For example, in this network, router R1 has sent 429 hello messages and received 192 hello messages.

Summary The configuration commands for basic EIGRP include: router eigrp autonomous-system network network-number [wildcard-mask] bandwidth kilobits The optional wildcard-mask parameter in the network command is an inverse mask used to determine how to interpret the network-number. A wildcard bit of 0 is a match and of 1 is “don’t care”. Create and advertise a default route in an EIGRP autonomous system with the ip default-network network-number command. Additional resources: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009405c.shtml

Summary (cont.) Use the show ip eigrp neighbors command to verify that the router recognizes its neighbors. Use the show ip route eigrp command to verify that the router recognizes routes from its neighbors. Use the show ip protocols, show ip eigrp interfaces, show ip eigrp neighbors, show ip eigrp topology, and show ip eigrp traffic commands to verify EIGRP operations. . Additional resources: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009405c.shtml

Activity Create a simple network using EIGRP as your routing protocol. These steps were discussed at the beginning of this module. Verify your connections by running the show commands discussed in the module: show ip protocols, show ip eigrp interfaces, show ip eigrp neighbors, show ip eigrp topology, and show ip eigrp traffic Reflection: Are your routes displayed correctly in the routing table and identified as both directly connected or EIGRP?

Self Check Which show command verifies the router can recognize its neighbors? Show ip route eigrp has what function? What command establishes EIGRP as the routing protocol? Identify the command to create and advertise a default route in an EIGRP autonomous system.

Resources http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009405c.shtml http://www.cisco.com/en/US/products/sw/iosswrel/ps1828/products_command_reference_chapter09186a00800ca5a9.html http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080093f07.shtml .

Q and A