cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
0
Helpful
2
Replies

IP Routing Table

tobin_jim
Level 1
Level 1

Can someone please give me an explanation of this output when I show a spefic route in the routing table.

6509#show ip ro 10.18.12.0

Routing entry for 10.18.12.0/24

Known via "ospf 1", distance 110, metric 4, type inter area

Last update from 10.255.255.37 on GigabitEthernet3/1, 00:00:01 ago

Routing Descriptor Blocks:

* 10.255.255.37, from 10.255.250.8, 00:00:01 ago, via GigabitEthernet3/1

Route metric is 4, traffic share count is 1

10.255.255.33, from 10.255.250.8, 00:00:01 ago, via GigabitEthernet3/2

Route metric is 4, traffic share count is 1

There appears to be two possible routes but one has an asterix next to it. Is this the preferred route and the next one is a backup? Or is traffic being shared amongst these two paths. In the main routing table I can see only one route present.

6509#show ip ro | in 10.18.12.0

O IA 10.18.12.0/24 [110/4] via 10.255.255.37, 00:00:01, GigabitEthernet3/1

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Jim

The asterix represents which of the 2 routes is being used at any one time. You have 2 equal cost routes so both will be used and the router will switch between the routes either on per packet or per destination.

The reason you are only seeing one route in the routing table with the command

6509#show ip ro | in 10.18.12.0

O IA 10.18.12.0/24 [110/4] via 10.255.255.37, 00:00:01, GigabitEthernet3/1

is because you are using the wrong command. That command will only show lines which include '10.18.12.0'.

Try this command instead "sh ip ro | begin 10.18.12.0" and you should see both routes in the routing table.

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Jim

The asterix represents which of the 2 routes is being used at any one time. You have 2 equal cost routes so both will be used and the router will switch between the routes either on per packet or per destination.

The reason you are only seeing one route in the routing table with the command

6509#show ip ro | in 10.18.12.0

O IA 10.18.12.0/24 [110/4] via 10.255.255.37, 00:00:01, GigabitEthernet3/1

is because you are using the wrong command. That command will only show lines which include '10.18.12.0'.

Try this command instead "sh ip ro | begin 10.18.12.0" and you should see both routes in the routing table.

Jon

Thanks Jon. You were right. The two routes are there.

Review Cisco Networking for a $25 gift card