cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
5
Helpful
4
Replies

Missing next hops

Patrick McHenry
Level 3
Level 3

Hi,

I posted this question before - hoping to have better luck this time. Can someone explain to me why I'm missing next hops on some of these routes?

Thank you

O E2     10.3.8.159/32 [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

O E2     10.3.8.165/32

O E2     10.3.8.166/32

O E2     10.3.8.167/32

O E2     10.3.8.168/32

O E2     10.3.8.169/32

O E2     10.3.8.170/32

O E2     10.3.8.171/32

1 Accepted Solution

Accepted Solutions

If the next hop information string is too long for that line it may be getting bumped to the next line of output.  If thats the case the information is not displayed as only the line matching the " | include " is displayed.

So for instance output like this:

O E2     10.3.8.159/32 [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

O E2     10.3.8.165/32

     [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

When processed with a "| include 10.3.8"  would show this:

O E2     10.3.8.159/32 [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

O E2     10.3.8.165/32

Because the

[110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

line does not contain a "10.3.8", even though it typically falls on the same line, will not be shown.

I would just do a full "show ip route" and eyeball that for what you are looking for to see if thats actually whats happening.

- Be sure to rate all helpful posts

View solution in original post

4 Replies 4

First let's find out if there is really no next-hop. What was the *exact* show-command to grab this output?

Show ip route | i 10.3.8. was the command to get the output.

When I do a show ip route 10.3.8.165 I get the next hop.

Thanks, PAt.

If the next hop information string is too long for that line it may be getting bumped to the next line of output.  If thats the case the information is not displayed as only the line matching the " | include " is displayed.

So for instance output like this:

O E2     10.3.8.159/32 [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

O E2     10.3.8.165/32

     [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

When processed with a "| include 10.3.8"  would show this:

O E2     10.3.8.159/32 [110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

O E2     10.3.8.165/32

Because the

[110/20] via 172.20.64.3, 1d16h, GigabitEthernet0/0/0

line does not contain a "10.3.8", even though it typically falls on the same line, will not be shown.

I would just do a full "show ip route" and eyeball that for what you are looking for to see if thats actually whats happening.

- Be sure to rate all helpful posts

aahh........ thanks.

Review Cisco Networking products for a $25 gift card