Results 1 to 9 of 9

Thread: detecting routing loops

  1. #1
    Join Date
    Jul 2004
    Posts
    2,250
    Rep Power
    0

    Default detecting routing loops

    what the easiest way to detect a routing loop on my cisco network. I figured tracert can help but should i look for and what other tools can i use?
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  2. #2
    Join Date
    Dec 2007
    Posts
    151
    Rep Power
    0

    Default

    Isn't tracert a dos command and not recognized by cisco devices?
    CCNA looking for an opportunity

  3. #3
    Join Date
    Jul 2004
    Posts
    2,250
    Rep Power
    0

    Default

    Quote Originally Posted by kevon View Post
    Isn't tracert a dos command and not recognized by cisco devices?
    yeah but if you use it to send packets you can see the destinations. and next hops
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  4. #4
    Join Date
    Feb 2009
    Posts
    6
    Rep Power
    0

    Default

    Hi Duster,

    What type of network do you have (i.e. how many switches L2,L3, and routers)? What type of routing protocol are you running? And yes from your workstation you can detect a loop using tracert.

  5. #5
    Join Date
    Jul 2004
    Posts
    2,250
    Rep Power
    0

    Default

    Quote Originally Posted by tshi5791 View Post
    Hi Duster,

    What type of network do you have (i.e. how many switches L2,L3, and routers)? What type of routing protocol are you running? And yes from your workstation you can detect a loop using tracert.
    I was just asking how to find it in general. but my senerioa, l3 switches and 6 regional routers running eigrp
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  6. #6
    Join Date
    Feb 2009
    Posts
    6
    Rep Power
    0

    Default

    Oh yes, traceroute (from the devices) or tracert from your Windows box will show you where the loops occur.

  7. #7
    Join Date
    Jul 2004
    Posts
    2,250
    Rep Power
    0

    Default

    Quote Originally Posted by tshi5791 View Post
    Oh yes, traceroute (from the devices) or tracert from your Windows box will show you where the loops occur.
    Ok what do i specifically look for in the tracert responses?
    The price of anything is the amount of life you exchange for it.
    Henry David Thoreau

  8. #8
    Join Date
    Jul 2002
    Posts
    1,388
    Rep Power
    0

    Default

    The loop will be bounce between interface / ip address until the trace route is completed ( 30 hops ).

    I wish i had an example to show you however if you have a trace route that you can send us with where you think it is looping we can tell you for sure.
    Dain Bramaged
    Google Voice: 954-779-6436

    http://www.prolexic.com Now Apart of Akamai Technologies

  9. #9
    Join Date
    Feb 2009
    Posts
    6
    Rep Power
    0

    Default

    Yes, you will see something like this:
    H:\>tracert 10.64.3.7

    Tracing route to 10.64.3.7 over a maximum of 30 hops

    1 <1 ms <1 ms <1 ms 10.64.148.253
    2 <1 ms <1 ms <1 ms 10.64.200.233
    3 2 ms 2 ms 2 ms 192.168.147.1
    4 2 ms 2 ms 2 ms 10.200.5.62
    5 2 ms 2 ms 2 ms 192.168.147.1
    6 2 ms 2 ms 2 ms 10.200.5.62
    7 2 ms 2 ms 2 ms 192.168.147.1

    and this scenario will keep repeating itself.

    regards,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •