ccnp4 layer3+troubleshooting

Upload: krunal-lakhani

Post on 07-Apr-2018

244 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    1/15

    1

    1 2003, Cisco Systems, Inc. All rights reserved.

    CCNP4

    Layer 3 troubleshootingHalmstad University

    Olga Torstensson

    035-167575 [email protected]

    222 2003, Cisco Systems, Inc. All rights reserved.

    Network Layer Overview

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    2/15

    2

    333 2003, Cisco Systems, Inc. All rights reserved.

    Interior IP Routing

    444 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting Static Routes

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    3/15

    3

    555 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting Static Routes

    666 2003, Cisco Systems, Inc. All rights reserved.

    Debug ip routing

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    4/15

    4

    777 2003, Cisco Systems, Inc. All rights reserved.

    Common Routing Problems

    888 2003, Cisco Systems, Inc. All rights reserved.

    Isolating the Problem

    The first step is to isolate the problem.

    Identify and document the symptoms

    Some of the things to consider include:Has anything in the network changed recently?

    Is there anyone currently working on thenetwork infrastructure?

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    5/15

    5

    999 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting Commands

    Commands used in this example and some of the commands that canbe used for other routing protocols include:

    show ip interface

    show ip interface brief

    show ip eigrp interfaces

    show ip ospf interface

    debug ip routing

    debug ip rip

    debug ip igrp transactions

    debug ip eigrp

    debug isis adj packets

    debug isis update-packets

    101010 2003, Cisco Systems, Inc. All rights reserved.

    RIP

    Incompatible RIP Version Types

    Mismatched Authentication Key

    RIP Hop Count Limit

    Discontinuous Networks

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    6/15

    6

    111111 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting EIGRP

    Mismatched K Values (K1 for bandwidth , K2for load , K3 for delay , K4 for reliability, K5

    for reliability)

    Mismatched AS Numbers

    Stuck in Active

    Duplicate Router IDs

    121212 2003, Cisco Systems, Inc. All rights reserved.

    Common EIGRP Errors

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    7/15

    7

    131313 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting EIGRP

    Big showBig show && Big DBig D for EIGRPfor EIGRP

    shsh ipip eigrpeigrp neighborsneighbors [ as_number | interface ][ as_number | interface ]

    shsh ipip eigrpeigrp topology [as_number | active |topology [as_number | active |pending | summary ]pending | summary ]

    showshow ipip protocolsprotocols showshow ipip routeroute

    debugdebug ipip eigrpeigrp

    141414 2003, Cisco Systems, Inc. All rights reserved.

    Down

    Attempt

    Init

    2Way

    Exstart / Exchange

    Loading

    Full

    No info from neighbour

    Hello sent no reply

    1 side blocking hello packet

    Normal on broadcastnetworks

    Access list, MTU size

    Neighbour sending badpacket

    Troubleshooting OSPF - Neighbours

    OSPF Neighbour stateOSPF Neighbour state Possible reason for stuck in statePossible reason for stuck in state

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    8/15

    8

    151515 2003, Cisco Systems, Inc. All rights reserved.

    Layer 2 down

    OSPF no enabled

    Passive interface used

    Mismatched subnets

    Mismatched Hellos/Dead interval

    Mismatched authentication

    Mismatched Area Ids

    Mismatched Area types

    Troubleshooting OSPF

    Adjacencies not coming up?Adjacencies not coming up?

    161616 2003, Cisco Systems, Inc. All rights reserved.

    Troubleshooting OSPF missing routes

    Routing protocols

    Redistribution

    Stub vs NSSA vs Totally stub

    Default routes

    Summarisation

    Route filters

    access-lists

    Virtual Links

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    9/15

    9

    171717 2003, Cisco Systems, Inc. All rights reserved.

    OSPF Mismatched Parameters

    Mismatched Hellos/Dead interval

    Mismatched authentication

    Mismatched Area Ids

    Mismatched Area types

    181818 2003, Cisco Systems, Inc. All rights reserved.

    External Route Installation Problems

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    10/15

    10

    191919 2003, Cisco Systems, Inc. All rights reserved.

    Route Summarisation Problems

    202020 2003, Cisco Systems, Inc. All rights reserved.

    show ip ospf database

    show ip ospf neighbors

    show ip ospf interface show ip ospf

    show ip route

    debug ip ospf adj

    debug ip ospf events

    Troubleshooting OSPF

    Big showBig show && Big DBig D for OSPFfor OSPF

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    11/15

    11

    212121 2003, Cisco Systems, Inc. All rights reserved.

    Common BGP Neighbour Problems

    Directly connected EBGP neighbours notinitializing

    Non-directly connected EBGP neighbours

    not initializing IBGP neighbours not initializing

    222222 2003, Cisco Systems, Inc. All rights reserved.

    Directly ConnectedEBGP Neighbor Problems

    Directly connected EBGP neighbors notinitializing

    Layer 2 is down

    incorrect neighbor IP address

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    12/15

    12

    232323 2003, Cisco Systems, Inc. All rights reserved.

    Directly ConnectedEBGP Session

    AS109 AS110

    242424 2003, Cisco Systems, Inc. All rights reserved.

    Nondirectly Connected

    Common causes for nondirectlyconnected EBGP neighbors not initializingare:

    route to the nondirectly connected peer addressis missing from the routing table.

    ebgp-multihop command is missing

    update-source interface command is missing

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    13/15

    13

    252525 2003, Cisco Systems, Inc. All rights reserved.

    show ip bgp

    show ip bgp neighbors

    show ip bgp summary

    debug ip bgp [ A.B.C.D|dampening | events | in |keepalives | out | updates |

    vpnv4 ]

    Troubleshooting BGP

    Big showBig show && Big DBig D for BGPfor BGP

    262626 2003, Cisco Systems, Inc. All rights reserved.

    Redistribution Problems with RIP

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    14/15

    14

    272727 2003, Cisco Systems, Inc. All rights reserved.

    Redistribution Problems with OSPF

    282828 2003, Cisco Systems, Inc. All rights reserved.

    Redistribution Problems with BGP

  • 8/4/2019 CCNP4 Layer3+Troubleshooting

    15/15

    15

    292929 2003, Cisco Systems, Inc. All rights reserved.

    Documentation reviewDefine Problem

    Gather Facts

    Consider Possibilities

    Create Action Plan

    Implement Action Plan

    Observe results

    Fixed ?

    Problem Diagnosis How Resolved

    Document ProcessYesNo

    Troubleshootingtools

    'show ...'

    'debug ...''logging ...' SiSi

    303030 2003, Cisco Systems, Inc. All rights reserved.

    Documentation review

    Define Problem

    Gather Facts

    Consider Possibilities

    Create Action Plan

    Implement Action Plan

    Observe results

    Fixed ?

    Problem Diagnosis How Resolved

    Document ProcessYesNo

    Troubleshootingtools

    'show ...''debug ...''logging ...' SiSi

    RouterA - interfaceS0/0 is shutdown

    sh ip interface briefshow running-config

    show protocols

    No shutdown oninterfaceS0/0.