Module 2-3 – Implementing and Verifying EIGRP pptx

26 223 0
Module 2-3 – Implementing and Verifying EIGRP pptx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Configuring EIGRP BSCI Module 2-3 – Implementing and Verifying EIGRP BSCI © 2008 Cisco Systems, Inc All rights reserved Cisco Confidential CCNP – BSCI Bachkhoa Networking Academy 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy Configuring EIGRP 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]  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 is a match and is ―don’t care.‖ BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy Configuring EIGRP (Cont.) Router(config-if)# bandwidth kilobits  Defines the interface’s bandwidth for the purposes of sending routing update traffic BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy Configuring EIGRP for IP Network 192.168.1.0 is not configured on router A, because it is not directly connected to router A BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy 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 eigrp 109 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy Using the Wildcard Mask in EIGRP BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy EIGRP Default Routes—Configuring  Step 1: Create default-route –R(config)#ip route 0.0.0.0 0.0.0.0 exit-INT or next-hop  Step 2: Propagating a default route  Option 1: –R(config)#ip default-network a.b.c.d –R(config)#router eigrp –R(config-router)#network a.b.c.d –R(config-router)#passive-interface  Option 2: Redistribute static  Option 3: summary-address eigrp as-number 0.0.0.0 0.0.0.0 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy Using and Configuring the ip default-network command for EIGRP BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 10 CCNP – BSCI Bachkhoa Networking Academy Example R1 EIGRP Configuration BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 12 CCNP – BSCI Bachkhoa Networking Academy R2 EIGRP Configuration 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 13 CCNP – BSCI Bachkhoa Networking Academy Verifying EIGRP: show ip eigrp neighbors R1#show ip eigrp neighbors IP-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT (sec) (ms) 192.168.1.102 Se0/0/1 10 00:07:22 10 R1# RTO Q Seq Cnt Num 2280 H: It records the order in which the neighbors were learned SRTT: 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 RTO (retransmission timeout): Amount of time, in milliseconds, that the router waits for an acknowledgment before retransmitting a reliable packet from the retransmission queue to a neighbor Q Cnt (queue count): Number of packets waiting in the queue to be sent out Seq Num: Sequence number of the last update, query, or reply packet that was received from this neighbor BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 14 CCNP – BSCI Bachkhoa Networking Academy 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, subnets, masks D 172.16.0.0/16 is a summary, 00:05:13, Null0 192.168.1.0/24 is variably subnetted, subnets, masks D 192.168.1.0/24 is a summary, 00:05:13, Null0 R1#show ip route 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 172.16.0.0/16 is variably subnetted, subnets, masks D 172.16.0.0/16 is a summary, 00:05:07, Null0 C 172.16.1.0/24 is directly connected, FastEthernet0/0 192.168.1.0/24 is variably subnetted, subnets, masks 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 15 CCNP – BSCI Bachkhoa Networking Academy 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 Redistributing: eigrp 100 EIGRP NSF-aware route hold timer is 240s Maximum path: 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 Gateway Distance Last Update 192.168.1.102 90 00:09:40 Distance: internal 90 external 170 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 16 CCNP – BSCI Bachkhoa Networking Academy Verifying EIGRP: show ip eigrp interfaces R1#show ip eigrp interfaces IP-EIGRP interfaces for process 100 Xmit Queue Interface Peers Un/Reliable Fa0/0 0/0 Se0/0/1 0/0 Mean SRTT 10 Pacing Time Un/Reliable 0/10 10/380 Multicast Flow Timer 424 Pending Routes 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 Học viện mạng Bách Khoa - www.bkacad.com BSCI © 2008 Cisco Systems, Inc All rights reserved 17 CCNP – BSCI Bachkhoa Networking Academy 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, successors, FD is 40512000 via Connected, Serial0/0/1 P 192.168.1.0/24, successors, FD is 40512000 via Summary (40512000/0), Null0 P 172.16.0.0/16, successors, FD is 28160 via Summary (28160/0), Null0 P 172.16.1.0/24, successors, FD is 28160 via Connected, FastEthernet0/0 P 172.17.0.0/16, successors, FD is 40514560 via 192.168.1.102 (40514560/28160), Serial0/0/1 •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 Học viện mạng Bách Khoa - www.bkacad.com BSCI © 2008 Cisco Systems, Inc All rights reserved 18 CCNP – BSCI Bachkhoa Networking Academy 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, drops SIA-Queries sent/received: 0/0 SIA-Replies sent/received: 0/0 Hello Process ID: 113 PDM Process ID: 73 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 19 CCNP – BSCI Bachkhoa Networking Academy 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 is a match and of is “don’t care”  Create and advertise a default route in an EIGRP autonomous system with the ip default-network network-number command BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 20 CCNP – BSCI Bachkhoa Networking Academy 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 – BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 21 CCNP – BSCI Bachkhoa Networking Academy 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? BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 22 CCNP – BSCI Bachkhoa Networking Academy 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 BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 23 CCNP – BSCI Bachkhoa Networking Academy Resources  Configuring EIGRP http://www.cisco.com/en/US/products/sw/iosswrel/ ps1828/products_configuration_guide_chapter0918 6a00800ca56e.html  http://www.cisco.com/en/US/tech/tk365/technologies_te ch_note09186a008009405c.shtml  http://www.cisco.com/en/US/products/sw/iosswrel/ps18 28/products_command_reference_chapter09186a0080 0ca5a9.html  http://www.cisco.com/en/US/tech/tk365/technologies_te ch_note09186a0080093f07.shtml BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 24 CCNP – BSCI Bachkhoa Networking Academy Q and A BSCI © 2008 Cisco Systems, Inc All rights reserved Học viện mạng Bách Khoa - www.bkacad.com 25 CCNP – BSCI BSCI © 2008 Cisco Systems, Inc All rights reserved Bachkhoa Networking Academy Học viện mạng Bách Khoa - www.bkacad.com 26 ... 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 – BSCI © 2008 Cisco Systems, Inc... 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:... www.bkacad.com CCNP – BSCI Bachkhoa Networking Academy 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

Ngày đăng: 06/07/2014, 23:21

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan