icnd22s03l06

Upload: hendra01

Post on 03-Apr-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 ICND22S03L06

    1/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-1

    Determining IP Routes

    Enabling EIGRP

  • 7/28/2019 ICND22S03L06

    2/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-2

    Outline

    Overview

    EIGRP Features

    EIGRP and IGRP Comparison

    EIGRP Configuration

    EIGRP Configuration Verification

    EIGRP Configuration Troubleshooting

    Summary

  • 7/28/2019 ICND22S03L06

    3/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-3

    Introducing EIGRP

    EIGRP supports: Rapid convergence

    Reduced bandwidth usage

    Multiple network layer protocols

  • 7/28/2019 ICND22S03L06

    4/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-4

    EIGRP Terminology

  • 7/28/2019 ICND22S03L06

    5/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-5

    Comparing EIGRP and IGRP

    Same metric

    Same load balancing

    Improved convergence time (EIGRP)

    Reduced network overhead (EIGRP)

  • 7/28/2019 ICND22S03L06

    6/11

    2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-6

    Configuring EIGRP

    Router(config-router)#network network-number Selects participating attached networks

    Router(config)#router eigrp autonomous-system Defines EIGRP as the IP routing protocol

  • 7/28/2019 ICND22S03L06

    7/11 2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-7

    EIGRP Configuration Example

  • 7/28/2019 ICND22S03L06

    8/11 2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-8

    Verifying the EIGRP Configuration

    Router#show ip protocols

    Router#show ip route eigrp

    Router#show ip eigrp traffic

    Router#show ip eigrp neighbors

    Router#show ip eigrp topology

    Displays the neighbors discovered by IP EIGRP

    Displays the IP EIGRP topology table

    Displays the number of IP EIGRP packets sent and received

    Displays current EIGRP entries in the routing table

    Displays the parameters and current state of the activerouting protocol process

  • 7/28/2019 ICND22S03L06

    9/11 2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-9

    debug ip eigrp Command

    Router#debug ip eigrp

    IP-EIGRP: Processing incoming UPDATE packet

    IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960

    - 256000 104960

    IP-EIGRP: Ext 192.168.0.0 255.255.255.0 M 386560 - 256000 130560 SM 360960

    - 256000 104960IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960

    - 256000 104960

    IP-EIGRP: 172.69.43.0 255.255.255.0, - do advertise out Ethernet0/1

    IP-EIGRP: Ext 172.69.43.0 255.255.255.0 metric 371200 - 256000 115200

    IP-EIGRP: 192.135.246.0 255.255.255.0, - do advertise out Ethernet0/1

    IP-EIGRP: Ext 192.135.246.0 255.255.255.0 metric 46310656 - 45714176 596480

    IP-EIGRP: 172.69.40.0 255.255.255.0, - do advertise out Ethernet0/1IP-EIGRP: Ext 172.69.40.0 255.255.255.0 metric 2272256 - 1657856 614400

    IP-EIGRP: 192.135.245.0 255.255.255.0, - do advertise out Ethernet0/1

    IP-EIGRP: Ext 192.135.245.0 255.255.255.0 metric 40622080 - 40000000 622080

    IP-EIGRP: 192.135.244.0 255.255.255.0, - do advertise out Ethernet0/1

  • 7/28/2019 ICND22S03L06

    10/11 2004 Cisco Systems, Inc. All rights reserved. ICND v2.23-10

    Summary

    EIGRP is an interior gateway protocol that scales well andprovides quick convergence times with minimal networktraffic.

    EIGRP is an enhanced version of IGRP developed by

    Cisco, with improved convergence properties andoperating efficiency over IGRP.

    The router eigrp and network commands can be used tocreate an EIGRP routing process.

    The show ip eigrp commands can be used to verify theEIGRP configuration.

    The debug ip eigrp privileged EXEC command can be usedto display information on EIGRP packets.

  • 7/28/2019 ICND22S03L06

    11/11